Searched refs:MAX_DIMENSION (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/add-ons/translators/webp/libwebp/enc/
H A Dwebpenc.c28 #define MAX_DIMENSION 16384 // maximum width/height allowed by the spec macro
291 if (pic->width >= MAX_DIMENSION || pic->height >= MAX_DIMENSION)

Completed in 92 milliseconds