HomeSort by relevance Sort by last modified time
    Searched refs:max_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 28 int max_q; member in struct:__anon16647
vp9_svc_layercontext.c 579 lrc->worst_quality = vp9_quantizer_to_qindex(lc->max_q);
689 cpi->oxcf.worst_allowed_q = vp9_quantizer_to_qindex(lc->max_q);
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c     [all...]

Completed in 541 milliseconds