Home
last modified time | relevance | path

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

/external/webp/src/demux/
Ddemux.c212 int alpha_chunks = 0; in StoreFrame() local
235 if (alpha_chunks == 0) { in StoreFrame()
236 ++alpha_chunks; in StoreFrame()
247 if (alpha_chunks > 0) return PARSE_ERROR; // VP8L has its own alpha in StoreFrame()