Searched refs:frame_boost (Results 1 – 3 of 3) sorted by relevance
378 double frame_boost; in calc_frame_boost() local389 frame_boost = (BASELINE_ERR_PER_MB * num_mbs) / in calc_frame_boost()391 frame_boost = frame_boost * BOOST_FACTOR * boost_q_correction; in calc_frame_boost()397 frame_boost += frame_boost * (this_frame_mv_in_out * 2.0); in calc_frame_boost()400 frame_boost += frame_boost * (this_frame_mv_in_out / 2.0); in calc_frame_boost()402 return AOMMIN(frame_boost, max_boost * boost_q_correction); in calc_frame_boost()1397 const double frame_boost = in find_next_key_frame() local1409 boost_score += (decay_accumulator * frame_boost); in find_next_key_frame()
1883 double frame_boost; in calc_frame_boost() local1890 frame_boost = (BASELINE_ERR_PER_MB * active_area) / in calc_frame_boost()1895 frame_boost += frame_boost * (this_frame_mv_in_out * 2.0); in calc_frame_boost()1898 frame_boost = frame_boost * boost_q_correction; in calc_frame_boost()1900 return VPXMIN(frame_boost, GF_MAX_BOOST * boost_q_correction); in calc_frame_boost()1922 double frame_boost; in calc_kf_frame_boost() local1929 frame_boost = (kf_err_per_mb(cpi) * active_area) / in calc_kf_frame_boost()1940 frame_boost += frame_boost * (this_frame_mv_in_out * 2.0); in calc_kf_frame_boost()1946 frame_boost = ((frame_boost + 40.0) * boost_q_correction); in calc_kf_frame_boost()1948 return VPXMIN(frame_boost, max_boost * boost_q_correction); in calc_kf_frame_boost()[all …]
1495 double frame_boost; in calc_frame_boost() local1499 frame_boost = (IIFACTOR * this_frame->intra_error / in calc_frame_boost()1502 frame_boost = (IIFACTOR * cpi->twopass.gf_intra_err_min / in calc_frame_boost()1512 frame_boost += frame_boost * (this_frame_mv_in_out * 2.0); in calc_frame_boost()1515 frame_boost += frame_boost * (this_frame_mv_in_out / 2.0); in calc_frame_boost()1519 if (frame_boost > GF_RMAX) frame_boost = GF_RMAX; in calc_frame_boost()1521 return frame_boost; in calc_frame_boost()