Home
last modified time | relevance | path

Searched refs:err_fraction (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c2205 double err_fraction; in assign_std_frame_bits() local
2214 err_fraction = modified_err / cpi->twopass.gf_group_error_left; in assign_std_frame_bits()
2216 err_fraction = 0.0; in assign_std_frame_bits()
2220 target_frame_size = (int)((double)cpi->twopass.gf_group_bits * err_fraction); in assign_std_frame_bits()
/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c643 const double err_fraction = in allocate_gf_group_bits() local
647 clamp((int)((double)total_group_bits * err_fraction), 0, in allocate_gf_group_bits()