Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dtile_independence_test.cc90 cfg_.rc_end_usage = VPX_VBR; in TEST_P()
Dcq_test.cc124 cfg_.rc_end_usage = VPX_VBR; in TEST_P()
Dcpu_speed_test.cc37 cfg_.rc_end_usage = VPX_VBR; in SetUp()
Dvp9_ethread_test.cc49 cfg_.rc_end_usage = VPX_VBR; in SetUp()
Dvp9_end_to_end_test.cc102 cfg_.rc_end_usage = VPX_VBR; in SetUp()
Dvp9_arf_freq_test.cc100 cfg_.rc_end_usage = VPX_VBR; in SetUp()
Ddecode_perf_test.cc142 cfg_.rc_end_usage = VPX_VBR; in SetUp()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h262 VPX_VBR, /**< Variable Bit Rate (VBR) mode */ enumerator
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c151 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()
1331 VPX_VBR, /* rc_end_usage */
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c164 RANGE_CHECK(cfg, rc_end_usage, VPX_VBR, VPX_Q); in validate_config()
383 const int is_vbr = cfg->rc_end_usage == VPX_VBR; in set_encoder_config()
1517 VPX_VBR, // rc_end_usage
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c1808 if (cpi->oxcf.rc_mode == VPX_VBR || cpi->oxcf.rc_mode == VPX_CQ) in vp9_set_target_rate()
Dvp9_encoder.c3096 oxcf->rc_mode == VPX_VBR &&
/external/libvpx/libvpx/
Dvpxenc.c273 {"vbr", VPX_VBR},