Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c1586 int thresh_qp = 3 * cpi->worst_quality >> 2; in vp8_drop_encodedframe_overshoot() local
1593 if (Q < thresh_qp && in vp8_drop_encodedframe_overshoot()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c2011 int thresh_qp = 3 * (rc->worst_quality >> 2); in vp9_encodedframe_overshoot() local
2013 if (cm->base_qindex < thresh_qp && in vp9_encodedframe_overshoot()