/external/libvpx/vp8/common/ |
onyx.h | 154 int cq_level; member in struct:__anon7436
|
/external/libvpx/vp8/ |
vp8_cx_iface.c | 41 unsigned int cq_level; /* constrained quality level */ member in struct:vp8_extracfg 73 10, /* cq_level */ 195 RANGE_CHECK(vp8_cfg, cq_level, 0, 63); 315 oxcf->cq_level = vp8_cfg.cq_level; 466 MAP(VP8E_SET_CQ_LEVEL, xcfg.cq_level); [all...] |
/external/libvpx/vp8/encoder/ |
firstpass.c | 70 static const int cq_level[QINDEX_RANGE] = variable [all...] |
/external/libvpx/ |
vpxenc.c | 1031 static const arg_def_t cq_level = ARG_DEF(NULL, "cq-level", 1, variable 1038 &tune_ssim, &cq_level, NULL [all...] |