Home | History | Annotate | Download | only in vp9

Lines Matching refs:rc_end_usage

158   RANGE_CHECK(cfg, rc_end_usage,          VPX_VBR, VPX_Q);
307 if (cfg->rc_end_usage == VPX_CQ)
309 else if (cfg->rc_end_usage == VPX_Q)
311 else if (cfg->rc_end_usage == VPX_CBR)
1017 (cfg->rc_end_usage == VPX_CBR ||
1133 VPX_VBR, /* rc_end_usage */