Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c1500 int thresh_qp = 3 * cpi->worst_quality >> 2; in vp8_drop_encodedframe_overshoot() local
1511 if ((Q < thresh_qp && cpi->projected_frame_size > thresh_rate && in vp8_drop_encodedframe_overshoot()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c3125 int thresh_qp = 7 * (rc->worst_quality >> 3); in vp9_encodedframe_overshoot() local
3130 thresh_qp = 3 * (rc->worst_quality >> 2); in vp9_encodedframe_overshoot()
3139 cm->base_qindex < thresh_qp) { in vp9_encodedframe_overshoot()