Home | History | Annotate | Download | only in encoder

Lines Matching full:err_fraction

2362     double err_fraction;
2371 err_fraction = modified_err / cpi->twopass.gf_group_error_left;
2373 err_fraction = 0.0;
2376 target_frame_size = (int)((double)cpi->twopass.gf_group_bits * err_fraction);