Searched refs:VP9_GET_REFERENCE (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vpx/ |
D | vp8.h | 57 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/ |
D | decode_api_test.cc | 87 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()
|
D | user_priv_test.cc | 79 decoder.Control(VP9_GET_REFERENCE, &ref); in DecodeFile()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_dx_iface.c | 700 {VP9_GET_REFERENCE, ctrl_get_reference},
|
D | vp9_cx_iface.c | 1273 {VP9_GET_REFERENCE, ctrl_get_reference},
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 1533 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()
|