Searched refs:VPX_CBR (Results 1 – 13 of 13) sorted by relevance
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()
129 cfg_.rc_end_usage = VPX_CBR; in TEST_P()159 cfg_.rc_end_usage = VPX_CBR; in TEST_P()370 cfg_.rc_end_usage = VPX_CBR; in TEST_P()399 cfg_.rc_end_usage = VPX_CBR; in TEST_P()428 cfg_.rc_end_usage = VPX_CBR; in TEST_P()467 cfg_.rc_end_usage = VPX_CBR; in TEST_P()504 cfg_.rc_end_usage = VPX_CBR; in TEST_P()550 cfg_.rc_end_usage = VPX_CBR; in TEST_P()
77 cfg_.rc_end_usage = VPX_CBR; in TEST_P()
40 cfg_.rc_end_usage = VPX_CBR; in SetUp()
84 cfg_.rc_end_usage = VPX_CBR; in SetUp()
183 if (cpi->use_svc && cpi->oxcf.rc_mode == VPX_CBR) { in update_buffer_level()191 if (pass == 0 && oxcf->rc_mode == VPX_CBR) { in vp9_rc_init()287 !(cpi->use_svc && cpi->oxcf.rc_mode == VPX_CBR)) in get_rate_correction_factor()306 !(cpi->use_svc && cpi->oxcf.rc_mode == VPX_CBR)) in set_rate_correction_factor()927 if (cpi->oxcf.rc_mode == VPX_CBR) in vp9_rc_pick_q_and_bounds()1027 oxcf->rc_mode == VPX_CBR) ? 2 : 0); in vp9_rc_postencode_update()1037 (cpi->use_svc && oxcf->rc_mode == VPX_CBR)) { in vp9_rc_postencode_update()1180 oxcf->rc_mode == VPX_CBR) { in calc_pframe_target_size_one_pass_cbr()1213 oxcf->rc_mode == VPX_CBR) { in calc_iframe_target_size_one_pass_cbr()1245 if (cpi->oxcf.pass == 0 && cpi->oxcf.rc_mode == VPX_CBR) { in vp9_rc_get_svc_params()[all …]
536 cpi->oxcf.rc_mode == VPX_CBR) || in init_config()635 cpi->oxcf.rc_mode == VPX_CBR) || in vp9_change_config()2123 cpi->oxcf.rc_mode == VPX_CBR && in encode_frame_to_data_rate()2302 if (cpi->oxcf.rc_mode == VPX_CBR) { in Pass0Encode()2633 cpi->oxcf.rc_mode == VPX_CBR) { in vp9_get_compressed_data()2726 cpi->oxcf.rc_mode == VPX_CBR) || in vp9_get_compressed_data()
234 VPX_CBR, /**< Constant Bit Rate (CBR) mode */ enumerator
245 cfg[0].rc_end_usage = VPX_CBR; in main()
524 cfg.rc_end_usage = VPX_CBR; in main()
333 } else if (cfg.rc_end_usage == VPX_CBR) { in set_vp8e_config()
1177 (cfg->rc_end_usage == VPX_CBR || in ctrl_set_svc()
265 {"cbr", VPX_CBR},