HomeSort by relevance Sort by last modified time
    Searched refs:cq_level (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_ratectrl.c 616 const int cq_level = oxcf->cq_level; local
675 if (q < cq_level)
676 q = cq_level;
688 active_best_quality = cq_level;
701 active_best_quality = cq_level;
711 (active_best_quality < cq_level)) {
712 active_best_quality = cq_level;
794 const int cq_level = oxcf->cq_level; local
    [all...]
vp9_encoder.h 229 int cq_level; member in struct:VP9EncoderConfig
vp9_firstpass.c     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyx.h 172 int cq_level; member in struct:__anon16705
  /external/libvpx/libvpx/vp8/common/
onyx.h 172 int cq_level; member in struct:__anon28656
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyx.h 172 int cq_level; member in struct:__anon39746
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_cx_iface.c 36 unsigned int cq_level; /* constrained quality level */ member in struct:vp8_extracfg
71 10, /* cq_level */
206 RANGE_CHECK(vp8_cfg, cq_level, 0, 63);
208 RANGE_CHECK(vp8_cfg, cq_level,
345 oxcf->cq_level = vp8_cfg.cq_level;
523 MAP(VP8E_SET_CQ_LEVEL, xcfg.cq_level);
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 36 unsigned int cq_level; /* constrained quality level */ member in struct:vp8_extracfg
71 10, /* cq_level */
206 RANGE_CHECK(vp8_cfg, cq_level, 0, 63);
208 RANGE_CHECK(vp8_cfg, cq_level,
345 oxcf->cq_level = vp8_cfg.cq_level;
523 MAP(VP8E_SET_CQ_LEVEL, xcfg.cq_level);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c 36 unsigned int cq_level; /* constrained quality level */ member in struct:vp8_extracfg
71 10, /* cq_level */
206 RANGE_CHECK(vp8_cfg, cq_level, 0, 63);
208 RANGE_CHECK(vp8_cfg, cq_level,
347 oxcf->cq_level = vp8_cfg.cq_level;
525 MAP(VP8E_SET_CQ_LEVEL, xcfg.cq_level);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_cx_iface.c 35 unsigned int cq_level; // constrained quality level member in struct:vp9_extracfg
65 10, // cq_level
207 RANGE_CHECK(extra_cfg, cq_level, 0, 63);
335 oxcf->cq_level = vp9_quantizer_to_qindex(extra_cfg->cq_level);
504 MAP(VP8E_SET_CQ_LEVEL, extra_cfg.cq_level);
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 35 unsigned int cq_level; // constrained quality level member in struct:vp9_extracfg
65 10, // cq_level
202 RANGE_CHECK(extra_cfg, cq_level, 0, 63);
329 oxcf->cq_level = q_trans[extra_cfg->cq_level];
495 MAP(VP8E_SET_CQ_LEVEL, extra_cfg.cq_level);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c 35 unsigned int cq_level; // constrained quality level member in struct:vp9_extracfg
64 10, // cq_level
200 RANGE_CHECK(extra_cfg, cq_level, 0, 63);
319 oxcf->cq_level = extra_cfg->cq_level;
485 MAP(VP8E_SET_CQ_LEVEL, extra_cfg.cq_level);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h 230 int cq_level; member in struct:VP9_CONFIG
vp9_ratectrl.c 711 active_best_quality = oxcf->cq_level;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 231 int cq_level; member in struct:__anon39850
vp9_ratectrl.c 717 active_best_quality = oxcf->cq_level;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_if.c     [all...]
firstpass.c 65 static const int cq_level[QINDEX_RANGE] = variable
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c     [all...]
firstpass.c 65 static const int cq_level[QINDEX_RANGE] = variable
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c     [all...]
firstpass.c 65 static const int cq_level[QINDEX_RANGE] = variable
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxenc.c 332 static const arg_def_t cq_level = ARG_DEF(NULL, "cq-level", 1, variable
343 &tune_ssim, &cq_level, &max_intra_rate_pct,
375 &tune_ssim, &cq_level, &max_intra_rate_pct, &lossless,
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 369 static const arg_def_t cq_level = ARG_DEF(NULL, "cq-level", 1, variable
380 &tune_ssim, &cq_level, &max_intra_rate_pct,
412 &tune_ssim, &cq_level, &max_intra_rate_pct, &lossless,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.c 369 static const arg_def_t cq_level = ARG_DEF(NULL, "cq-level", 1, variable
380 &tune_ssim, &cq_level, &max_intra_rate_pct,
412 &tune_ssim, &cq_level, &max_intra_rate_pct, &lossless,
    [all...]

Completed in 769 milliseconds

1 2