Home | History | Annotate | Download | only in encoder

Lines Matching refs:extra_bits

1912                 int extra_bits;
1917 extra_bits = (cpi->gf_group_bits * pct_extra) / 100;
1918 cpi->gf_group_bits -= extra_bits;
1919 cpi->per_frame_bandwidth += extra_bits;