Searched refs:thresh_rate (Results 1 – 2 of 2) sorted by relevance
1459 int thresh_rate = 2 * (cpi->av_per_frame_bandwidth >> 3); in vp8_drop_encodedframe_overshoot() local1464 if (Q < thresh_qp && cpi->projected_frame_size > thresh_rate && in vp8_drop_encodedframe_overshoot()
2367 int thresh_rate = rc->avg_frame_bandwidth * 10; in vp9_encodedframe_overshoot() local2368 if (cm->base_qindex < thresh_qp && frame_size > thresh_rate) { in vp9_encodedframe_overshoot()