Home
last modified time | relevance | path

Searched refs:VP8LNew (Results 1 – 8 of 8) sorted by relevance

/external/opencv3/3rdparty/libwebp/dec/
Dvp8li.h102 VP8LDecoder* VP8LNew(void);
Dvp8l.c922 VP8LDecoder* VP8LNew(void) { in VP8LNew() function
1125 VP8LDecoder* const dec = VP8LNew(); in VP8LDecodeAlphaImageStream()
Dwebp.c458 VP8LDecoder* const dec = VP8LNew(); in DecodeInto()
Didec.c324 VP8LDecoder* const dec = VP8LNew(); in DecodeWebPHeaders()
/external/webp/src/dec/
Dvp8li.h114 VP8LDecoder* VP8LNew(void);
Dwebp.c495 VP8LDecoder* const dec = VP8LNew(); in DecodeInto()
Dvp8l.c1268 VP8LDecoder* VP8LNew(void) { in VP8LNew() function
1467 alph_dec->vp8l_dec_ = VP8LNew(); in VP8LDecodeAlphaHeader()
Didec.c328 VP8LDecoder* const dec = VP8LNew(); in DecodeWebPHeaders()