JPEG_MAX_DIMENSION 65 3rdparty/libjpeg/jcmaster.c ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION); JPEG_MAX_DIMENSION 258 3rdparty/libjpeg/jcmaster.c if ((long) cinfo->jpeg_height > (long) JPEG_MAX_DIMENSION || JPEG_MAX_DIMENSION 259 3rdparty/libjpeg/jcmaster.c (long) cinfo->jpeg_width > (long) JPEG_MAX_DIMENSION) JPEG_MAX_DIMENSION 260 3rdparty/libjpeg/jcmaster.c ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION); JPEG_MAX_DIMENSION 215 3rdparty/libjpeg/jdinput.c if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION || JPEG_MAX_DIMENSION 216 3rdparty/libjpeg/jdinput.c (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION) JPEG_MAX_DIMENSION 217 3rdparty/libjpeg/jdinput.c ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION);