Home
last modified time | relevance | path

Searched defs:WebPIDecoder (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/dec/
Didec_dec.c65 struct WebPIDecoder { struct
66 DecState state_; // current decoding state
67 WebPDecParams params_; // Params to store output info
68 int is_lossless_; // for down-casting 'dec_'.
69 void* dec_; // either a VP8Decoder or a VP8LDecoder instance
70 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
/external/webp/src/webp/
Ddecode.h32 typedef struct WebPIDecoder WebPIDecoder; typedef
/external/webp/include/webp/
Ddecode.h32 typedef struct WebPIDecoder WebPIDecoder; typedef