Searched refs:MAX_IMAGE_AREA (Results 1 – 7 of 7) sorted by relevance
78 #define MAX_IMAGE_AREA (1ULL << 32) // 32-bit max for width x height. macro
336 if (w * (uint64_t)h >= MAX_IMAGE_AREA) return WEBP_MUX_BAD_DATA; in MuxGetCanvasInfo()361 assert(width * (uint64_t)height < MAX_IMAGE_AREA); in EmitVP8XChunk()
358 if (width * (uint64_t)height >= MAX_IMAGE_AREA) { in WebPMuxSetCanvasSize()
245 (width * (uint64_t)height) >= MAX_IMAGE_AREA) { in WebPAnimEncoderNewInternal()
326 if (frame->width_ * (uint64_t)frame->height_ >= MAX_IMAGE_AREA) { in ParseAnimationFrame()546 if (dmux->canvas_width_ * (uint64_t)dmux->canvas_height_ >= MAX_IMAGE_AREA) { in ParseVP8X()
124 if (width * (uint64_t)height >= MAX_IMAGE_AREA) { in ParseVP8X()