Searched refs:VP9_GET_REFERENCE (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vpx/ |
D | vp8.h | 55 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/ |
D | decode_api_test.cc | 98 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()
|
D | user_priv_test.cc | 79 decoder.Control(VP9_GET_REFERENCE, &ref); in DecodeFile()
|
/external/libvpx/libvpx/examples/ |
D | vp9cx_set_ref.c | 202 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/ |
D | vp9_dx_iface.c | 689 { VP9_GET_REFERENCE, ctrl_get_reference },
|
D | vp9_cx_iface.c | 1690 { VP9_GET_REFERENCE, ctrl_get_reference },
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 1840 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()
|