Home
last modified time | relevance | path

Searched refs:last_avg_frame_bandwidth (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.h164 int last_avg_frame_bandwidth; member
Dvp9_svc_layercontext.c1029 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()
Dvp9_ratectrl.c1978 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()
Dvp9_encoder.c2063 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()