Home
last modified time | relevance | path

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

/external/webp/src/dec/
Didec_dec.c97 static int NeedCompressedAlpha(const WebPIDecoder* const idec) { in NeedCompressedAlpha() function
140 if (NeedCompressedAlpha(idec)) { in DoRemap()
169 const int need_compressed_alpha = NeedCompressedAlpha(idec); in AppendToMemBuffer()