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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.c295 int high_q = (int)(rc->avg_q > 48.0); local
364 if (high_q || (cpi->static_mb_pct == 100)) {
398 if (high_q) {
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c253 int high_q = (int)(rc->avg_q > 48.0); local
320 if (high_q || (cpi->static_mb_pct == 100)) {
354 if (high_q) {

Completed in 462 milliseconds