/external/libvpx/libvpx/vp9/common/ |
vp9_onyx.h | 124 int cq_level; member in struct:__anon23076
|
/external/libvpx/libvpx/vp8/common/ |
onyx.h | 172 int cq_level; member in struct:__anon23008
|
/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); 292 oxcf->cq_level = vp8_cfg.cq_level; 443 MAP(VP8E_SET_CQ_LEVEL, xcfg.cq_level); [all...] |
/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/encoder/ |
vp9_onyx_if.c | [all...] |
vp9_firstpass.c | [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 | 1129 static const arg_def_t cq_level = ARG_DEF(NULL, "cq-level", 1, variable [all...] |