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:__anon24563::CQTest
119 bitrates_[cq_level()] = cq_actual_bitrate;
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 887 const int cq_level = get_active_cq_level_one_pass(rc, oxcf); local
1068 const int cq_level = get_active_cq_level_two_pass(&cpi->twopass, rc, oxcf); local
    [all...]
vp9_encoder.h 193 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:__anon24679
  /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
262 RANGE_CHECK(extra_cfg, cq_level, 0, 63);
480 oxcf->cq_level = vp9_quantizer_to_qindex(extra_cfg->cq_level);
770 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 354 static const arg_def_t cq_level = variable
378 &cq_level,
490 &cq_level,
    [all...]

Completed in 142 milliseconds