Searched refs:avg_frame_low_motion (Results 1 – 8 of 8) sorted by relevance
40 cr->avg_frame_low_motion = 0.0; in av1_cyclic_refresh_alloc()238 cr->avg_frame_low_motion = in av1_cyclic_refresh_postencode()239 (3 * cr->avg_frame_low_motion + (double)cr->cnt_zeromv) / 4; in av1_cyclic_refresh_postencode()253 if (cr->avg_frame_low_motion < 40) rc->baseline_gf_interval = 8; in av1_cyclic_refresh_set_golden_update()353 (cr->avg_frame_low_motion < 45 && rc->frames_since_key > 40)) { in av1_cyclic_refresh_update_parameters()
69 double avg_frame_low_motion; member
185 int avg_frame_low_motion; member
389 rc->avg_frame_low_motion = 0; in vp9_rc_init()1809 rc->avg_frame_low_motion = (3 * rc->avg_frame_low_motion + cnt_zeromv) >> 2; in compute_frame_low_motion()1971 lrc->avg_frame_low_motion = rc->avg_frame_low_motion; in vp9_rc_postencode_update()2077 } else if (rc->avg_frame_low_motion < 20) { in vp9_rc_get_one_pass_vbr_params()2084 VPXMAX(500, DEFAULT_GF_BOOST * (rc->avg_frame_low_motion << 1) / in vp9_rc_get_one_pass_vbr_params()2085 (rc->avg_frame_low_motion + 100)); in vp9_rc_get_one_pass_vbr_params()2866 if (low_content && rc->avg_frame_low_motion > 80) { in adjust_gf_boost_lag_one_pass_vbr()2868 } else if (high_content || rc->avg_frame_low_motion < 30) { in adjust_gf_boost_lag_one_pass_vbr()
329 if (rc->avg_frame_low_motion < 50 && rc->frames_since_key > 40) in vp9_cyclic_refresh_set_golden_update()492 (!cpi->use_svc && rc->avg_frame_low_motion < thresh_low_motion && in vp9_cyclic_refresh_update_parameters()
148 cpi->rc.avg_frame_low_motion < (low_res ? 60 : 40)) { in vp9_update_noise_estimate()
1611 int scale = (cpi->rc.avg_frame_low_motion > 60) ? 2 : 4; in search_new_mv()1812 if (cpi->rc.avg_frame_low_motion > 70) in vp9_pick_inter_mode()1957 cpi->rc.avg_frame_low_motion < 60)) in vp9_pick_inter_mode()2024 (x->sb_is_skin && cpi->rc.avg_frame_low_motion > 70) || in vp9_pick_inter_mode()
785 if (cpi->rc.avg_frame_low_motion < 70) sf->default_interp_filter = BILINEAR; in set_rt_speed_feature_framesize_independent()