Home | History | Annotate | Download | only in vp9

Lines Matching refs:cq_level

37   unsigned int                cq_level;         /* constrained quality level */
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);