Home
last modified time | relevance | path

Searched refs:dct_method (Results 1 – 25 of 1024) sorted by relevance

12345678910>>...41

/dports/devel/boost-docs/boost_1_72_0/boost/gil/extension/io/jpeg/
H A Dtags.hpp155 , jpeg_dct_method::type dct_method = jpeg_dct_method::default_value in image_read_settings()
160 , _dct_method( dct_method ) in image_read_settings()
180 , const jpeg_dct_method::type dct_method = jpeg_dct_method::default_value in image_write_info()
186 , _dct_method( dct_method ) in image_write_info()
/dports/devel/hyperscan/boost_1_75_0/boost/gil/extension/io/jpeg/
H A Dtags.hpp155 , jpeg_dct_method::type dct_method = jpeg_dct_method::default_value in image_read_settings()
160 , _dct_method( dct_method ) in image_read_settings()
180 , const jpeg_dct_method::type dct_method = jpeg_dct_method::default_value in image_write_info()
186 , _dct_method( dct_method ) in image_write_info()
/dports/devel/boost-python-libs/boost_1_72_0/boost/gil/extension/io/jpeg/
H A Dtags.hpp155 , jpeg_dct_method::type dct_method = jpeg_dct_method::default_value in image_read_settings()
160 , _dct_method( dct_method ) in image_read_settings()
180 , const jpeg_dct_method::type dct_method = jpeg_dct_method::default_value in image_write_info()
186 , _dct_method( dct_method ) in image_write_info()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/gil/extension/io/jpeg/
H A Dtags.hpp155 , jpeg_dct_method::type dct_method = jpeg_dct_method::default_value in image_read_settings()
160 , _dct_method( dct_method ) in image_read_settings()
180 , const jpeg_dct_method::type dct_method = jpeg_dct_method::default_value in image_write_info()
186 , _dct_method( dct_method ) in image_write_info()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/gil/extension/io/jpeg/
H A Dtags.hpp155 , jpeg_dct_method::type dct_method = jpeg_dct_method::default_value in image_read_settings()
160 , _dct_method( dct_method ) in image_read_settings()
180 , const jpeg_dct_method::type dct_method = jpeg_dct_method::default_value in image_write_info()
186 , _dct_method( dct_method ) in image_write_info()
/dports/devel/boost-libs/boost_1_72_0/boost/gil/extension/io/jpeg/
H A Dtags.hpp155 , jpeg_dct_method::type dct_method = jpeg_dct_method::default_value in image_read_settings()
160 , _dct_method( dct_method ) in image_read_settings()
180 , const jpeg_dct_method::type dct_method = jpeg_dct_method::default_value in image_write_info()
186 , _dct_method( dct_method ) in image_write_info()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/gil/extension/io/jpeg/
H A Dtags.hpp155 , jpeg_dct_method::type dct_method = jpeg_dct_method::default_value in image_read_settings()
160 , _dct_method( dct_method ) in image_read_settings()
180 , const jpeg_dct_method::type dct_method = jpeg_dct_method::default_value in image_write_info()
186 , _dct_method( dct_method ) in image_write_info()
/dports/graphics/libfpx/libfpx-1.3.1-10/jpeg/
H A Ddjpeg.c127 int dct_method) in dJPEG_DecodeTileHeader() argument
140 method=dct_method; in dJPEG_DecodeTileHeader()
185 int dct_method) in dJPEG_DecodeTile() argument
203 method=dct_method; in dJPEG_DecodeTile()
241 method=dct_method; in dJPEG_DecodeTile()
H A Ddecoder.h326 int dct_method
349 int dct_method);
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/
H A Djpegtopnm.c108 J_DCT_METHOD dct_method; member
244 cmdlineP->dct_method = JDCT_DEFAULT; in parseCommandLine()
247 cmdlineP->dct_method = JDCT_ISLOW; in parseCommandLine()
249 cmdlineP->dct_method = JDCT_IFAST; in parseCommandLine()
251 cmdlineP->dct_method = JDCT_FLOAT; in parseCommandLine()
615 const J_DCT_METHOD dct_method, in beginJpegInput() argument
625 cinfoP->dct_method = dct_method; in beginJpegInput()
851 cmdline.dct_method, in convertImage()
H A Dpnmtojpeg.c64 J_DCT_METHOD dct_method; member
302 cmdlineP->dct_method = JDCT_DEFAULT; in parseCommandLine()
305 cmdlineP->dct_method = JDCT_ISLOW; in parseCommandLine()
307 cmdlineP->dct_method = JDCT_IFAST; in parseCommandLine()
309 cmdlineP->dct_method = JDCT_FLOAT; in parseCommandLine()
803 cinfoP->dct_method = cmdline.dct_method; in setup_jpeg()
/dports/graphics/zgv/zgv-5.9/src/
H A Dreadjpeg.c146 case 1: cinfo.dct_method=JDCT_FLOAT; break; in read_JPEG_file()
147 case 3: cinfo.dct_method=JDCT_IFAST; break; in read_JPEG_file()
148 default: cinfo.dct_method=JDCT_ISLOW; in read_JPEG_file()
200 cinfo.dct_method=JDCT_FASTEST; in read_JPEG_file()
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/coders/
H A Djpeg.c1106 *dct_method, in ReadJPEGImage_() local
1308 if (dct_method != (const char *) NULL) in ReadJPEGImage_()
1309 switch (*dct_method) in ReadJPEGImage_()
1324 jpeg_info->dct_method=JDCT_FLOAT; in ReadJPEGImage_()
1331 jpeg_info->dct_method=JDCT_IFAST; in ReadJPEGImage_()
1333 jpeg_info->dct_method=JDCT_ISLOW; in ReadJPEGImage_()
2280 *dct_method, in WriteJPEGImage_() local
2446 if (dct_method != (const char *) NULL) in WriteJPEGImage_()
2447 switch (*dct_method) in WriteJPEGImage_()
2462 jpeg_info->dct_method=JDCT_FLOAT; in WriteJPEGImage_()
[all …]
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/coders/
H A Djpeg.c1043 *dct_method, in ReadJPEGImage_() local
1247 if (dct_method != (const char *) NULL) in ReadJPEGImage_()
1248 switch (*dct_method) in ReadJPEGImage_()
1263 jpeg_info->dct_method=JDCT_FLOAT; in ReadJPEGImage_()
1270 jpeg_info->dct_method=JDCT_IFAST; in ReadJPEGImage_()
1272 jpeg_info->dct_method=JDCT_ISLOW; in ReadJPEGImage_()
2217 *dct_method, in WriteJPEGImage_() local
2376 if (dct_method != (const char *) NULL) in WriteJPEGImage_()
2377 switch (*dct_method) in WriteJPEGImage_()
2392 jpeg_info->dct_method=JDCT_FLOAT; in WriteJPEGImage_()
[all …]
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/coders/
H A Djpeg.c1106 *dct_method, in ReadJPEGImage_() local
1308 if (dct_method != (const char *) NULL) in ReadJPEGImage_()
1309 switch (*dct_method) in ReadJPEGImage_()
1324 jpeg_info->dct_method=JDCT_FLOAT; in ReadJPEGImage_()
1331 jpeg_info->dct_method=JDCT_IFAST; in ReadJPEGImage_()
1333 jpeg_info->dct_method=JDCT_ISLOW; in ReadJPEGImage_()
2280 *dct_method, in WriteJPEGImage_() local
2446 if (dct_method != (const char *) NULL) in WriteJPEGImage_()
2447 switch (*dct_method) in WriteJPEGImage_()
2462 jpeg_info->dct_method=JDCT_FLOAT; in WriteJPEGImage_()
[all …]
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/coders/
H A Djpeg.c1043 *dct_method, in ReadJPEGImage_() local
1247 if (dct_method != (const char *) NULL) in ReadJPEGImage_()
1248 switch (*dct_method) in ReadJPEGImage_()
1263 jpeg_info->dct_method=JDCT_FLOAT; in ReadJPEGImage_()
1270 jpeg_info->dct_method=JDCT_IFAST; in ReadJPEGImage_()
1272 jpeg_info->dct_method=JDCT_ISLOW; in ReadJPEGImage_()
2217 *dct_method, in WriteJPEGImage_() local
2376 if (dct_method != (const char *) NULL) in WriteJPEGImage_()
2377 switch (*dct_method) in WriteJPEGImage_()
2392 jpeg_info->dct_method=JDCT_FLOAT; in WriteJPEGImage_()
[all …]
/dports/graphics/freeimage/FreeImage/Source/LibJPEG/
H A Ddjpeg.c218 cinfo->dct_method = JDCT_ISLOW; in parse_switches()
220 cinfo->dct_method = JDCT_IFAST; in parse_switches()
222 cinfo->dct_method = JDCT_FLOAT; in parse_switches()
257 cinfo->dct_method = JDCT_FASTEST; in parse_switches()
/dports/emulators/mess/mame-mame0226/3rdparty/libjpeg/
H A Ddjpeg.c218 cinfo->dct_method = JDCT_ISLOW; in parse_switches()
220 cinfo->dct_method = JDCT_IFAST; in parse_switches()
222 cinfo->dct_method = JDCT_FLOAT; in parse_switches()
257 cinfo->dct_method = JDCT_FASTEST; in parse_switches()
/dports/graphics/argyllcms/Argyll_V1.9.2/jpeg/
H A Ddjpeg.c217 cinfo->dct_method = JDCT_ISLOW; in parse_switches()
219 cinfo->dct_method = JDCT_IFAST; in parse_switches()
221 cinfo->dct_method = JDCT_FLOAT; in parse_switches()
256 cinfo->dct_method = JDCT_FASTEST; in parse_switches()
/dports/cad/openctm/OpenCTM-1.0.3/tools/jpeg/
H A Ddjpeg.c217 cinfo->dct_method = JDCT_ISLOW; in parse_switches()
219 cinfo->dct_method = JDCT_IFAST; in parse_switches()
221 cinfo->dct_method = JDCT_FLOAT; in parse_switches()
256 cinfo->dct_method = JDCT_FASTEST; in parse_switches()
/dports/science/afni/afni-AFNI_21.3.16/src/jpeg-6b/
H A Ddjpeg.c220 cinfo->dct_method = JDCT_ISLOW; in parse_switches()
222 cinfo->dct_method = JDCT_IFAST; in parse_switches()
224 cinfo->dct_method = JDCT_FLOAT; in parse_switches()
259 cinfo->dct_method = JDCT_FASTEST; in parse_switches()
/dports/emulators/mame/mame-mame0226/3rdparty/libjpeg/
H A Ddjpeg.c218 cinfo->dct_method = JDCT_ISLOW; in parse_switches()
220 cinfo->dct_method = JDCT_IFAST; in parse_switches()
222 cinfo->dct_method = JDCT_FLOAT; in parse_switches()
257 cinfo->dct_method = JDCT_FASTEST; in parse_switches()
/dports/graphics/povray37/povray-3.7.0.10/libraries/jpeg/
H A Ddjpeg.c217 cinfo->dct_method = JDCT_ISLOW; in parse_switches()
219 cinfo->dct_method = JDCT_IFAST; in parse_switches()
221 cinfo->dct_method = JDCT_FLOAT; in parse_switches()
256 cinfo->dct_method = JDCT_FASTEST; in parse_switches()
/dports/misc/openmvg/openMVG-2.0/src/third_party/jpeg/
H A Ddjpeg.c217 cinfo->dct_method = JDCT_ISLOW; in parse_switches()
219 cinfo->dct_method = JDCT_IFAST; in parse_switches()
221 cinfo->dct_method = JDCT_FLOAT; in parse_switches()
256 cinfo->dct_method = JDCT_FASTEST; in parse_switches()
/dports/games/openjk/OpenJK-07675e2/lib/jpeg-9a/
H A Ddjpeg.c217 cinfo->dct_method = JDCT_ISLOW; in parse_switches()
219 cinfo->dct_method = JDCT_IFAST; in parse_switches()
221 cinfo->dct_method = JDCT_FLOAT; in parse_switches()
256 cinfo->dct_method = JDCT_FASTEST; in parse_switches()

12345678910>>...41