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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_if.c 1295 static const int q_trans[] = variable
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 1263 static const int q_trans[] = variable
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 654 const int q_trans[] = { variable
669 if (q_trans[i] >= x)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c 1263 static const int q_trans[] = variable
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c 669 const int q_trans[] = { variable
684 if (q_trans[i] >= x)
870 cpi->oxcf.worst_allowed_q = q_trans[oxcf->worst_allowed_q];
871 cpi->oxcf.best_allowed_q = q_trans[oxcf->best_allowed_q];
872 cpi->oxcf.cq_level = q_trans[cpi->oxcf.cq_level];
    [all...]

Completed in 272 milliseconds