Searched refs:VPX_CBR (Results 1 – 25 of 30) sorted by relevance
12
157 cfg_.rc_end_usage = VPX_CBR; in TEST_P()183 cfg_.rc_end_usage = VPX_CBR; in TEST_P()206 cfg_.rc_end_usage = VPX_CBR; in TEST_P()236 cfg_.rc_end_usage = VPX_CBR; in TEST_P()274 cfg_.rc_end_usage = VPX_CBR; in TEST_P()302 cfg_.rc_end_usage = VPX_CBR; in TEST_P()327 cfg_.rc_end_usage = VPX_CBR; in TEST_P()350 cfg_.rc_end_usage = VPX_CBR; in TEST_P()380 cfg_.rc_end_usage = VPX_CBR; in TEST_P()414 cfg_.rc_end_usage = VPX_CBR; in TEST_P()[all …]
50 cfg_.rc_end_usage = VPX_CBR; in TEST_P()70 cfg_.rc_end_usage = VPX_CBR; in TEST_P()90 cfg_.rc_end_usage = VPX_CBR; in TEST_P()
299 cfg_.rc_end_usage = VPX_CBR;346 cfg_.rc_end_usage = VPX_CBR;536 cfg_.rc_end_usage = VPX_CBR; in TEST_P()
79 cfg_.rc_end_usage = VPX_CBR; in TEST_P()
53 cfg_.rc_end_usage = VPX_CBR; in SetUp()
39 cfg_.rc_end_usage = VPX_CBR; in SetUp()
97 cfg_.rc_end_usage = VPX_CBR; in SetUp()
114 cfg_.rc_end_usage = VPX_CBR; in TEST_P()
35 cfg_.rc_end_usage = VPX_CBR; in SetUp()
80 cfg_.rc_end_usage = VPX_CBR; in SetUp()
247 cfg_.rc_end_usage = VPX_CBR; in SetUp()
477 cfg_.rc_end_usage = VPX_CBR; in DefaultConfig()
90 if (cpi->oxcf.rc_mode == VPX_CBR) { in vp9_init_layer_context()141 if (!(svc->number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) && in vp9_init_layer_context()196 if (svc->number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) { in vp9_update_layer_context_change_config()220 if (svc->number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) { in vp9_update_layer_context_change_config()240 return (cpi->svc.number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) in get_layer_context()
184 if (cpi->oxcf.pass == 0 && cpi->oxcf.rc_mode == VPX_CBR && in vp9_pick_filter_level()
516 if (cpi->oxcf.rc_mode == VPX_CBR && in set_rt_speed_feature_framesize_independent()530 if (cpi->oxcf.rc_mode == VPX_CBR && content != VP9E_CONTENT_SCREEN) { in set_rt_speed_feature_framesize_independent()591 if (!cpi->use_svc && cpi->oxcf.rc_mode == VPX_CBR && in set_rt_speed_feature_framesize_independent()
327 if (pass == 0 && oxcf->rc_mode == VPX_CBR) { in vp9_rc_init()441 (cpi->oxcf.rc_mode != VPX_CBR || cpi->oxcf.gf_cbr_boost_pct > 100)) in get_rate_correction_factor()467 (cpi->oxcf.rc_mode != VPX_CBR || cpi->oxcf.gf_cbr_boost_pct > 100)) in set_rate_correction_factor()588 if (cpi->oxcf.rc_mode == VPX_CBR && in vp9_rc_regulate_q()1249 if (cpi->oxcf.rc_mode == VPX_CBR) in vp9_rc_pick_q_and_bounds()1391 if ((cpi->use_svc && oxcf->rc_mode == VPX_CBR) || in vp9_rc_postencode_update()1645 if (svc->number_temporal_layers > 1 && oxcf->rc_mode == VPX_CBR) { in calc_iframe_target_size_one_pass_cbr()2326 if (avg_sad > 0 || cpi->oxcf.rc_mode == VPX_CBR) in vp9_scene_detection_onepass()
56 if (cpi->oxcf.pass == 0 && cpi->oxcf.rc_mode == VPX_CBR && in enable_noise_estimation()
869 return !(cpi->oxcf.mode == REALTIME && cpi->oxcf.rc_mode == VPX_CBR) && in is_altref_enabled()
1288 if ((cpi->svc.number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) || in init_config()1907 if ((cpi->svc.number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) || in vp9_change_config()3378 if (oxcf->pass == 0 && oxcf->rc_mode == VPX_CBR && !cpi->use_svc &&3580 cpi->oxcf.rc_mode == VPX_CBR &&3615 if (cpi->oxcf.pass == 0 && cpi->oxcf.rc_mode == VPX_CBR &&4409 if (oxcf->pass == 0 && oxcf->rc_mode == VPX_CBR &&4587 if (cpi->oxcf.rc_mode == VPX_CBR) {
432 if (enc_cfg->rc_end_usage == VPX_CBR && enc_cfg->g_pass == VPX_RC_ONE_PASS && in vpx_svc_init()449 if (enc_cfg->rc_end_usage == VPX_CBR && in vpx_svc_init()508 if (enc_cfg->rc_end_usage == VPX_CBR) { in vpx_svc_init()
246 VPX_CBR, /**< Constant Bit Rate (CBR) mode */ enumerator
414 cfg[0].rc_end_usage = VPX_CBR; in main()
634 cfg.rc_end_usage = VPX_CBR; in main()
299 config_->rc_end_usage = VPX_CBR; in InitEncode()