Searched refs:stbiw__jpg_writeBits (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image_write.h | 1199 static void stbiw__jpg_writeBits(stbi__write_context *s, int *bitBufP, int *bitCntP, const unsigned… in stbiw__jpg_writeBits() function 1299 stbiw__jpg_writeBits(s, bitBuf, bitCnt, HTDC[0]); in stbiw__jpg_processDU() 1303 stbiw__jpg_writeBits(s, bitBuf, bitCnt, HTDC[bits[1]]); in stbiw__jpg_processDU() 1304 stbiw__jpg_writeBits(s, bitBuf, bitCnt, bits); in stbiw__jpg_processDU() 1312 stbiw__jpg_writeBits(s, bitBuf, bitCnt, EOB); in stbiw__jpg_processDU() 1326 stbiw__jpg_writeBits(s, bitBuf, bitCnt, M16zeroes); in stbiw__jpg_processDU() 1330 stbiw__jpg_writeBits(s, bitBuf, bitCnt, HTAC[(nrzeroes<<4)+bits[1]]); in stbiw__jpg_processDU() 1331 stbiw__jpg_writeBits(s, bitBuf, bitCnt, bits); in stbiw__jpg_processDU() 1334 stbiw__jpg_writeBits(s, bitBuf, bitCnt, EOB); in stbiw__jpg_processDU() 1499 stbiw__jpg_writeBits(s, &bitBuf, &bitCnt, fillBits); in stbi_write_jpg_core()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image_write.h | 1199 static void stbiw__jpg_writeBits(stbi__write_context *s, int *bitBufP, int *bitCntP, const unsigned… in stbiw__jpg_writeBits() function 1299 stbiw__jpg_writeBits(s, bitBuf, bitCnt, HTDC[0]); in stbiw__jpg_processDU() 1303 stbiw__jpg_writeBits(s, bitBuf, bitCnt, HTDC[bits[1]]); in stbiw__jpg_processDU() 1304 stbiw__jpg_writeBits(s, bitBuf, bitCnt, bits); in stbiw__jpg_processDU() 1312 stbiw__jpg_writeBits(s, bitBuf, bitCnt, EOB); in stbiw__jpg_processDU() 1326 stbiw__jpg_writeBits(s, bitBuf, bitCnt, M16zeroes); in stbiw__jpg_processDU() 1330 stbiw__jpg_writeBits(s, bitBuf, bitCnt, HTAC[(nrzeroes<<4)+bits[1]]); in stbiw__jpg_processDU() 1331 stbiw__jpg_writeBits(s, bitBuf, bitCnt, bits); in stbiw__jpg_processDU() 1334 stbiw__jpg_writeBits(s, bitBuf, bitCnt, EOB); in stbiw__jpg_processDU() 1499 stbiw__jpg_writeBits(s, &bitBuf, &bitCnt, fillBits); in stbi_write_jpg_core()
|