Searched refs:VPX_CBR (Results 1 - 25 of 32) sorted by relevance

12

/external/libvpx/libvpx/test/
H A Daq_segment_test.cc50 cfg_.rc_end_usage = VPX_CBR;
70 cfg_.rc_end_usage = VPX_CBR;
90 cfg_.rc_end_usage = VPX_CBR;
H A Ddatarate_test.cc166 cfg_.rc_end_usage = VPX_CBR;
192 cfg_.rc_end_usage = VPX_CBR;
215 cfg_.rc_end_usage = VPX_CBR;
245 cfg_.rc_end_usage = VPX_CBR;
275 cfg_.rc_end_usage = VPX_CBR;
302 cfg_.rc_end_usage = VPX_CBR;
327 cfg_.rc_end_usage = VPX_CBR;
350 cfg_.rc_end_usage = VPX_CBR;
380 cfg_.rc_end_usage = VPX_CBR;
410 cfg_.rc_end_usage = VPX_CBR;
[all...]
H A Dactive_map_test.cc79 cfg_.rc_end_usage = VPX_CBR;
H A Dvp9_motion_vector_test.cc53 cfg_.rc_end_usage = VPX_CBR;
H A Dcpu_speed_test.cc39 cfg_.rc_end_usage = VPX_CBR;
H A Derror_resilience_test.cc299 cfg_.rc_end_usage = VPX_CBR;
346 cfg_.rc_end_usage = VPX_CBR;
536 cfg_.rc_end_usage = VPX_CBR;
H A Dactive_map_refresh_test.cc114 cfg_.rc_end_usage = VPX_CBR;
H A Dencode_perf_test.cc80 cfg_.rc_end_usage = VPX_CBR;
H A Dlevel_test.cc35 cfg_.rc_end_usage = VPX_CBR;
H A Dvp9_arf_freq_test.cc97 cfg_.rc_end_usage = VPX_CBR;
H A Dvp9_end_to_end_test.cc97 cfg_.rc_end_usage = VPX_CBR;
H A Dencode_api_test.cc145 cfg[0].rc_end_usage = VPX_CBR;
H A Dvp9_ethread_test.cc247 cfg_.rc_end_usage = VPX_CBR;
H A Dresize_test.cc477 cfg_.rc_end_usage = VPX_CBR;
/external/libvpx/libvpx/vpx/
H A Dvpx_encoder.h244 VPX_CBR, /**< Constant Bit Rate (CBR) mode */ enumerator in enum:vpx_rc_mode
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_picklpf.c184 if (cpi->oxcf.pass == 0 && cpi->oxcf.rc_mode == VPX_CBR &&
H A Dvp9_svc_layercontext.c92 if (cpi->oxcf.rc_mode == VPX_CBR) {
143 if (!(svc->number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) &&
198 if (svc->number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) {
222 if (svc->number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) {
242 return (cpi->svc.number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR)
H A Dvp9_ratectrl.c327 if (pass == 0 && oxcf->rc_mode == VPX_CBR) {
443 (cpi->oxcf.rc_mode != VPX_CBR || cpi->oxcf.gf_cbr_boost_pct > 100))
469 (cpi->oxcf.rc_mode != VPX_CBR || cpi->oxcf.gf_cbr_boost_pct > 100))
590 if (cpi->oxcf.rc_mode == VPX_CBR && !cpi->rc.reset_high_source_sad &&
1246 if (cpi->oxcf.rc_mode == VPX_CBR)
1410 if ((cpi->use_svc && oxcf->rc_mode == VPX_CBR) ||
1670 if (svc->number_temporal_layers > 1 && oxcf->rc_mode == VPX_CBR) {
2386 if (avg_sad > 0 || cpi->oxcf.rc_mode == VPX_CBR)
2396 if (cpi->oxcf.rc_mode == VPX_CBR &&
H A Dvp9_noise_estimate.c65 if (cpi->oxcf.pass == 0 && cpi->oxcf.rc_mode == VPX_CBR &&
H A Dvp9_speed_features.c529 if (cpi->oxcf.rc_mode == VPX_CBR &&
561 if (cpi->oxcf.rc_mode == VPX_CBR && content != VP9E_CONTENT_SCREEN) {
633 if (!cpi->use_svc && cpi->oxcf.rc_mode == VPX_CBR &&
H A Dvp9_encoder.h879 return !(cpi->oxcf.mode == REALTIME && cpi->oxcf.rc_mode == VPX_CBR) &&
/external/libvpx/libvpx/vpx/src/
H A Dsvc_encodeframe.c432 if (enc_cfg->rc_end_usage == VPX_CBR && enc_cfg->g_pass == VPX_RC_ONE_PASS &&
449 if (enc_cfg->rc_end_usage == VPX_CBR &&
508 if (enc_cfg->rc_end_usage == VPX_CBR) {
/external/libvpx/libvpx/examples/
H A Dvp8_multi_resolution_encoder.c415 cfg[0].rc_end_usage = VPX_CBR;
H A Dvpx_temporal_svc_encoder.c690 cfg.rc_end_usage = VPX_CBR;
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
H A Dvp9_impl.cc299 config_->rc_end_usage = VPX_CBR;

Completed in 540 milliseconds

12