Searched refs:nrzeroes (Results 1 – 2 of 2) sorted by relevance
1376 int nrzeroes; in stbiw__jpg_processDU() local1380 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()