Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/
Dvp8.h48 VP8_COPY_REFERENCE = 2, /**< get a copy of reference frame from the decoder */ enumerator
122 VPX_CTRL_USE_TYPE(VP8_COPY_REFERENCE, vpx_ref_frame_t *)
/external/libvpx/libvpx/test/
Ddecode_api_test.cc109 vpx_codec_control(dec, VP8_COPY_REFERENCE, &ref_copy)); in TestVp9Controls()
111 vpx_codec_control(dec, VP8_COPY_REFERENCE, NULL)); in TestVp9Controls()
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c685 { VP8_COPY_REFERENCE, vp8_get_reference },
Dvp8_cx_iface.c1175 { VP8_COPY_REFERENCE, vp8e_get_reference },
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c672 { VP8_COPY_REFERENCE, ctrl_copy_reference },
Dvp9_cx_iface.c1638 { VP8_COPY_REFERENCE, ctrl_copy_reference },
/external/libvpx/libvpx/
Dvpxenc.c1833 vpx_codec_control(&stream->encoder, VP8_COPY_REFERENCE, &ref_enc); in test_decode()
1834 vpx_codec_control(&stream->decoder, VP8_COPY_REFERENCE, &ref_dec); in test_decode()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc1392 if (vpx_codec_control(decoder_, VP8_COPY_REFERENCE, ref_frame_) != in CopyReference()