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

  /external/chromium_org/third_party/libvpx/source/libvpx/test/
cq_test.cc 44 << "cq_level: " << iter->first
92 int cq_level() const { return cq_level_; } function in class:__anon17603::CQTest
121 bitrates_[cq_level()] = cq_actual_bitrate;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyx.h 183 int cq_level; member in struct:__anon17688
  /external/libvpx/libvpx/vp8/common/
onyx.h 172 int cq_level; member in struct:__anon8552
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyx.h 172 int cq_level; member in struct:__anon19735
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_cx_iface.c 38 unsigned int cq_level; /* constrained quality level */ member in struct:vp8_extracfg
63 10, /* cq_level */
196 RANGE_CHECK(vp8_cfg, cq_level, 0, 63);
198 RANGE_CHECK(vp8_cfg, cq_level,
335 oxcf->cq_level = vp8_cfg.cq_level;
576 extra_cfg.cq_level = CAST(VP8E_SET_CQ_LEVEL, args);
    [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/encoder/
vp9_ratectrl.c 721 int active_cq_level = oxcf->cq_level;
738 const int cq_level = get_active_cq_level(rc, oxcf); local
791 if (q < cq_level)
792 q = cq_level;
801 active_best_quality = cq_level;
810 active_best_quality = cq_level;
820 (active_best_quality < cq_level)) {
821 active_best_quality = cq_level;
890 const int cq_level = get_active_cq_level(rc, oxcf); local
    [all...]
vp9_encoder.h 160 int cq_level; member in struct:VP9EncoderConfig
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_cx_iface.c 34 unsigned int cq_level; // constrained quality level member in struct:vp9_extracfg
55 10, // cq_level
215 RANGE_CHECK(extra_cfg, cq_level, 0, 63);
366 oxcf->cq_level = vp9_quantizer_to_qindex(extra_cfg->cq_level);
618 extra_cfg.cq_level = CAST(VP8E_SET_CQ_LEVEL, args);
    [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/
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...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
firstpass.c 65 static const int cq_level[QINDEX_RANGE] = variable
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxenc.c 351 static const arg_def_t cq_level = ARG_DEF(NULL, "cq-level", 1, variable
362 &tune_ssim, &cq_level, &max_intra_rate_pct,
420 &tune_ssim, &cq_level, &max_intra_rate_pct, &lossless,
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 65 static const int cq_level[QINDEX_RANGE] = variable
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h 230 int cq_level; member in struct:VP9_CONFIG
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
firstpass.c 65 static const int cq_level[QINDEX_RANGE] = variable
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 231 int cq_level; member in struct:__anon19839

Completed in 1143 milliseconds