Searched refs:VP9_GET_REFERENCE (Results 1 - 4 of 4) sorted by relevance
/external/libvpx/libvpx/vpx/ |
H A D | vp8.h | 57 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 D | vp9_dx_iface.c | 688 {VP9_GET_REFERENCE, get_reference},
|
H A D | vp9_cx_iface.c | 1074 {VP9_GET_REFERENCE, get_reference},
|
/external/libvpx/libvpx/ |
H A D | vpxenc.c | 1888 vpx_codec_control(&stream->encoder, VP9_GET_REFERENCE, &ref); 1890 vpx_codec_control(&stream->decoder, VP9_GET_REFERENCE, &ref);
|
Completed in 199 milliseconds