Home
last modified time | relevance | path

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

/external/webp/src/dec/
Didec.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_;
95 static int NeedCompressedAlpha(const WebPIDecoder* const idec) { in NeedCompressedAlpha() argument
/external/opencv3/3rdparty/libwebp/dec/
Didec.c66 struct WebPIDecoder { struct
67 DecState state_; // current decoding state
68 WebPDecParams params_; // Params to store output info
69 int is_lossless_; // for down-casting 'dec_'.
70 void* dec_; // either a VP8Decoder or a VP8LDecoder instance
71 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.
/external/opencv3/3rdparty/libwebp/webp/
Ddecode.h32 typedef struct WebPIDecoder WebPIDecoder; typedef
/external/webp/src/webp/
Ddecode.h32 typedef struct WebPIDecoder WebPIDecoder; typedef
/external/webp/include/webp/
Ddecode.h32 typedef struct WebPIDecoder WebPIDecoder; typedef