Home
last modified time | relevance | path

Searched refs:VP8_SET_REFERENCE (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vpx/
Dvp8.h45VP8_SET_REFERENCE = 1, /**< pass in an external frame into decoder to be used as refe… enumerator
124 VPX_CTRL_USE_TYPE(VP8_SET_REFERENCE, vpx_ref_frame_t *)
/external/libvpx/libvpx/examples/
Dvp8cx_set_ref.c173 if (vpx_codec_control(&codec, VP8_SET_REFERENCE, &ref)) in main()
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c776 {VP8_SET_REFERENCE, vp8_set_reference},
Dvp8_cx_iface.c1277 {VP8_SET_REFERENCE, vp8e_set_reference},
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c1043 {VP8_SET_REFERENCE, ctrl_set_reference},
Dvp9_cx_iface.c1464 {VP8_SET_REFERENCE, ctrl_set_reference},
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc1396 if (vpx_codec_control(copy->decoder_, VP8_SET_REFERENCE, ref_frame_) != in CopyReference()