Searched refs:VP8_SET_REFERENCE (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vpx/ |
D | vp8.h | 47 VP8_SET_REFERENCE = 1, enumerator 120 VPX_CTRL_USE_TYPE(VP8_SET_REFERENCE, vpx_ref_frame_t *)
|
/external/libvpx/libvpx/examples/ |
D | vp8cx_set_ref.c | 166 if (vpx_codec_control(&codec, VP8_SET_REFERENCE, &ref)) in main()
|
D | vp9cx_set_ref.c | 396 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/vp9/ |
D | vp9_dx_iface.c | 675 { VP8_SET_REFERENCE, ctrl_set_reference },
|
D | vp9_cx_iface.c | 1641 { VP8_SET_REFERENCE, ctrl_set_reference },
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 684 { VP8_SET_REFERENCE, vp8_set_reference },
|
D | vp8_cx_iface.c | 1174 { VP8_SET_REFERENCE, vp8e_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()
|