Searched refs:frame_boost (Results 1 – 2 of 2) sorted by relevance
1592 double frame_boost; in calc_frame_boost() local1596 frame_boost = (IIFACTOR * this_frame->intra_error / in calc_frame_boost()1599 frame_boost = (IIFACTOR * cpi->twopass.gf_intra_err_min / in calc_frame_boost()1608 frame_boost += frame_boost * (this_frame_mv_in_out * 2.0); in calc_frame_boost()1611 frame_boost += frame_boost * (this_frame_mv_in_out / 2.0); in calc_frame_boost()1614 if (frame_boost > GF_RMAX) in calc_frame_boost()1615 frame_boost = GF_RMAX; in calc_frame_boost()1617 return frame_boost; in calc_frame_boost()
1157 double frame_boost; in calc_frame_boost() local1161 frame_boost = (IIFACTOR * this_frame->intra_error / in calc_frame_boost()1164 frame_boost = (IIFACTOR * cpi->twopass.gf_intra_err_min / in calc_frame_boost()1171 frame_boost += frame_boost * (this_frame_mv_in_out * 2.0); in calc_frame_boost()1174 frame_boost += frame_boost * (this_frame_mv_in_out / 2.0); in calc_frame_boost()1176 return MIN(frame_boost, GF_RMAX); in calc_frame_boost()