Home
last modified time | relevance | path

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

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