Lines Matching refs:nbits
310 pdec->nbits = 7; /* More bits, mean more bits to encode the stream, but better quality */ in pwc_dec23_init()
312 pdec->nbits = 8; in pwc_dec23_init()
314 pdec->nbits = 6; in pwc_dec23_init()
324 pdec->nbits = 7; in pwc_dec23_init()
326 pdec->nbits = 8; in pwc_dec23_init()
328 pdec->nbits = 6; in pwc_dec23_init()
336 shift = 8 - pdec->nbits; in pwc_dec23_init()
508 __get_nbits(pdec, pdec->nbits, primary_color); in decode_block()
554 unsigned int nbits, col1; in decode_block() local
562 nbits = ptable8004[offset1 * 2]; in decode_block()
565 __get_nbits(pdec, nbits+1, col1); in decode_block()
568 mask = pdec->table_bitpowermask[nbits][col1]; in decode_block()