Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/dsp/
Ddsp.h468 void VP8DspInit(void);
Denc.c743 VP8DspInit(); // common inverse transforms in WEBP_DSP_INIT_FUNC()
Ddec.c744 WEBP_DSP_INIT_FUNC(VP8DspInit) { in WEBP_DSP_INIT_FUNC() argument
/third_party/skia/third_party/externals/libwebp/src/dec/
Dframe_dec.c799 VP8DspInit(); // Init critical function pointers and look-up tables. in VP8InitFrame()
/third_party/skia/third_party/externals/libwebp/
DChangeLog1894 e1857139 dsp: initialize VP8PredChroma8 in VP8DspInit()
1951 97c76f1f make VP8PredLuma4[] non-const and initialize array in VP8DspInit()
4036 3cf20306 initialize pointers to function within VP8DspInit()