Home
last modified time | relevance | path

Searched refs:VP9_GET_REFERENCE (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvp8.h57 VP9_GET_REFERENCE = 128, /**< get a pointer to a reference frame */ enumerator
130 VPX_CTRL_USE_TYPE(VP9_GET_REFERENCE, vp9_ref_frame_t *)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_dx_iface.c568 {VP9_GET_REFERENCE, get_reference},
Dvp9_cx_iface.c1103 {VP9_GET_REFERENCE, get_reference},
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c1465 vpx_codec_control(&stream->encoder, VP9_GET_REFERENCE, &ref); in test_decode()
1467 vpx_codec_control(&stream->decoder, VP9_GET_REFERENCE, &ref); in test_decode()