Home
last modified time | relevance | path

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

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