Searched defs:VP8LDecoder (Results 1 - 1 of 1) sorted by relevance

/external/webp/src/dec/
H A Dvp8li_dec.h57 typedef struct VP8LDecoder VP8LDecoder; typedef in typeref:struct:VP8LDecoder
58 struct VP8LDecoder { struct
113 VP8LDecoder* VP8LNew(void);
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);

Completed in 116 milliseconds