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

  /external/chromium_org/third_party/libwebp/demux/
demux.c 204 int alpha_chunks = 0; local
228 if (alpha_chunks == 0) {
229 ++alpha_chunks;
239 if (alpha_chunks > 0) return PARSE_ERROR; // VP8L has its own alpha
  /external/webp/src/demux/
demux.c 203 int alpha_chunks = 0; local
225 if (alpha_chunks == 0) {
226 ++alpha_chunks;
237 if (alpha_chunks > 0) return PARSE_ERROR; // VP8L has its own alpha

Completed in 78 milliseconds