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

  /external/libvpx/libvpx/test/
cq_test.cc 44 << "cq_level: " << iter->first
92 int cq_level() const { return cq_level_; } function in class:__anon17034::CQTest
121 bitrates_[cq_level()] = cq_actual_bitrate;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyx.h 172 int cq_level; member in struct:__anon30609
  /external/libvpx/libvpx/vp8/common/
onyx.h 184 int cq_level; member in struct:__anon17131
  /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/libvpx/libvpx/vp8/
vp8_cx_iface.c 41 unsigned int cq_level; /* constrained quality level */ member in struct:vp8_extracfg
67 10, /* cq_level */
202 RANGE_CHECK(vp8_cfg, cq_level, 0, 63);
205 RANGE_CHECK(vp8_cfg, cq_level,
343 oxcf->cq_level = vp8_cfg.cq_level;
591 extra_cfg.cq_level = CAST(VP8E_SET_CQ_LEVEL, args);
    [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_ratectrl.c 810 int active_cq_level = oxcf->cq_level;
827 const int cq_level = get_active_cq_level(rc, oxcf); local
996 const int cq_level = get_active_cq_level(rc, oxcf); local
    [all...]
vp9_encoder.h 173 int cq_level; member in struct:VP9EncoderConfig
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 37 unsigned int cq_level; // constrained quality level member in struct:vp9_extracfg
66 10, // cq_level
251 RANGE_CHECK(extra_cfg, cq_level, 0, 63);
432 oxcf->cq_level = vp9_quantizer_to_qindex(extra_cfg->cq_level);
706 extra_cfg.cq_level = CAST(VP8E_SET_CQ_LEVEL, args);
    [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/libvpx/libvpx/vp8/encoder/
firstpass.c 64 static const int cq_level[QINDEX_RANGE] = variable
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 348 static const arg_def_t cq_level = ARG_DEF( variable
363 &tune_ssim, &cq_level, &max_intra_rate_pct, &screen_content_mode,
452 &tune_ssim, &cq_level, &max_intra_rate_pct, &max_inter_rate_pct,
478 &tune_ssim, &cq_level, &max_intra_rate_pct, &max_inter_rate_pct,
    [all...]
  /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:__anon30713

Completed in 559 milliseconds