Lines Matching refs:bitcount
91 int bitcount; member
1581 bo->bitcount = lsb_bits * dp->blocksize; in no_codebook_bits_offset()
1621 bo->bitcount = lsb_bits * dp->blocksize; in no_codebook_bits()
1640 int lsb_bits = 0, bitcount = 0; in codebook_bits_offset() local
1678 bitcount += ff_mlp_huffman_tables[codebook][sample + codebook_offset][1]; in codebook_bits_offset()
1685 bo->bitcount = lsb_bits * dp->blocksize + bitcount; in codebook_bits_offset()
1712 if (temp_bo.bitcount < previous_count) { in codebook_bits()
1713 if (temp_bo.bitcount < bo->bitcount) in codebook_bits()
1720 previous_count = temp_bo.bitcount; in codebook_bits()
1952 int bitcount; member
1976 int bitcount = src->bitcount; in best_codebook_path_cost() local
1979 bitcount += cur_bo[cur_codebook].bitcount; in best_codebook_path_cost()
1983 bitcount += CODEBOOK_CHANGE_BITS; in best_codebook_path_cost()
1985 return bitcount; in best_codebook_path_cost()
2042 dst_path->bitcount = temp_bitcount; in set_best_codebook()