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

  /external/libvpx/libvpx/vpx/
vp8.h 59 VP9_GET_REFERENCE = 128, /**< get a pointer to a reference frame */
143 VPX_CTRL_USE_TYPE(VP9_GET_REFERENCE, vp9_ref_frame_t *)
  /external/libvpx/libvpx/test/
user_priv_test.cc 79 decoder.Control(VP9_GET_REFERENCE, &ref);
decode_api_test.cc 98 EXPECT_EQ(VPX_CODEC_ERROR, vpx_codec_control(dec, VP9_GET_REFERENCE, &ref));
100 vpx_codec_control(dec, VP9_GET_REFERENCE, NULL));
  /external/libvpx/libvpx/examples/
vp9cx_set_ref.c 202 if (vpx_codec_control(encoder, VP9_GET_REFERENCE, &ref_enc))
205 if (vpx_codec_control(decoder, VP9_GET_REFERENCE, &ref_dec))
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c     [all...]
vp9_cx_iface.c     [all...]
  /external/libvpx/libvpx/
vpxenc.c     [all...]

Completed in 92 milliseconds