Home
last modified time | relevance | path

Searched refs:nrzeroes (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image_write.h1317 int nrzeroes; in stbiw__jpg_processDU() local
1321 nrzeroes = i-startpos; in stbiw__jpg_processDU()
1322 if ( nrzeroes >= 16 ) { in stbiw__jpg_processDU()
1323 int lng = nrzeroes>>4; in stbiw__jpg_processDU()
1327 nrzeroes &= 15; in stbiw__jpg_processDU()
1330 stbiw__jpg_writeBits(s, bitBuf, bitCnt, HTAC[(nrzeroes<<4)+bits[1]]); in stbiw__jpg_processDU()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image_write.h1317 int nrzeroes; in stbiw__jpg_processDU() local
1321 nrzeroes = i-startpos; in stbiw__jpg_processDU()
1322 if ( nrzeroes >= 16 ) { in stbiw__jpg_processDU()
1323 int lng = nrzeroes>>4; in stbiw__jpg_processDU()
1327 nrzeroes &= 15; in stbiw__jpg_processDU()
1330 stbiw__jpg_writeBits(s, bitBuf, bitCnt, HTAC[(nrzeroes<<4)+bits[1]]); in stbiw__jpg_processDU()