Searched refs:VP8_COPY_REFERENCE (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vpx/ |
D | vp8.h | 48 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/ |
D | decode_api_test.cc | 109 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/ |
D | vp8_dx_iface.c | 686 { VP8_COPY_REFERENCE, vp8_get_reference },
|
D | vp8_cx_iface.c | 1215 { VP8_COPY_REFERENCE, vp8e_get_reference },
|
/external/libvpx/libvpx/vp9/ |
D | vp9_dx_iface.c | 672 { VP8_COPY_REFERENCE, ctrl_copy_reference },
|
D | vp9_cx_iface.c | 1714 { VP8_COPY_REFERENCE, ctrl_copy_reference },
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 1527 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()
|