Home | History | Annotate | Download | only in encoder

Lines Matching full:err_fraction

1794   double err_fraction;
1802 err_fraction = modified_err / cpi->twopass.gf_group_error_left;
1804 err_fraction = 0.0;
1807 target_frame_size = (int)((double)cpi->twopass.gf_group_bits * err_fraction);