Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/
Dvp8.h57 VP9_GET_REFERENCE = 128, /**< get a pointer to a reference frame */ enumerator
130 VPX_CTRL_USE_TYPE(VP9_GET_REFERENCE, vp9_ref_frame_t *)
/external/libvpx/libvpx/test/
Ddecode_api_test.cc87 EXPECT_EQ(VPX_CODEC_ERROR, vpx_codec_control(dec, VP9_GET_REFERENCE, &ref)); in TestVp9Controls()
89 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/vp9/
Dvp9_dx_iface.c700 {VP9_GET_REFERENCE, ctrl_get_reference},
Dvp9_cx_iface.c1273 {VP9_GET_REFERENCE, ctrl_get_reference},
/external/libvpx/libvpx/
Dvpxenc.c1533 vpx_codec_control(&stream->encoder, VP9_GET_REFERENCE, &ref); in test_decode()
1535 vpx_codec_control(&stream->decoder, VP9_GET_REFERENCE, &ref); in test_decode()