Home
last modified time | relevance | path

Searched refs:VP9_GET_REFERENCE (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vpx/
Dvp8.h55 VP9_GET_REFERENCE = 128, /**< get a pointer to a reference frame */ enumerator
126 VPX_CTRL_USE_TYPE(VP9_GET_REFERENCE, vp9_ref_frame_t *)
/external/libvpx/libvpx/test/
Ddecode_api_test.cc98 EXPECT_EQ(VPX_CODEC_ERROR, vpx_codec_control(dec, VP9_GET_REFERENCE, &ref)); in TestVp9Controls()
100 vpx_codec_control(dec, VP9_GET_REFERENCE, NULL)); in TestVp9Controls()
Duser_priv_test.cc79 decoder.Control(VP9_GET_REFERENCE, &ref); in DecodeFile()
/external/libvpx/libvpx/examples/
Dvp9cx_set_ref.c202 if (vpx_codec_control(encoder, VP9_GET_REFERENCE, &ref_enc)) in testing_decode()
205 if (vpx_codec_control(decoder, VP9_GET_REFERENCE, &ref_dec)) in testing_decode()
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c689 { VP9_GET_REFERENCE, ctrl_get_reference },
Dvp9_cx_iface.c1690 { VP9_GET_REFERENCE, ctrl_get_reference },
/external/libvpx/libvpx/
Dvpxenc.c1840 vpx_codec_control(&stream->encoder, VP9_GET_REFERENCE, &ref_enc); in test_decode()
1842 vpx_codec_control(&stream->decoder, VP9_GET_REFERENCE, &ref_dec); in test_decode()