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

/external/libvpx/libvpx/vp8/encoder/
H A Dratectrl.c1457 int thresh_qp = 3 * cpi->worst_quality >> 2; local
1464 if (Q < thresh_qp && cpi->projected_frame_size > thresh_rate &&
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c2366 int thresh_qp = 3 * (rc->worst_quality >> 2); local
2368 if (cm->base_qindex < thresh_qp && frame_size > thresh_rate) {

Completed in 166 milliseconds