Home
last modified time | relevance | path

Searched refs:VPX_VBR (Results 1 – 22 of 22) sorted by relevance

/external/libvpx/libvpx/test/
Dalt_ref_aq_segment_test.cc54 cfg_.rc_end_usage = VPX_VBR; in TEST_P()
75 cfg_.rc_end_usage = VPX_VBR; in TEST_P()
96 cfg_.rc_end_usage = VPX_VBR; in TEST_P()
117 cfg_.rc_end_usage = VPX_VBR; in TEST_P()
138 cfg_.rc_end_usage = VPX_VBR; in TEST_P()
Dvp9_motion_vector_test.cc52 cfg_.rc_end_usage = VPX_VBR; in SetUp()
Dtile_independence_test.cc88 cfg_.rc_end_usage = VPX_VBR; in TEST_P()
Dvp9_ethread_test.cc53 cfg_.rc_end_usage = VPX_VBR; in SetUp()
242 cfg_.rc_end_usage = VPX_VBR; in SetUp()
Dcq_test.cc122 cfg_.rc_end_usage = VPX_VBR; in TEST_P()
Dvp9_datarate_test.cc267 cfg_.rc_end_usage = VPX_VBR; in TEST_P()
289 cfg_.rc_end_usage = VPX_VBR; in TEST_P()
318 cfg_.rc_end_usage = VPX_VBR; in TEST_P()
Dcpu_speed_test.cc36 cfg_.rc_end_usage = VPX_VBR; in SetUp()
Daltref_test.cc83 cfg_.rc_end_usage = VPX_VBR; in SetUp()
Dlevel_test.cc32 cfg_.rc_end_usage = VPX_VBR; in SetUp()
Dvp9_arf_freq_test.cc96 cfg_.rc_end_usage = VPX_VBR; in SetUp()
Ddecode_perf_test.cc137 cfg_.rc_end_usage = VPX_VBR; in SetUp()
Dvp9_end_to_end_test.cc137 cfg_.rc_end_usage = VPX_VBR; in SetUp()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.c527 if (cpi->oxcf.rc_mode == VPX_VBR && cpi->oxcf.lag_in_frames > 0) in set_rt_speed_feature_framesize_independent()
575 if (cpi->oxcf.rc_mode == VPX_VBR && cpi->oxcf.lag_in_frames > 0 && in set_rt_speed_feature_framesize_independent()
593 if (cpi->oxcf.rc_mode == VPX_VBR) sf->mv.search_method = NSTEP; in set_rt_speed_feature_framesize_independent()
623 if (cpi->oxcf.rc_mode == VPX_VBR && cpi->oxcf.lag_in_frames > 0 && in set_rt_speed_feature_framesize_independent()
631 if (cpi->oxcf.rc_mode == VPX_VBR && cpi->oxcf.lag_in_frames > 0) { in set_rt_speed_feature_framesize_independent()
Dvp9_aq_cyclicrefresh.c185 if (cpi->oxcf.rc_mode == VPX_VBR && mi->ref_frame[0] == GOLDEN_FRAME) in vp9_cyclic_refresh_update_segment()
327 if (cpi->oxcf.rc_mode == VPX_VBR) rc->baseline_gf_interval = 20; in vp9_cyclic_refresh_set_golden_update()
541 if (cpi->oxcf.rc_mode == VPX_VBR) { in vp9_cyclic_refresh_update_parameters()
Dvp9_pickmode.c1836 if (cpi->oxcf.lag_in_frames > 0 && cpi->oxcf.rc_mode == VPX_VBR) { in vp9_pick_inter_mode()
2029 if (cpi->oxcf.lag_in_frames > 0 && cpi->oxcf.rc_mode == VPX_VBR) { in vp9_pick_inter_mode()
2199 (cpi->use_svc || cpi->oxcf.rc_mode == VPX_VBR))) && in vp9_pick_inter_mode()
2385 if ((cpi->oxcf.lag_in_frames > 0 && cpi->oxcf.rc_mode == VPX_VBR && in vp9_pick_inter_mode()
Dvp9_ratectrl.c2490 if (cpi->oxcf.rc_mode == VPX_VBR || cpi->oxcf.rc_mode == VPX_CQ) in vp9_set_target_rate()
2825 if (cpi->oxcf.rc_mode == VPX_VBR) thresh = 2.1f; in vp9_scene_detection_onepass()
2962 if (cpi->oxcf.rc_mode == VPX_VBR && cm->frame_type != KEY_FRAME && in vp9_scene_detection_onepass()
Dvp9_encodeframe.c1393 if (cpi->oxcf.lag_in_frames > 0 && cpi->oxcf.rc_mode == VPX_VBR && in choose_partitioning()
5178 if (cpi->oxcf.lag_in_frames > 0 && cpi->oxcf.rc_mode == VPX_VBR && in get_estimated_pred()
5313 (cpi->oxcf.rc_mode == VPX_VBR && !cpi->rc.is_src_frame_alt_ref && in encode_nonrd_sb_row()
5359 if ((cpi->oxcf.rc_mode == VPX_VBR && cpi->rc.high_source_sad && in encode_nonrd_sb_row()
5735 !(cpi->oxcf.lag_in_frames > 0 && cpi->oxcf.rc_mode == VPX_VBR) && in encode_frame_internal()
Dvp9_encoder.c3543 if (oxcf->pass == 2 && oxcf->rc_mode == VPX_VBR &&
3774 (cpi->oxcf.pass == 0 && cpi->oxcf.rc_mode == VPX_VBR &&
3806 (cpi->oxcf.rc_mode == VPX_VBR ||
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h232 VPX_VBR, /**< Variable Bit Rate (VBR) mode */ enumerator
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c149 RANGE_CHECK(cfg, rc_end_usage, VPX_VBR, VPX_Q); in validate_config()
307 if (cfg.rc_end_usage == VPX_VBR) { in set_vp8e_config()
1228 VPX_VBR, /* rc_end_usage */
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c172 RANGE_CHECK(cfg, rc_end_usage, VPX_VBR, VPX_Q); in validate_config()
456 const int is_vbr = cfg->rc_end_usage == VPX_VBR; in set_encoder_config()
1727 VPX_VBR, // rc_end_usage
/external/libvpx/libvpx/
Dvpxenc.c291 static const struct arg_enum_list end_usage_enum[] = { { "vbr", VPX_VBR },