Searched refs:VPX_VBR (Results 1 – 22 of 22) sorted by relevance
/external/libvpx/libvpx/test/ |
D | alt_ref_aq_segment_test.cc | 54 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()
|
D | vp9_motion_vector_test.cc | 52 cfg_.rc_end_usage = VPX_VBR; in SetUp()
|
D | tile_independence_test.cc | 88 cfg_.rc_end_usage = VPX_VBR; in TEST_P()
|
D | vp9_ethread_test.cc | 53 cfg_.rc_end_usage = VPX_VBR; in SetUp() 242 cfg_.rc_end_usage = VPX_VBR; in SetUp()
|
D | cq_test.cc | 122 cfg_.rc_end_usage = VPX_VBR; in TEST_P()
|
D | vp9_datarate_test.cc | 267 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()
|
D | cpu_speed_test.cc | 36 cfg_.rc_end_usage = VPX_VBR; in SetUp()
|
D | altref_test.cc | 83 cfg_.rc_end_usage = VPX_VBR; in SetUp()
|
D | level_test.cc | 32 cfg_.rc_end_usage = VPX_VBR; in SetUp()
|
D | vp9_arf_freq_test.cc | 96 cfg_.rc_end_usage = VPX_VBR; in SetUp()
|
D | decode_perf_test.cc | 137 cfg_.rc_end_usage = VPX_VBR; in SetUp()
|
D | vp9_end_to_end_test.cc | 137 cfg_.rc_end_usage = VPX_VBR; in SetUp()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_speed_features.c | 527 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()
|
D | vp9_aq_cyclicrefresh.c | 185 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()
|
D | vp9_pickmode.c | 1836 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()
|
D | vp9_ratectrl.c | 2490 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()
|
D | vp9_encodeframe.c | 1393 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()
|
D | vp9_encoder.c | 3543 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/ |
D | vpx_encoder.h | 232 VPX_VBR, /**< Variable Bit Rate (VBR) mode */ enumerator
|
/external/libvpx/libvpx/vp8/ |
D | vp8_cx_iface.c | 149 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/ |
D | vp9_cx_iface.c | 172 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/ |
D | vpxenc.c | 291 static const struct arg_enum_list end_usage_enum[] = { { "vbr", VPX_VBR },
|