Lines Matching full:nbits
391 temp2 &= (((INT32) 1)<<nbits) - 1; \
394 PUT_BITS(temp2, nbits) \
405 temp2 &= (((INT32) 1)<<nbits) - 1; \
408 PUT_BITS(temp2, nbits) \
486 int nbits;
515 nbits = JPEG_NBITS(temp);
518 code = dctbl->ehufco[nbits];
519 size = dctbl->ehufsi[nbits];
523 temp2 &= (((INT32) 1)<<nbits) - 1;
527 EMIT_BITS(temp2, nbits)
547 nbits = JPEG_NBITS_NONZERO(temp); \
554 temp3 = (r << 4) + nbits; \
720 register int nbits;
730 nbits = 0;
732 nbits++;
738 if (nbits > MAX_COEF_BITS+1)
742 dc_counts[nbits]++;
763 nbits = 1; /* there must be at least one 1 bit */
765 nbits++;
767 if (nbits > MAX_COEF_BITS)
771 ac_counts[(r << 4) + nbits]++;