Searched refs:vp8l_dec_ (Results 1 – 4 of 4) sorted by relevance
33 VP8LDelete(dec->vp8l_dec_); in ALPHDelete()34 dec->vp8l_dec_ = NULL; in ALPHDelete()103 assert(alph_dec->vp8l_dec_ != NULL); in ALPHDecode()
33 struct VP8LDecoder* vp8l_dec_; member
1467 alph_dec->vp8l_dec_ = VP8LNew(); in VP8LDecodeAlphaHeader()1468 if (alph_dec->vp8l_dec_ == NULL) return 0; in VP8LDecodeAlphaHeader()1469 dec = alph_dec->vp8l_dec_; in VP8LDecodeAlphaHeader()1508 VP8LDelete(alph_dec->vp8l_dec_); in VP8LDecodeAlphaHeader()1509 alph_dec->vp8l_dec_ = NULL; in VP8LDecodeAlphaHeader()1514 VP8LDecoder* const dec = alph_dec->vp8l_dec_; in VP8LDecodeAlphaImageStream()
144 VP8LDecoder* const alph_vp8l_dec = alph_dec->vp8l_dec_; in DoRemap()