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