Home
last modified time | relevance | path

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

12345678910>>...17

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libjavajpeg/
H A Djmorecfg.h182 #define JPEG_MAX_DIMENSION 65500L /* a tad under 64K to prevent overflows */ macro
184 #define JPEG_MAX_DIMENSION 65500 /* a tad under 64K to prevent overflows */ macro
H A Djdinput.c50 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION || in initial_setup()
51 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION) in initial_setup()
52 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION); in initial_setup()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/libjavajpeg/
H A Djmorecfg.h182 #define JPEG_MAX_DIMENSION 65500L /* a tad under 64K to prevent overflows */ macro
184 #define JPEG_MAX_DIMENSION 65500 /* a tad under 64K to prevent overflows */ macro
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libjavajpeg/
H A Djmorecfg.h182 #define JPEG_MAX_DIMENSION 65500L /* a tad under 64K to prevent overflows */ macro
184 #define JPEG_MAX_DIMENSION 65500 /* a tad under 64K to prevent overflows */ macro
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/awt/image/jpeg/
H A Djmorecfg.h182 #define JPEG_MAX_DIMENSION 65500L /* a tad under 64K to prevent overflows */ macro
184 #define JPEG_MAX_DIMENSION 65500 /* a tad under 64K to prevent overflows */ macro
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/libjavajpeg/
H A Djmorecfg.h182 #define JPEG_MAX_DIMENSION 65500L /* a tad under 64K to prevent overflows */ macro
184 #define JPEG_MAX_DIMENSION 65500 /* a tad under 64K to prevent overflows */ macro
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/libjavajpeg/
H A Djmorecfg.h182 #define JPEG_MAX_DIMENSION 65500L /* a tad under 64K to prevent overflows */ macro
184 #define JPEG_MAX_DIMENSION 65500 /* a tad under 64K to prevent overflows */ macro
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/libjavajpeg/
H A Djmorecfg.h182 #define JPEG_MAX_DIMENSION 65500L /* a tad under 64K to prevent overflows */ macro
184 #define JPEG_MAX_DIMENSION 65500 /* a tad under 64K to prevent overflows */ macro
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/native/libjavajpeg/
H A Djmorecfg.h182 #define JPEG_MAX_DIMENSION 65500L /* a tad under 64K to prevent overflows */ macro
184 #define JPEG_MAX_DIMENSION 65500 /* a tad under 64K to prevent overflows */ macro
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/native/libjavajpeg/
H A Djmorecfg.h182 #define JPEG_MAX_DIMENSION 65500L /* a tad under 64K to prevent overflows */ macro
184 #define JPEG_MAX_DIMENSION 65500 /* a tad under 64K to prevent overflows */ macro
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/awt/image/jpeg/
H A Djmorecfg.h182 #define JPEG_MAX_DIMENSION 65500L /* a tad under 64K to prevent overflows */ macro
184 #define JPEG_MAX_DIMENSION 65500 /* a tad under 64K to prevent overflows */ macro
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Utilities/gdcmjpeg/
H A Djdinput.c47 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION || in initial_setup()
48 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION) in initial_setup()
49 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION); in initial_setup()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmjpeg/libijg12/
H A Djdinput.c47 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION || in initial_setup()
48 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION) in initial_setup()
49 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION); in initial_setup()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmjpeg/libijg8/
H A Djdinput.c47 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION || in initial_setup()
48 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION) in initial_setup()
49 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION); in initial_setup()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmjpeg/libijg16/
H A Djdinput.c47 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION || in initial_setup()
48 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION) in initial_setup()
49 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION); in initial_setup()
/dports/devel/gdcm/gdcm-3.0.10/Utilities/gdcmjpeg/
H A Djdinput.c47 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION || in initial_setup()
48 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION) in initial_setup()
49 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION); in initial_setup()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libjpeg/
H A Djdinput.c51 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION || in initial_setup()
52 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION) in initial_setup()
53 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION); in initial_setup()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/glmark2/src/src/libjpeg-turbo/
H A Djdinput.c51 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION || in initial_setup()
52 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION) in initial_setup()
53 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION); in initial_setup()
/dports/graphics/fpc-pasjpeg/fpc-3.2.2/packages/pasjpeg/src/
H A Djdinput.pas59 if (long(cinfo^.image_height) > long (JPEG_MAX_DIMENSION)) or
60 (long(cinfo^.image_width) > long(JPEG_MAX_DIMENSION)) then
61 ERREXIT1(j_common_ptr(cinfo), JERR_IMAGE_TOO_BIG, uInt(JPEG_MAX_DIMENSION));
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/mozjpeg-sys-1.0.1/vendor/
H A Djdinput.c51 if ((long)cinfo->image_height > (long)JPEG_MAX_DIMENSION || in initial_setup()
52 (long)cinfo->image_width > (long)JPEG_MAX_DIMENSION) in initial_setup()
53 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int)JPEG_MAX_DIMENSION); in initial_setup()
/dports/multimedia/mpeg_encode/mpeg_encode/jpeg/
H A Djcmaster.c49 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION || in initial_setup()
50 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION) in initial_setup()
51 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION); in initial_setup()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libjpeg_turbo/
H A Djdinput.c51 if ((long)cinfo->image_height > (long)JPEG_MAX_DIMENSION || in initial_setup()
52 (long)cinfo->image_width > (long)JPEG_MAX_DIMENSION) in initial_setup()
53 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int)JPEG_MAX_DIMENSION); in initial_setup()
/dports/games/ioquake3-server/ioquake3-1.36/code/jpeg-6b/
H A Djdinput.c46 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION || in initial_setup()
47 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION) in initial_setup()
48 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION); in initial_setup()
/dports/games/ioquake3/ioquake3-1.36/code/jpeg-6b/
H A Djdinput.c46 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION || in initial_setup()
47 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION) in initial_setup()
48 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int) JPEG_MAX_DIMENSION); in initial_setup()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/libjpeg/src/
H A Djdinput.c51 if ((long)cinfo->image_height > (long)JPEG_MAX_DIMENSION || in initial_setup()
52 (long)cinfo->image_width > (long)JPEG_MAX_DIMENSION) in initial_setup()
53 ERREXIT1(cinfo, JERR_IMAGE_TOO_BIG, (unsigned int)JPEG_MAX_DIMENSION); in initial_setup()

12345678910>>...17