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