Searched refs:frame_boost (Results 1 – 2 of 2) sorted by relevance
1590 double frame_boost; in calc_frame_boost() local1594 frame_boost = (IIFACTOR * this_frame->intra_error / in calc_frame_boost()1597 frame_boost = (IIFACTOR * cpi->twopass.gf_intra_err_min / in calc_frame_boost()1606 frame_boost += frame_boost * (this_frame_mv_in_out * 2.0); in calc_frame_boost()1609 frame_boost += frame_boost * (this_frame_mv_in_out / 2.0); in calc_frame_boost()1612 if (frame_boost > GF_RMAX) in calc_frame_boost()1613 frame_boost = GF_RMAX; in calc_frame_boost()1615 return frame_boost; in calc_frame_boost()
1181 double frame_boost; in calc_frame_boost() local1185 frame_boost = (IIFACTOR * this_frame->intra_error / in calc_frame_boost()1188 frame_boost = (IIFACTOR * twopass->gf_intra_err_min / in calc_frame_boost()1195 frame_boost += frame_boost * (this_frame_mv_in_out * 2.0); in calc_frame_boost()1198 frame_boost += frame_boost * (this_frame_mv_in_out / 2.0); in calc_frame_boost()1200 return MIN(frame_boost, GF_RMAX); in calc_frame_boost()