Searched refs:VPX_VBR (Results 1 – 9 of 9) 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()
|
/external/libvpx/libvpx/vpx/ |
D | vpx_encoder.h | 233 VPX_VBR, /**< Variable Bit Rate (VBR) mode */ enumerator
|
/external/libvpx/libvpx/vp8/ |
D | vp8_cx_iface.c | 157 RANGE_CHECK(cfg, rc_end_usage, VPX_VBR, VPX_Q); in validate_config() 331 if (cfg.rc_end_usage == VPX_VBR) { in set_vp8e_config() 1291 VPX_VBR, /* rc_end_usage */
|
/external/libvpx/libvpx/vp9/ |
D | vp9_cx_iface.c | 163 RANGE_CHECK(cfg, rc_end_usage, VPX_VBR, VPX_Q); in validate_config() 1303 VPX_VBR, // rc_end_usage
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 2151 if (cpi->oxcf.rc_mode == VPX_VBR) in vp9_rc_get_second_pass_params() 2254 if (cpi->oxcf.rc_mode == VPX_VBR) in vp9_rc_get_second_pass_params()
|
D | vp9_encoder.c | 587 if (cpi->oxcf.rc_mode == VPX_VBR) { in vp9_change_config() 2661 cpi->oxcf.rc_mode == VPX_VBR) { in vp9_get_compressed_data()
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 264 {"vbr", VPX_VBR},
|