Searched defs:WebPIDecoder (Results 1 – 2 of 2) sorted by relevance
67 struct WebPIDecoder { struct68 DecState state_; // current decoding state69 WebPDecParams params_; // Params to store output info70 int is_lossless_; // for down-casting 'dec_'.71 void* dec_; // either a VP8Decoder or a VP8LDecoder instance72 VP8Io io_;74 MemBuffer mem_; // input memory buffer.75 WebPDecBuffer output_; // output buffer (when no external one is supplied,99 static int NeedCompressedAlpha(const WebPIDecoder* const idec) { in NeedCompressedAlpha() argument
32 typedef struct WebPIDecoder WebPIDecoder; typedef