Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dcq_test.cc98 cfg_.rc_end_usage = VPX_VBR; in TEST_P()
Dtile_independence_test.cc90 cfg_.rc_end_usage = VPX_VBR; in TEST_P()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_encoder.h225 VPX_VBR, /**< Variable Bit Rate (VBR) mode */ enumerator
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c156 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/
Dvp9_cx_iface.c158 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/
Dvpxenc.c292 {"vbr", VPX_VBR},