Searched defs:WebPIDecoder (Results 1 – 3 of 3) sorted by relevance
65 struct WebPIDecoder { struct66 DecState state_; // current decoding state67 WebPDecParams params_; // Params to store output info68 int is_lossless_; // for down-casting 'dec_'.69 void* dec_; // either a VP8Decoder or a VP8LDecoder instance70 VP8Io io_;72 MemBuffer mem_; // input memory buffer.73 WebPDecBuffer output_; // output buffer (when no external one is supplied,97 static int NeedCompressedAlpha(const WebPIDecoder* const idec) { in NeedCompressedAlpha() argument
32 typedef struct WebPIDecoder WebPIDecoder; typedef