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

  /external/libvpx/libvpx/test/
cq_test.cc 42 << "cq_level: " << iter->first
90 int cq_level() const { return cq_level_; } function in class:__anon26009::CQTest
119 bitrates_[cq_level()] = cq_actual_bitrate;
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 844 int active_cq_level = oxcf->cq_level;
883 const int cq_level = get_active_cq_level_one_pass(rc, oxcf); local
1065 const int cq_level = get_active_cq_level_two_pass(&cpi->twopass, rc, oxcf); local
    [all...]
vp9_encoder.h 194 int cq_level; member in struct:VP9EncoderConfig
vp9_firstpass.c     [all...]
vp9_encoder.c     [all...]
  /external/libvpx/libvpx/vp8/common/
onyx.h 174 int cq_level; member in struct:__anon26124
  /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 */
199 RANGE_CHECK(vp8_cfg, cq_level, 0, 63);
202 RANGE_CHECK(vp8_cfg, cq_level, cfg->rc_min_quantizer,
324 oxcf->cq_level = vp8_cfg.cq_level;
552 extra_cfg.cq_level = CAST(VP8E_SET_CQ_LEVEL, args);
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 38 unsigned int cq_level; // constrained quality level member in struct:vp9_extracfg
71 10, // cq_level
274 RANGE_CHECK(extra_cfg, cq_level, 0, 63);
504 oxcf->cq_level = vp9_quantizer_to_qindex(extra_cfg->cq_level);
796 extra_cfg.cq_level = CAST(VP8E_SET_CQ_LEVEL, args);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c     [all...]
firstpass.c 65 static const int cq_level[QINDEX_RANGE] = { variable
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 360 static const arg_def_t cq_level = variable
384 &cq_level,
503 &cq_level,
    [all...]

Completed in 114 milliseconds