Home | History | Annotate | Download | only in vp8

Lines Matching refs:rc_end_usage

156     RANGE_CHECK(cfg, rc_end_usage,          VPX_VBR, VPX_Q);
207 if (finalize && (cfg->rc_end_usage == VPX_CQ || cfg->rc_end_usage == VPX_Q))
332 if (cfg.rc_end_usage == VPX_VBR) {
334 } else if (cfg.rc_end_usage == VPX_CBR) {
336 } else if (cfg.rc_end_usage == VPX_CQ) {
338 } else if (cfg.rc_end_usage == VPX_Q) {
1247 VPX_VBR, /* rc_end_usage */