Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/
Dvp8.h47 VP8_SET_REFERENCE = 1, enumerator
120 VPX_CTRL_USE_TYPE(VP8_SET_REFERENCE, vpx_ref_frame_t *)
/external/libvpx/libvpx/examples/
Dvp8cx_set_ref.c166 if (vpx_codec_control(&codec, VP8_SET_REFERENCE, &ref)) in main()
Dvp9cx_set_ref.c396 if (vpx_codec_control(&ecodec, VP8_SET_REFERENCE, &ref)) in main()
403 if (vpx_codec_control(&dcodec, VP8_SET_REFERENCE, &ref)) in main()
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c684 { VP8_SET_REFERENCE, vp8_set_reference },
Dvp8_cx_iface.c1174 { VP8_SET_REFERENCE, vp8e_set_reference },
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c675 { VP8_SET_REFERENCE, ctrl_set_reference },
Dvp9_cx_iface.c1641 { 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()