Searched refs:VPX_VBR (Results 1 – 6 of 6) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | cq_test.cc | 98 cfg_.rc_end_usage = VPX_VBR; in TEST_P()
|
D | tile_independence_test.cc | 90 cfg_.rc_end_usage = VPX_VBR; in TEST_P()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
D | vpx_encoder.h | 225 VPX_VBR, /**< Variable Bit Rate (VBR) mode */ enumerator
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
D | vp8_cx_iface.c | 156 RANGE_CHECK(cfg, rc_end_usage, VPX_VBR, VPX_Q); in validate_config() 332 if (cfg.rc_end_usage == VPX_VBR) { in set_vp8e_config() 1247 VPX_VBR, /* rc_end_usage */
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
D | vp9_cx_iface.c | 158 RANGE_CHECK(cfg, rc_end_usage, VPX_VBR, VPX_Q); in validate_config() 1133 VPX_VBR, /* rc_end_usage */
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | vpxenc.c | 292 {"vbr", VPX_VBR},
|