Home
last modified time | relevance | path

Searched refs:vp8l_dec_ (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/dec/
Dalpha_dec.c35 VP8LDelete(dec->vp8l_dec_); in ALPHDelete()
36 dec->vp8l_dec_ = NULL; in ALPHDelete()
138 assert(alph_dec->vp8l_dec_ != NULL); in ALPHDecode()
Dalphai_dec.h33 struct VP8LDecoder* vp8l_dec_; member
Dvp8l_dec.c1515 alph_dec->vp8l_dec_ = dec; in VP8LDecodeAlphaHeader()
1550 VP8LDelete(alph_dec->vp8l_dec_); in VP8LDecodeAlphaHeader()
1551 alph_dec->vp8l_dec_ = NULL; in VP8LDecodeAlphaHeader()
1556 VP8LDecoder* const dec = alph_dec->vp8l_dec_; in VP8LDecodeAlphaImageStream()
Didec_dec.c145 VP8LDecoder* const alph_vp8l_dec = alph_dec->vp8l_dec_; in DoRemap()