Lines Matching defs:bits
582 the fewest bits.
659 int bits = 0;
674 /* Determines the number of bits to encode the quadruples. */
691 bits = a1;
694 bits = a2;
698 gi->count1bits = bits;
701 return bits;
719 gi->table_select[2] = gfc->choose_table(ix + a2, ix + i, &bits);
742 /* Count the number of bits necessary to code the bigvalues region. */
744 gi->table_select[0] = gfc->choose_table(ix, ix + a1, &bits);
746 gi->table_select[1] = gfc->choose_table(ix + a1, ix + a2, &bits);
748 gi->part2_3_length = bits;
750 bits = gi->part2_3_length;
764 return bits;
805 the saved bits are kept in the bit reservoir.
814 int r0, r1, bigv, r0t, r1t, bits;
835 bits = r0bits;
836 r1t = gfc->choose_table(ix + a1, ix + a2, &bits);
837 if (r01_bits[r0 + r1] > bits) {
838 r01_bits[r0 + r1] = bits;
854 int bits, r2, a2, bigv, r2t;
863 bits = r01_bits[r2 - 2] + cod_info2->count1bits;
864 if (gi->part2_3_length <= bits)
867 r2t = gfc->choose_table(ix + a2, ix + bigv, &bits);
868 if (gi->part2_3_length <= bits)
872 gi->part2_3_length = bits;
917 /* Determines the number of bits to encode the quadruples. */
942 /* Count the number of bits necessary to code the bigvalues region. */
1111 /* number of bits used to encode scalefacs */
1133 /* Also calculates the number of bits necessary to code the scalefactors. */
1177 * one which uses the smallest number of bits. ISO would stop
1211 /* Also counts the number of bits to encode the scalefacs but for MPEG 2 */