Searched refs:WEBP_MAX_DIMENSION (Results 1 – 4 of 4) sorted by relevance
322 if (pic->width > WEBP_MAX_DIMENSION || pic->height > WEBP_MAX_DIMENSION) in WebPEncode()
800 assert(width < WEBP_MAX_DIMENSION && height < WEBP_MAX_DIMENSION); in WriteImageSize()
280 #define WEBP_MAX_DIMENSION 16383 macro