Home
last modified time | relevance | path

Searched refs:VP8LDecoder (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dvp8li_dec.h57 typedef struct VP8LDecoder VP8LDecoder; typedef
58 struct VP8LDecoder { struct
113 VP8LDecoder* VP8LNew(void); argument
116 int VP8LDecodeHeader(VP8LDecoder* const dec, VP8Io* const io);
120 int VP8LDecodeImage(VP8LDecoder* const dec);
124 void VP8LClear(VP8LDecoder* const dec);
127 void VP8LDelete(VP8LDecoder* const dec);
A Dalphai_dec.h24 struct VP8LDecoder; // Defined in dec/vp8li.h.
33 struct VP8LDecoder* vp8l_dec_;
A Dvp8l_dec.c106 VP8LDecoder* const dec,
697 static int EmitRowsYUVA(const VP8LDecoder* const dec, in EmitRowsYUVA()
1103 static void RestoreState(VP8LDecoder* const dec) { in RestoreState()
1296 VP8LDecoder* const dec) { in ReadTransform()
1370 VP8LDecoder* VP8LNew(void) { in VP8LNew()
1371 VP8LDecoder* const dec = (VP8LDecoder*)WebPSafeCalloc(1ULL, sizeof(*dec)); in VP8LNew()
1381 void VP8LClear(VP8LDecoder* const dec) { in VP8LClear()
1400 void VP8LDelete(VP8LDecoder* const dec) { in VP8LDelete()
1574 VP8LDecoder* dec = VP8LNew(); in VP8LDecodeAlphaHeader()
1620 VP8LDecoder* const dec = alph_dec->vp8l_dec_; in VP8LDecodeAlphaImageStream()
[all …]
A Didec_dec.c145 VP8LDecoder* const alph_vp8l_dec = alph_dec->vp8l_dec_; in DoRemap()
156 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_; in DoRemap()
332 VP8LDecoder* const dec = VP8LNew(); in DecodeWebPHeaders()
517 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_; in DecodeVP8LHeader()
548 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_; in DecodeVP8LData()
676 VP8LDelete((VP8LDecoder*)idec->dec_); in WebPIDelete()
A Dwebp_dec.c494 VP8LDecoder* const dec = VP8LNew(); in DecodeInto()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog1734 fdd6528b Remove unused VP8LDecoder member variable

Completed in 19 milliseconds