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

  /external/libvpx/libvpx/
warnings.c 73 static void check_quantizer(int min_q, int max_q,
75 const int lossless = min_q == 0 && max_q == 0;
76 if (!lossless && (min_q == max_q || abs(max_q - min_q) < 8))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
warnings.c 73 static void check_quantizer(int min_q, int max_q,
75 const int lossless = min_q == 0 && max_q == 0;
76 if (!lossless && (min_q == max_q || abs(max_q - min_q) < 8))
  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.h 29 int min_q; member in struct:__anon16647
vp9_svc_layercontext.c 580 lrc->best_quality = vp9_quantizer_to_qindex(lc->min_q);
690 cpi->oxcf.best_allowed_q = vp9_quantizer_to_qindex(lc->min_q);
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c     [all...]

Completed in 257 milliseconds