Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dstb_image_write.h1376 int nrzeroes; in stbiw__jpg_processDU() local
1380 nrzeroes = i-startpos; in stbiw__jpg_processDU()
1381 if ( nrzeroes >= 16 ) { in stbiw__jpg_processDU()
1382 int lng = nrzeroes>>4; in stbiw__jpg_processDU()
1386 nrzeroes &= 15; in stbiw__jpg_processDU()
1389 stbiw__jpg_writeBits(s, bitBuf, bitCnt, HTAC[(nrzeroes<<4)+bits[1]]); in stbiw__jpg_processDU()
/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image_write.h1376 int nrzeroes; in stbiw__jpg_processDU() local
1380 nrzeroes = i-startpos; in stbiw__jpg_processDU()
1381 if ( nrzeroes >= 16 ) { in stbiw__jpg_processDU()
1382 int lng = nrzeroes>>4; in stbiw__jpg_processDU()
1386 nrzeroes &= 15; in stbiw__jpg_processDU()
1389 stbiw__jpg_writeBits(s, bitBuf, bitCnt, HTAC[(nrzeroes<<4)+bits[1]]); in stbiw__jpg_processDU()