Lines Matching refs:bitcount
97 int bitcount;
1495 bo->bitcount = lsb_bits * dp->blocksize;
1535 bo->bitcount = lsb_bits * dp->blocksize;
1554 int lsb_bits = 0, bitcount = 0;
1591 bitcount += ff_mlp_huffman_tables[codebook][sample + codebook_offset][1];
1598 bo->bitcount = lsb_bits * dp->blocksize + bitcount;
1625 if (temp_bo.bitcount < previous_count) {
1626 if (temp_bo.bitcount < bo->bitcount)
1633 previous_count = temp_bo.bitcount;
1672 * we search for the offset that minimizes the bitcount. */
1839 int bitcount;
1861 int bitcount = src->bitcount;
1864 bitcount += cur_bo[cur_codebook].bitcount;
1868 bitcount += CODEBOOK_CHANGE_BITS;
1870 return bitcount;
1924 dst_path->bitcount = temp_bitcount;