Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dalphai_dec.h26 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
[all …]