HomeSort by relevance Sort by last modified time
    Searched refs:high_q (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c 268 int high_q = (int)(rc->avg_q > 48.0); local
335 if (high_q || (cpi->static_mb_pct == 100)) {
369 if (high_q) {
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 481 int high_q = (int)(rc->avg_q > 48.0); local
550 if (high_q || (cpi->static_mb_pct == 100)) {
584 if (high_q) {
    [all...]

Completed in 79 milliseconds