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

/external/libvpx/libvpx/vpx/
H A Dvp8.h57 VP9_GET_REFERENCE = 128, /**< get a pointer to a reference frame */ enumerator in enum:vp8_com_control_id
130 VPX_CTRL_USE_TYPE(VP9_GET_REFERENCE, vp9_ref_frame_t *)
/external/libvpx/libvpx/vp9/
H A Dvp9_dx_iface.c688 {VP9_GET_REFERENCE, get_reference},
H A Dvp9_cx_iface.c1074 {VP9_GET_REFERENCE, get_reference},
/external/libvpx/libvpx/
H A Dvpxenc.c1888 vpx_codec_control(&stream->encoder, VP9_GET_REFERENCE, &ref);
1890 vpx_codec_control(&stream->decoder, VP9_GET_REFERENCE, &ref);

Completed in 199 milliseconds