Searched refs:stbiw__jpg_writeBits (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image_write.h | 1253 static void stbiw__jpg_writeBits(stbi__write_context *s, int *bitBufP, int *bitCntP, const unsigned… in stbiw__jpg_writeBits() function 1358 stbiw__jpg_writeBits(s, bitBuf, bitCnt, HTDC[0]); in stbiw__jpg_processDU() 1362 stbiw__jpg_writeBits(s, bitBuf, bitCnt, HTDC[bits[1]]); in stbiw__jpg_processDU() 1363 stbiw__jpg_writeBits(s, bitBuf, bitCnt, bits); in stbiw__jpg_processDU() 1371 stbiw__jpg_writeBits(s, bitBuf, bitCnt, EOB); in stbiw__jpg_processDU() 1385 stbiw__jpg_writeBits(s, bitBuf, bitCnt, M16zeroes); in stbiw__jpg_processDU() 1389 stbiw__jpg_writeBits(s, bitBuf, bitCnt, HTAC[(nrzeroes<<4)+bits[1]]); in stbiw__jpg_processDU() 1390 stbiw__jpg_writeBits(s, bitBuf, bitCnt, bits); in stbiw__jpg_processDU() 1393 stbiw__jpg_writeBits(s, bitBuf, bitCnt, EOB); in stbiw__jpg_processDU() 1597 stbiw__jpg_writeBits(s, &bitBuf, &bitCnt, fillBits); in stbi_write_jpg_core()
|
/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image_write.h | 1253 static void stbiw__jpg_writeBits(stbi__write_context *s, int *bitBufP, int *bitCntP, const unsigned… in stbiw__jpg_writeBits() function 1358 stbiw__jpg_writeBits(s, bitBuf, bitCnt, HTDC[0]); in stbiw__jpg_processDU() 1362 stbiw__jpg_writeBits(s, bitBuf, bitCnt, HTDC[bits[1]]); in stbiw__jpg_processDU() 1363 stbiw__jpg_writeBits(s, bitBuf, bitCnt, bits); in stbiw__jpg_processDU() 1371 stbiw__jpg_writeBits(s, bitBuf, bitCnt, EOB); in stbiw__jpg_processDU() 1385 stbiw__jpg_writeBits(s, bitBuf, bitCnt, M16zeroes); in stbiw__jpg_processDU() 1389 stbiw__jpg_writeBits(s, bitBuf, bitCnt, HTAC[(nrzeroes<<4)+bits[1]]); in stbiw__jpg_processDU() 1390 stbiw__jpg_writeBits(s, bitBuf, bitCnt, bits); in stbiw__jpg_processDU() 1393 stbiw__jpg_writeBits(s, bitBuf, bitCnt, EOB); in stbiw__jpg_processDU() 1597 stbiw__jpg_writeBits(s, &bitBuf, &bitCnt, fillBits); in stbi_write_jpg_core()
|