Home
last modified time | relevance | path

Searched refs:thresh_rate (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c1502 int thresh_rate = 2 * (cpi->av_per_frame_bandwidth >> 3); in vp8_drop_encodedframe_overshoot() local
1510 thresh_rate = thresh_rate >> 3; in vp8_drop_encodedframe_overshoot()
1511 if ((Q < thresh_qp && cpi->projected_frame_size > thresh_rate && in vp8_drop_encodedframe_overshoot()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c3126 int thresh_rate = rc->avg_frame_bandwidth << 3; in vp9_encodedframe_overshoot() local
3138 frame_size > thresh_rate) && in vp9_encodedframe_overshoot()
3156 frame_size > (thresh_rate << 1) && cpi->svc.spatial_layer_id == 0) { in vp9_encodedframe_overshoot()