Searched refs:thresh_qp (Results 1 – 2 of 2) sorted by relevance
1586 int thresh_qp = 3 * cpi->worst_quality >> 2; in vp8_drop_encodedframe_overshoot() local1593 if (Q < thresh_qp && in vp8_drop_encodedframe_overshoot()
2011 int thresh_qp = 3 * (rc->worst_quality >> 2); in vp9_encodedframe_overshoot() local2013 if (cm->base_qindex < thresh_qp && in vp9_encodedframe_overshoot()