Searched defs:ALPHDecoder (Results 1 – 1 of 1) sorted by relevance
26 typedef struct ALPHDecoder ALPHDecoder; typedef27 struct ALPHDecoder { struct28 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 …]