Home
last modified time | relevance | path

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

/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()