/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; 524 MAP(VP8E_SET_CQ_LEVEL, xcfg.cq_level); [all...] |
/external/libvpx/libvpx/vp9/ |
vp9_cx_iface.c | 37 unsigned int cq_level; /* constrained quality level */ member in struct:vp9_extracfg 65 10, /* cq_level */ 196 RANGE_CHECK(vp8_cfg, cq_level, 0, 63); 293 oxcf->cq_level = vp8_cfg.cq_level; 444 MAP(VP8E_SET_CQ_LEVEL, xcfg.cq_level); [all...] |
/external/libvpx/libvpx/vp8/common/ |
onyx.h | 172 int cq_level; member in struct:__anon23935
|
/external/libvpx/libvpx/vp9/common/ |
vp9_onyx.h | 129 int cq_level; member in struct:__anon24005
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_onyx_if.c | [all...] |
vp9_firstpass.c | [all...] |
/external/libvpx/libvpx/ |
vpxenc.c | 556 static const arg_def_t cq_level = ARG_DEF(NULL, "cq-level", 1, variable 570 &tune_ssim, &cq_level, &max_intra_rate_pct, 587 &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...] |
onyx_if.c | [all...] |