Searched refs:rc_mode (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_svc_layercontext.c27 if (svc->number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) {
55 if (svc->number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) {
80 if (!(svc->number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR)
95 if (svc->number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) {
105 if (svc->number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) {
121 if (svc->number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) {
135 return (cpi->svc.number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) ?
222 (cpi->svc.number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) ?
H A Dvp9_ratectrl.c260 if (cpi->use_svc && cpi->oxcf.rc_mode == VPX_CBR) {
268 if (pass == 0 && oxcf->rc_mode == VPX_CBR) {
364 !(cpi->use_svc && cpi->oxcf.rc_mode == VPX_CBR))
383 !(cpi->use_svc && cpi->oxcf.rc_mode == VPX_CBR))
722 if (oxcf->rc_mode == VPX_CQ &&
790 if (oxcf->rc_mode == VPX_CQ) {
799 } else if (oxcf->rc_mode == VPX_Q) {
809 if (oxcf->rc_mode == VPX_Q) {
819 if ((oxcf->rc_mode == VPX_CQ) &&
858 if (oxcf->rc_mode
[all...]
H A Dvp9_encoder.h142 enum vpx_rc_mode rc_mode; member in struct:VP9EncoderConfig
H A Dvp9_encoder.c575 if ((cpi->svc.number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) ||
674 cpi->oxcf.rc_mode == VPX_CBR) ||
1499 } else if (cpi->oxcf.rc_mode == VPX_CQ) {
1820 if (cpi->oxcf.rc_mode == VPX_Q) {
1918 if (cpi->oxcf.rc_mode == VPX_CQ &&
2214 oxcf->rc_mode == VPX_CBR &&
2393 if (cpi->oxcf.rc_mode == VPX_CBR) {
2695 oxcf->rc_mode == VPX_CBR) {
2729 oxcf->rc_mode == VPX_VBR) {
2813 oxcf->rc_mode
[all...]
H A Dvp9_firstpass.c997 if (cpi->oxcf.rc_mode == VPX_CQ)
2204 if (cpi->oxcf.rc_mode == VPX_VBR)
2226 if (cpi->oxcf.rc_mode == VPX_Q) {
2316 if (cpi->oxcf.rc_mode == VPX_VBR)
H A Dvp9_bitstream.c1002 cpi->oxcf.rc_mode == VPX_CBR) ||
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_cx_iface.c356 oxcf->rc_mode = cfg->rc_end_usage;

Completed in 2043 milliseconds