Home
last modified time | relevance | path

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

/aosp_15_r20/external/webp/src/dec/
H A Dvp8li_dec.h58 typedef struct VP8LDecoder VP8LDecoder; typedef
59 struct VP8LDecoder { struct
60 VP8StatusCode status_;
61 VP8LDecodeState state_;
62 VP8Io* io_;
64 const WebPDecBuffer* output_; // shortcut to io->opaque->output
66 uint32_t* pixels_; // Internal data: either uint8_t* for alpha
68 uint32_t* argb_cache_; // Scratch buffer for temporary BGRA storage.
70 VP8LBitReader br_;
71 int incremental_; // if true, incremental decoding is expected
[all …]