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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/jpeg/
H A Djmorecfg.h173 #define JPEG_MAX_DIMENSION 65500L /* a tad under 64K to prevent overflows */ macro
H A Djdinput.c46 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION ||
47 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION)
48 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION);
H A Djcmaster.c60 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION ||
61 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION)
62 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/jpeg/
H A Djmorecfg.h173 #define JPEG_MAX_DIMENSION 65500L /* a tad under 64K to prevent overflows */ macro
H A Djdinput.c46 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION ||
47 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION)
48 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION);
H A Djcmaster.c60 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION ||
61 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION)
62 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/jpeg/
H A Djmorecfg.h173 #define JPEG_MAX_DIMENSION 65500L /* a tad under 64K to prevent overflows */ macro
H A Djdinput.c46 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION ||
47 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION)
48 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION);
H A Djcmaster.c60 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION ||
61 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION)
62 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION);

Completed in 180 milliseconds