Searched refs:ALPHDecoder (Results 1 – 6 of 6) sorted by relevance
26 typedef struct ALPHDecoder ALPHDecoder; typedef27 struct ALPHDecoder { struct44 ALPHDecoder* ALPHNew(void); argument47 void ALPHDelete(ALPHDecoder* const dec);
25 ALPHDecoder* ALPHNew(void) { in ALPHNew()26 ALPHDecoder* const dec = (ALPHDecoder*)WebPSafeCalloc(1ULL, sizeof(*dec)); in ALPHNew()30 void ALPHDelete(ALPHDecoder* const dec) { in ALPHDelete()45 static int ALPHInit(ALPHDecoder* const dec, const uint8_t* data, in ALPHInit()89 ALPHDecoder* const alph_dec = dec->alph_dec_; in ALPHDecode()
92 struct ALPHDecoder; // Defined in dec/alphai.h.98 int VP8LDecodeAlphaHeader(struct ALPHDecoder* const alph_dec,106 int VP8LDecodeAlphaImageStream(struct ALPHDecoder* const alph_dec,
295 struct ALPHDecoder* alph_dec_; // alpha-plane decoder object
1248 int VP8LDecodeAlphaHeader(ALPHDecoder* const alph_dec, in VP8LDecodeAlphaHeader()1303 int VP8LDecodeAlphaImageStream(ALPHDecoder* const alph_dec, int last_row) { in VP8LDecodeAlphaImageStream()
136 ALPHDecoder* const alph_dec = dec->alph_dec_; in DoRemap()