Home
last modified time | relevance | path

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

/external/webp/src/demux/
Ddemux.c211 int alpha_chunks = 0; in StoreFrame() local
233 if (alpha_chunks == 0) { in StoreFrame()
234 ++alpha_chunks; in StoreFrame()
245 if (alpha_chunks > 0) return PARSE_ERROR; // VP8L has its own alpha in StoreFrame()