Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dalphai.h26 typedef struct ALPHDecoder ALPHDecoder; typedef
27 struct ALPHDecoder { struct
44 ALPHDecoder* ALPHNew(void); argument
47 void ALPHDelete(ALPHDecoder* const dec);
Dalpha.c26 ALPHDecoder* ALPHNew(void) { in ALPHNew()
27 ALPHDecoder* const dec = (ALPHDecoder*)WebPSafeCalloc(1ULL, sizeof(*dec)); in ALPHNew()
31 void ALPHDelete(ALPHDecoder* const dec) { in ALPHDelete()
46 static int ALPHInit(ALPHDecoder* const dec, const uint8_t* data, in ALPHInit()
91 ALPHDecoder* const alph_dec = dec->alph_dec_; in ALPHDecode()
Dvp8li.h96 struct ALPHDecoder; // Defined in dec/alphai.h.
102 int VP8LDecodeAlphaHeader(struct ALPHDecoder* const alph_dec,
110 int VP8LDecodeAlphaImageStream(struct ALPHDecoder* const alph_dec,
Dvp8i.h258 struct ALPHDecoder* alph_dec_; // alpha-plane decoder object
Dvp8l.c1460 int VP8LDecodeAlphaHeader(ALPHDecoder* const alph_dec, in VP8LDecodeAlphaHeader()
1513 int VP8LDecodeAlphaImageStream(ALPHDecoder* const alph_dec, int last_row) { in VP8LDecodeAlphaImageStream()
Didec.c140 ALPHDecoder* const alph_dec = dec->alph_dec_; in DoRemap()