Searched refs:MAX_IMAGE_AREA (Results 1 – 2 of 2) sorted by relevance
81 #define MAX_IMAGE_AREA (1ULL << 32) // 32-bit max for width x height. macro
126 if (width * (uint64_t)height >= MAX_IMAGE_AREA) { in ParseVP8X()