Lines Matching refs:nbits
298 pdec->nbits = 7; /* More bits, mean more bits to encode the stream, but better quality */ in pwc_dec23_init()
300 pdec->nbits = 8; in pwc_dec23_init()
302 pdec->nbits = 6; in pwc_dec23_init()
312 pdec->nbits = 7; in pwc_dec23_init()
314 pdec->nbits = 8; in pwc_dec23_init()
316 pdec->nbits = 6; in pwc_dec23_init()
324 shift = 8 - pdec->nbits; in pwc_dec23_init()
496 __get_nbits(pdec, pdec->nbits, primary_color); in decode_block()
542 unsigned int nbits, col1; in decode_block() local
550 nbits = ptable8004[offset1 * 2]; in decode_block()
553 __get_nbits(pdec, nbits+1, col1); in decode_block()
556 mask = pdec->table_bitpowermask[nbits][col1]; in decode_block()