Searched refs:err_fraction (Results 1 – 2 of 2) sorted by relevance
1385 double err_fraction; in allocate_gf_group_bits() local1459 err_fraction = modified_err / DOUBLE_DIVIDE_CHECK(group_error); in allocate_gf_group_bits()1461 err_fraction = 0.0; in allocate_gf_group_bits()1463 target_frame_size = (int)((double)total_group_bits * err_fraction); in allocate_gf_group_bits()
2362 double err_fraction; in assign_std_frame_bits() local2371 err_fraction = modified_err / cpi->twopass.gf_group_error_left; in assign_std_frame_bits()2373 err_fraction = 0.0; in assign_std_frame_bits()2376 target_frame_size = (int)((double)cpi->twopass.gf_group_bits * err_fraction); in assign_std_frame_bits()