Searched refs:VP8_SET_REFERENCE (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vpx/ |
D | vp8.h | 45 …VP8_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/ |
D | vp8cx_set_ref.c | 173 if (vpx_codec_control(&codec, VP8_SET_REFERENCE, &ref)) in main()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 776 {VP8_SET_REFERENCE, vp8_set_reference},
|
D | vp8_cx_iface.c | 1277 {VP8_SET_REFERENCE, vp8e_set_reference},
|
/external/libvpx/libvpx/vp9/ |
D | vp9_dx_iface.c | 1043 {VP8_SET_REFERENCE, ctrl_set_reference},
|
D | vp9_cx_iface.c | 1464 {VP8_SET_REFERENCE, ctrl_set_reference},
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | vp8_impl.cc | 1396 if (vpx_codec_control(copy->decoder_, VP8_SET_REFERENCE, ref_frame_) != in CopyReference()
|