Searched refs:last_avg_frame_bandwidth (Results 1 – 4 of 4) sorted by relevance
164 int last_avg_frame_bandwidth; member
1029 if (lrc->avg_frame_bandwidth > (3 * lrc->last_avg_frame_bandwidth >> 1) || in vp9_svc_check_reset_layer_rc_flag()1030 lrc->avg_frame_bandwidth < (lrc->last_avg_frame_bandwidth >> 1)) { in vp9_svc_check_reset_layer_rc_flag()
1978 rc->last_avg_frame_bandwidth = rc->avg_frame_bandwidth; in vp9_rc_postencode_update()1989 cpi->rc.last_avg_frame_bandwidth = cpi->rc.avg_frame_bandwidth; in vp9_rc_postencode_update_drop_frame()
2063 if (rc->avg_frame_bandwidth > (3 * rc->last_avg_frame_bandwidth >> 1) || in vp9_change_config()2064 rc->avg_frame_bandwidth < (rc->last_avg_frame_bandwidth >> 1)) { in vp9_change_config()