Home
last modified time | relevance | path

Searched refs:VP8_COPY_REFERENCE (Results 1 – 7 of 7) 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.c686 { VP8_COPY_REFERENCE, vp8_get_reference },
Dvp8_cx_iface.c1215 { VP8_COPY_REFERENCE, vp8e_get_reference },
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c672 { VP8_COPY_REFERENCE, ctrl_copy_reference },
Dvp9_cx_iface.c1714 { VP8_COPY_REFERENCE, ctrl_copy_reference },
/external/libvpx/libvpx/
Dvpxenc.c1527 vpx_codec_control(&stream->encoder, VP8_COPY_REFERENCE, &ref_enc); in test_decode()
1528 vpx_codec_control(&stream->decoder, VP8_COPY_REFERENCE, &ref_dec); in test_decode()