Searched refs:VP8_COPY_REFERENCE (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vpx/ |
D | vp8.h | 46 VP8_COPY_REFERENCE = 2, /**< get a copy of reference frame from the decoder */ enumerator 126 VPX_CTRL_USE_TYPE(VP8_COPY_REFERENCE, vpx_ref_frame_t *)
|
/external/libvpx/libvpx/test/ |
D | decode_api_test.cc | 118 vpx_codec_control(dec, VP8_COPY_REFERENCE, &ref_copy)); in TestVp9Controls() 120 vpx_codec_control(dec, VP8_COPY_REFERENCE, NULL)); in TestVp9Controls()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 777 {VP8_COPY_REFERENCE, vp8_get_reference},
|
D | vp8_cx_iface.c | 1278 {VP8_COPY_REFERENCE, vp8e_get_reference},
|
/external/libvpx/libvpx/vp9/ |
D | vp9_dx_iface.c | 1040 {VP8_COPY_REFERENCE, ctrl_copy_reference},
|
D | vp9_cx_iface.c | 1461 {VP8_COPY_REFERENCE, ctrl_copy_reference},
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 1834 vpx_codec_control(&stream->encoder, VP8_COPY_REFERENCE, &ref_enc); in test_decode() 1835 vpx_codec_control(&stream->decoder, VP8_COPY_REFERENCE, &ref_dec); in test_decode()
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | vp8_impl.cc | 1392 if (vpx_codec_control(decoder_, VP8_COPY_REFERENCE, ref_frame_) != in CopyReference()
|