Searched refs:avg_frame_low_motion (Results 1 – 6 of 6) sorted by relevance
185 int avg_frame_low_motion; member
388 rc->avg_frame_low_motion = 0; in vp9_rc_init()1753 rc->avg_frame_low_motion = (3 * rc->avg_frame_low_motion + cnt_zeromv) >> 2; in compute_frame_low_motion()1900 lrc->avg_frame_low_motion = rc->avg_frame_low_motion; in vp9_rc_postencode_update()2002 } else if (rc->avg_frame_low_motion < 20) { in vp9_rc_get_one_pass_vbr_params()2009 VPXMAX(500, DEFAULT_GF_BOOST * (rc->avg_frame_low_motion << 1) / in vp9_rc_get_one_pass_vbr_params()2010 (rc->avg_frame_low_motion + 100)); in vp9_rc_get_one_pass_vbr_params()2737 if (low_content && rc->avg_frame_low_motion > 80) { in adjust_gf_boost_lag_one_pass_vbr()2739 } else if (high_content || rc->avg_frame_low_motion < 30) { in adjust_gf_boost_lag_one_pass_vbr()
328 if (rc->avg_frame_low_motion < 50 && rc->frames_since_key > 40) in vp9_cyclic_refresh_set_golden_update()489 (!cpi->use_svc && rc->avg_frame_low_motion < thresh_low_motion && in vp9_cyclic_refresh_update_parameters()
154 cpi->rc.avg_frame_low_motion < (low_res ? 70 : 50)) { in vp9_update_noise_estimate()
766 if (cpi->rc.avg_frame_low_motion < 40) in set_rt_speed_feature_framesize_independent()775 if (cpi->rc.avg_frame_low_motion < 65) sf->default_interp_filter = BILINEAR; in set_rt_speed_feature_framesize_independent()
1550 int scale = (cpi->rc.avg_frame_low_motion > 60) ? 2 : 4; in search_new_mv()1750 if (cpi->rc.avg_frame_low_motion > 70) in vp9_pick_inter_mode()1886 cpi->rc.avg_frame_low_motion < 60)) in vp9_pick_inter_mode()2209 (x->sb_is_skin && cpi->rc.avg_frame_low_motion > 70) || in vp9_pick_inter_mode()