Home
last modified time | relevance | path

Searched refs:VP8D_GET_LAST_REF_UPDATES (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vpx/
Dvp8dx.h60 VP8D_GET_LAST_REF_UPDATES = VP8_DECODER_CTRL_ID_START, enumerator
160 VPX_CTRL_USE_TYPE(VP8D_GET_LAST_REF_UPDATES, int *)
/external/libvpx/libvpx/test/
Ddecode_api_test.cc79 static const int kControls[] = { VP8D_GET_LAST_REF_UPDATES, in TestVp9Controls()
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c635 { VP8D_GET_LAST_REF_UPDATES, vp8_get_last_ref_updates },
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c1037 { VP8D_GET_LAST_REF_UPDATES, ctrl_get_last_ref_updates },
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc1268 if (vpx_codec_control(decoder_, VP8D_GET_LAST_REF_UPDATES, in Decode()