Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c1475 int thresh_qp = 3 * cpi->worst_quality >> 2; in vp8_drop_encodedframe_overshoot() local
1486 if ((Q < thresh_qp && cpi->projected_frame_size > thresh_rate && in vp8_drop_encodedframe_overshoot()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c2996 int thresh_qp = 7 * (rc->worst_quality >> 3); in vp9_encodedframe_overshoot() local
3001 thresh_qp = rc->worst_quality >> 1; in vp9_encodedframe_overshoot()
3010 cm->base_qindex < thresh_qp) { in vp9_encodedframe_overshoot()