Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c1459 int thresh_rate = 2 * (cpi->av_per_frame_bandwidth >> 3); in vp8_drop_encodedframe_overshoot() local
1464 if (Q < thresh_qp && cpi->projected_frame_size > thresh_rate && in vp8_drop_encodedframe_overshoot()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c2367 int thresh_rate = rc->avg_frame_bandwidth * 10; in vp9_encodedframe_overshoot() local
2368 if (cm->base_qindex < thresh_qp && frame_size > thresh_rate) { in vp9_encodedframe_overshoot()