HomeSort by relevance Sort by last modified time
    Searched refs:VP8_COPY_REFERENCE (Results 1 - 8 of 8) sorted by null

  /external/libvpx/libvpx/vpx/
vp8.h 48 VP8_COPY_REFERENCE = 2, /**< get a copy of reference frame from the decoder */
131 VPX_CTRL_USE_TYPE(VP8_COPY_REFERENCE, vpx_ref_frame_t *)
  /external/libvpx/libvpx/test/
decode_api_test.cc 109 vpx_codec_control(dec, VP8_COPY_REFERENCE, &ref_copy));
111 vpx_codec_control(dec, VP8_COPY_REFERENCE, NULL));
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 632 { VP8_COPY_REFERENCE, vp8_get_reference },
vp8_cx_iface.c     [all...]
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 636 { VP8_COPY_REFERENCE, ctrl_copy_reference },
vp9_cx_iface.c     [all...]
  /external/libvpx/libvpx/
vpxenc.c     [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc     [all...]

Completed in 142 milliseconds