Searched defs:WebPIDecoder (Results 1 – 3 of 3) sorted by relevance
37 typedef struct WebPIDecoder WebPIDecoder; typedef
64 struct WebPIDecoder { struct65 DecState state_; // current decoding state66 WebPDecParams params_; // Params to store output info67 int is_lossless_; // for down-casting 'dec_'.68 void* dec_; // either a VP8Decoder or a VP8LDecoder instance69 VP8Io io_;71 MemBuffer mem_; // input memory buffer.72 WebPDecBuffer output_; // output buffer (when no external one is supplied)73 size_t chunk_size_; // Compressed VP8/VP8L size extracted from Header.
30 typedef struct WebPIDecoder WebPIDecoder; typedef