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()
Dcq_test.cc122 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()
Daltref_test.cc83 cfg_.rc_end_usage = VPX_VBR; in SetUp()
Dcpu_speed_test.cc36 cfg_.rc_end_usage = VPX_VBR; in SetUp()
Dvp9_datarate_test.cc266 cfg_.rc_end_usage = VPX_VBR; in TEST_P()
288 cfg_.rc_end_usage = VPX_VBR; in TEST_P()
317 cfg_.rc_end_usage = VPX_VBR; in TEST_P()
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.c537 if (cpi->oxcf.rc_mode == VPX_VBR && cpi->oxcf.lag_in_frames > 0) in set_rt_speed_feature_framesize_independent()
574 if (cpi->oxcf.rc_mode == VPX_VBR && cpi->oxcf.lag_in_frames > 0 && in set_rt_speed_feature_framesize_independent()
592 if (cpi->oxcf.rc_mode == VPX_VBR) sf->mv.search_method = NSTEP; in set_rt_speed_feature_framesize_independent()
630 if (cpi->oxcf.rc_mode == VPX_VBR && cpi->oxcf.lag_in_frames > 0 && in set_rt_speed_feature_framesize_independent()
639 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()
328 if (cpi->oxcf.rc_mode == VPX_VBR) rc->baseline_gf_interval = 20; in vp9_cyclic_refresh_set_golden_update()
546 if (cpi->oxcf.rc_mode == VPX_VBR) { in vp9_cyclic_refresh_update_parameters()
Dvp9_pickmode.c1907 if (cpi->oxcf.lag_in_frames > 0 && cpi->oxcf.rc_mode == VPX_VBR) { in vp9_pick_inter_mode()
2134 if (cpi->oxcf.lag_in_frames > 0 && cpi->oxcf.rc_mode == VPX_VBR) { in vp9_pick_inter_mode()
2304 (cpi->use_svc || cpi->oxcf.rc_mode == VPX_VBR))) && in vp9_pick_inter_mode()
2496 if ((cpi->oxcf.lag_in_frames > 0 && cpi->oxcf.rc_mode == VPX_VBR && in vp9_pick_inter_mode()
Dvp9_ratectrl.c2619 if (cpi->oxcf.rc_mode == VPX_VBR || cpi->oxcf.rc_mode == VPX_CQ) in vp9_set_target_rate()
2954 if (cpi->oxcf.rc_mode == VPX_VBR) thresh = 2.1f; in vp9_scene_detection_onepass()
3091 if (cpi->oxcf.rc_mode == VPX_VBR && cm->frame_type != KEY_FRAME && in vp9_scene_detection_onepass()
Dvp9_encodeframe.c1459 if (cpi->oxcf.lag_in_frames > 0 && cpi->oxcf.rc_mode == VPX_VBR && in choose_partitioning()
5365 if (cpi->oxcf.lag_in_frames > 0 && cpi->oxcf.rc_mode == VPX_VBR && in get_estimated_pred()
5498 (cpi->oxcf.rc_mode == VPX_VBR && !cpi->rc.is_src_frame_alt_ref && in encode_nonrd_sb_row()
5542 if ((cpi->oxcf.rc_mode == VPX_VBR && cpi->rc.high_source_sad && in encode_nonrd_sb_row()
6021 !(cpi->oxcf.lag_in_frames > 0 && cpi->oxcf.rc_mode == VPX_VBR) && in encode_frame_internal()
Dvp9_encoder.c3726 if (oxcf->pass == 2 && oxcf->rc_mode == VPX_VBR &&
3958 (cpi->oxcf.pass == 0 && cpi->oxcf.rc_mode == VPX_VBR &&
3989 (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.c169 RANGE_CHECK(cfg, rc_end_usage, VPX_VBR, VPX_Q); in validate_config()
327 if (cfg.rc_end_usage == VPX_VBR) { in set_vp8e_config()
1268 VPX_VBR, /* rc_end_usage */
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c197 RANGE_CHECK(cfg, rc_end_usage, VPX_VBR, VPX_Q); in validate_config()
486 const int is_vbr = cfg->rc_end_usage == VPX_VBR; in set_encoder_config()
1803 VPX_VBR, // rc_end_usage
/external/libvpx/libvpx/
Dvpxenc.c257 static const struct arg_enum_list end_usage_enum[] = { { "vbr", VPX_VBR },