HomeSort by relevance Sort by last modified time
    Searched refs:alph_dec (Results 1 - 4 of 4) sorted by null

  /external/webp/src/dec/
alpha.c 89 ALPHDecoder* const alph_dec = dec->alph_dec_; local
90 const int width = alph_dec->width_;
91 const int height = alph_dec->height_;
92 WebPUnfilterFunc unfilter_func = WebPUnfilters[alph_dec->filter_];
94 if (alph_dec->method_ == ALPHA_NO_COMPRESSION) {
100 } else { // alph_dec->method_ == ALPHA_LOSSLESS_COMPRESSION
101 assert(alph_dec->vp8l_dec_ != NULL);
102 if (!VP8LDecodeAlphaImageStream(alph_dec, row + num_rows)) {
vp8li.h 98 int VP8LDecodeAlphaHeader(struct ALPHDecoder* const alph_dec,
106 int VP8LDecodeAlphaImageStream(struct ALPHDecoder* const alph_dec,
vp8l.c     [all...]
idec.c 136 ALPHDecoder* const alph_dec = dec->alph_dec_; local
138 if (alph_dec != NULL) {
139 if (alph_dec->method_ == ALPHA_LOSSLESS_COMPRESSION) {
140 VP8LDecoder* const alph_vp8l_dec = alph_dec->vp8l_dec_;
146 } else { // alph_dec->method_ == ALPHA_NO_COMPRESSION

Completed in 49 milliseconds