Home
last modified time | relevance | path

Searched refs:JPEG_MAX_DIMENSION (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djmorecfg.h231 #define JPEG_MAX_DIMENSION 65500L /* a tad under 64K to prevent overflows */ macro
A Djcmaster.c65 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION); in jpeg_calc_jpeg_dimensions()
256 if ((long) cinfo->jpeg_height > (long) JPEG_MAX_DIMENSION || in initial_setup()
257 (long) cinfo->jpeg_width > (long) JPEG_MAX_DIMENSION) in initial_setup()
258 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION); in initial_setup()
A Djdinput.c215 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION || in initial_setup()
216 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION) in initial_setup()
217 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION); in initial_setup()
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Djmorecfg.h231 #define JPEG_MAX_DIMENSION 65500L /* a tad under 64K to prevent overflows */ macro

Completed in 7 milliseconds