Searched refs:VP8LDecoder (Results 1 – 6 of 6) sorted by relevance
57 typedef struct VP8LDecoder VP8LDecoder; typedef58 struct VP8LDecoder { struct113 VP8LDecoder* VP8LNew(void); argument116 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);
24 struct VP8LDecoder; // Defined in dec/vp8li.h.33 struct VP8LDecoder* vp8l_dec_;
106 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 …]
145 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()
494 VP8LDecoder* const dec = VP8LNew(); in DecodeInto()
1734 fdd6528b Remove unused VP8LDecoder member variable
Completed in 19 milliseconds