Searched defs:VP8LDecoder (Results 1 – 1 of 1) sorted by relevance
58 typedef struct VP8LDecoder VP8LDecoder; typedef59 struct VP8LDecoder { struct60 VP8StatusCode status_;61 VP8LDecodeState state_;62 VP8Io* io_;64 const WebPDecBuffer* output_; // shortcut to io->opaque->output66 uint32_t* pixels_; // Internal data: either uint8_t* for alpha68 uint32_t* argb_cache_; // Scratch buffer for temporary BGRA storage.70 VP8LBitReader br_;71 int incremental_; // if true, incremental decoding is expected[all …]