Searched refs:WEBP_MAX_DIMENSION (Results 1 – 6 of 6) sorted by relevance
93 if (avctx->width > WEBP_MAX_DIMENSION || avctx->height > WEBP_MAX_DIMENSION) { in ff_libwebp_get_frame()95 WEBP_MAX_DIMENSION, WEBP_MAX_DIMENSION); in ff_libwebp_get_frame()
205 if (info.width > WEBP_MAX_DIMENSION || info.height > WEBP_MAX_DIMENSION) { in ReadPNM()
342 if (pic->width > WEBP_MAX_DIMENSION || pic->height > WEBP_MAX_DIMENSION) { in WebPEncode()
1374 assert(width < WEBP_MAX_DIMENSION && height < WEBP_MAX_DIMENSION); in WriteImageSize()
292 #define WEBP_MAX_DIMENSION 16383 macro
719 if (picture.width > WEBP_MAX_DIMENSION || picture.width < 0 || in main()720 picture.height > WEBP_MAX_DIMENSION || picture.height < 0) { in main()