Searched refs:VPX_VBR (Results 1 – 13 of 13) sorted by relevance
/external/libvpx/libvpx/test/ |
D | tile_independence_test.cc | 90 cfg_.rc_end_usage = VPX_VBR; in TEST_P()
|
D | cq_test.cc | 124 cfg_.rc_end_usage = VPX_VBR; in TEST_P()
|
D | cpu_speed_test.cc | 37 cfg_.rc_end_usage = VPX_VBR; in SetUp()
|
D | vp9_ethread_test.cc | 49 cfg_.rc_end_usage = VPX_VBR; in SetUp()
|
D | vp9_end_to_end_test.cc | 102 cfg_.rc_end_usage = VPX_VBR; in SetUp()
|
D | vp9_arf_freq_test.cc | 100 cfg_.rc_end_usage = VPX_VBR; in SetUp()
|
D | decode_perf_test.cc | 142 cfg_.rc_end_usage = VPX_VBR; in SetUp()
|
/external/libvpx/libvpx/vpx/ |
D | vpx_encoder.h | 262 VPX_VBR, /**< Variable Bit Rate (VBR) mode */ enumerator
|
/external/libvpx/libvpx/vp8/ |
D | vp8_cx_iface.c | 151 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/ |
D | vp9_cx_iface.c | 164 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/ |
D | vp9_ratectrl.c | 1808 if (cpi->oxcf.rc_mode == VPX_VBR || cpi->oxcf.rc_mode == VPX_CQ) in vp9_set_target_rate()
|
D | vp9_encoder.c | 3096 oxcf->rc_mode == VPX_VBR &&
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 273 {"vbr", VPX_VBR},
|