Home
last modified time | relevance | path

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

/external/webp/include/webp/
Dformat_constants.h81 #define MAX_IMAGE_AREA (1ULL << 32) // 32-bit max for width x height. macro
/external/webp/src/dec/
Dwebp.c126 if (width * (uint64_t)height >= MAX_IMAGE_AREA) { in ParseVP8X()