Searched defs:WebPIDecoder (Results 1 – 5 of 5) 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_;95 static int NeedCompressedAlpha(const WebPIDecoder* const idec) { in NeedCompressedAlpha() argument
66 struct WebPIDecoder { struct67 DecState state_; // current decoding state68 WebPDecParams params_; // Params to store output info69 int is_lossless_; // for down-casting 'dec_'.70 void* dec_; // either a VP8Decoder or a VP8LDecoder instance71 VP8Io io_;73 MemBuffer mem_; // input memory buffer.74 WebPDecBuffer output_; // output buffer (when no external one is supplied)75 size_t chunk_size_; // Compressed VP8/VP8L size extracted from Header.
32 typedef struct WebPIDecoder WebPIDecoder; typedef