Lines Matching defs:ALPHDecoder
26 typedef struct ALPHDecoder ALPHDecoder; typedef
27 struct ALPHDecoder { struct
28 int width_;
29 int height_;
30 int method_;
31 WEBP_FILTER_TYPE filter_;
32 int pre_processing_;
33 struct VP8LDecoder* vp8l_dec_;
34 VP8Io io_;
35 int use_8b_decode_; // Although alpha channel requires only 1 byte per
38 uint8_t* output_;
39 const uint8_t* prev_line_; // last output row (or NULL)