Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dalphai_dec.h26 typedef struct ALPHDecoder ALPHDecoder; typedef
27 struct ALPHDecoder { struct
Dalpha_dec.c27 static ALPHDecoder* ALPHNew(void) { in ALPHNew()
28 ALPHDecoder* const dec = (ALPHDecoder*)WebPSafeCalloc(1ULL, sizeof(*dec)); in ALPHNew()
33 static void ALPHDelete(ALPHDecoder* const dec) { in ALPHDelete()
48 static int ALPHInit(ALPHDecoder* const dec, const uint8_t* data, in ALPHInit()
111 ALPHDecoder* const alph_dec = dec->alph_dec_; in ALPHDecode()
Dvp8li_dec.h96 struct ALPHDecoder; // Defined in dec/alphai.h.
102 int VP8LDecodeAlphaHeader(struct ALPHDecoder* const alph_dec,
109 int VP8LDecodeAlphaImageStream(struct ALPHDecoder* const alph_dec,
Dvp8i_dec.h257 struct ALPHDecoder* alph_dec_; // alpha-plane decoder object
Dvp8l_dec.c840 static void AlphaApplyFilter(ALPHDecoder* const alph_dec, in AlphaApplyFilter()
859 ALPHDecoder* const alph_dec = (ALPHDecoder*)dec->io_->opaque; in ExtractPalettedAlphaRows()
1549 ALPHDecoder* const alph_dec = (ALPHDecoder*)dec->io_->opaque; in ExtractAlphaRows()
1567 int VP8LDecodeAlphaHeader(ALPHDecoder* const alph_dec, in VP8LDecodeAlphaHeader()
1615 int VP8LDecodeAlphaImageStream(ALPHDecoder* const alph_dec, int last_row) { in VP8LDecodeAlphaImageStream()
Didec_dec.c141 ALPHDecoder* const alph_dec = dec->alph_dec_; in DoRemap()