Home
last modified time | relevance | path

Searched refs:smoothing_ok (Results 1 – 25 of 122) sorted by relevance

12345

/dports/graphics/fpc-pasjpeg/fpc-3.2.2/packages/pasjpeg/src/
H A Djdcoefct.pas94 function smoothing_ok (cinfo : j_decompress_ptr) : boolean; forward;
154 if (cinfo^.do_block_smoothing) and smoothing_ok(cinfo) then
471 function smoothing_ok (cinfo : j_decompress_ptr) : boolean; in smoothing_ok() function
486 smoothing_ok := FALSE;
505 smoothing_ok := FALSE;
516 smoothing_ok := FALSE;
523 smoothing_ok := FALSE;
537 smoothing_ok := smoothing_useful;
/dports/lang/fpc-source/fpc-3.2.2/packages/pasjpeg/src/
H A Djdcoefct.pas94 function smoothing_ok (cinfo : j_decompress_ptr) : boolean; forward;
154 if (cinfo^.do_block_smoothing) and smoothing_ok(cinfo) then
471 function smoothing_ok (cinfo : j_decompress_ptr) : boolean; in smoothing_ok() function
486 smoothing_ok := FALSE;
505 smoothing_ok := FALSE;
516 smoothing_ok := FALSE;
523 smoothing_ok := FALSE;
537 smoothing_ok := smoothing_useful;
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libjpeg/
H A Djdcoefct.c35 LOCAL(boolean) smoothing_ok (j_decompress_ptr cinfo);
65 if (cinfo->do_block_smoothing && smoothing_ok(cinfo)) in start_output_pass()
353 smoothing_ok (j_decompress_ptr cinfo) in smoothing_ok() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/glmark2/src/src/libjpeg-turbo/
H A Djdcoefct.c35 LOCAL(boolean) smoothing_ok (j_decompress_ptr cinfo);
65 if (cinfo->do_block_smoothing && smoothing_ok(cinfo)) in start_output_pass()
353 smoothing_ok (j_decompress_ptr cinfo) in smoothing_ok() function
/dports/graphics/freeimage/FreeImage/Source/LibJPEG/
H A Djdcoefct.c73 LOCAL(boolean) smoothing_ok JPP((j_decompress_ptr cinfo));
127 if (cinfo->do_block_smoothing && smoothing_ok(cinfo)) in start_output_pass()
407 smoothing_ok (j_decompress_ptr cinfo) in smoothing_ok() function
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/JPEG/src/itkjpeg/
H A Djdcoefct.c72 LOCAL(boolean) smoothing_ok JPP((j_decompress_ptr cinfo));
126 if (cinfo->do_block_smoothing && smoothing_ok(cinfo)) in start_output_pass()
405 smoothing_ok (j_decompress_ptr cinfo) in smoothing_ok() function
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Utilities/gdcmjpeg/
H A Djdcoefct.c71 LOCAL(boolean) smoothing_ok JPP((j_decompress_ptr cinfo));
127 if (cinfo->do_block_smoothing && smoothing_ok(cinfo)) in start_output_pass()
410 smoothing_ok (j_decompress_ptr cinfo) in smoothing_ok() function
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmjpeg/libijg12/
H A Djdcoefct.c71 LOCAL(boolean) smoothing_ok JPP((j_decompress_ptr cinfo));
127 if (cinfo->do_block_smoothing && smoothing_ok(cinfo)) in start_output_pass()
409 smoothing_ok (j_decompress_ptr cinfo) in smoothing_ok() function
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmjpeg/libijg16/
H A Djdcoefct.c71 LOCAL(boolean) smoothing_ok JPP((j_decompress_ptr cinfo));
127 if (cinfo->do_block_smoothing && smoothing_ok(cinfo)) in start_output_pass()
409 smoothing_ok (j_decompress_ptr cinfo) in smoothing_ok() function
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmjpeg/libijg8/
H A Djdcoefct.c71 LOCAL(boolean) smoothing_ok JPP((j_decompress_ptr cinfo));
127 if (cinfo->do_block_smoothing && smoothing_ok(cinfo)) in start_output_pass()
409 smoothing_ok (j_decompress_ptr cinfo) in smoothing_ok() function
/dports/games/ioquake3/ioquake3-1.36/code/jpeg-6b/
H A Djdcoefct.c72 LOCAL(boolean) smoothing_ok JPP((j_decompress_ptr cinfo));
126 if (cinfo->do_block_smoothing && smoothing_ok(cinfo)) in start_output_pass()
405 smoothing_ok (j_decompress_ptr cinfo) in smoothing_ok() function
/dports/games/ioquake3-server/ioquake3-1.36/code/jpeg-6b/
H A Djdcoefct.c72 LOCAL(boolean) smoothing_ok JPP((j_decompress_ptr cinfo));
126 if (cinfo->do_block_smoothing && smoothing_ok(cinfo)) in start_output_pass()
405 smoothing_ok (j_decompress_ptr cinfo) in smoothing_ok() function
/dports/games/iortcw/iortcw-1.51c/MP/code/jpeg-8c/
H A Djdcoefct.c72 LOCAL(boolean) smoothing_ok JPP((j_decompress_ptr cinfo));
126 if (cinfo->do_block_smoothing && smoothing_ok(cinfo)) in start_output_pass()
405 smoothing_ok (j_decompress_ptr cinfo) in smoothing_ok() function
/dports/games/iortcw/iortcw-1.51c/SP/code/jpeg-8c/
H A Djdcoefct.c72 LOCAL(boolean) smoothing_ok JPP((j_decompress_ptr cinfo));
126 if (cinfo->do_block_smoothing && smoothing_ok(cinfo)) in start_output_pass()
405 smoothing_ok (j_decompress_ptr cinfo) in smoothing_ok() function
/dports/emulators/mess/mame-mame0226/3rdparty/libjpeg/
H A Djdcoefct.c73 LOCAL(boolean) smoothing_ok JPP((j_decompress_ptr cinfo));
127 if (cinfo->do_block_smoothing && smoothing_ok(cinfo)) in start_output_pass()
407 smoothing_ok (j_decompress_ptr cinfo) in smoothing_ok() function
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libjavajpeg/
H A Djdcoefct.c76 LOCAL(boolean) smoothing_ok JPP((j_decompress_ptr cinfo));
130 if (cinfo->do_block_smoothing && smoothing_ok(cinfo)) in start_output_pass()
409 smoothing_ok (j_decompress_ptr cinfo) in smoothing_ok() function
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libjpeg/
H A Djdcoefct.c72 LOCAL(boolean) smoothing_ok JPP((j_decompress_ptr cinfo));
126 if (cinfo->do_block_smoothing && smoothing_ok(cinfo)) in start_output_pass()
405 smoothing_ok (j_decompress_ptr cinfo) in smoothing_ok() function
/dports/graphics/aseprite/aseprite-1.2.9/third_party/jpeg/
H A Djdcoefct.c72 LOCAL(boolean) smoothing_ok JPP((j_decompress_ptr cinfo));
126 if (cinfo->do_block_smoothing && smoothing_ok(cinfo)) in start_output_pass()
405 smoothing_ok (j_decompress_ptr cinfo) in smoothing_ok() function
/dports/graphics/argyllcms/Argyll_V1.9.2/jpeg/
H A Djdcoefct.c73 LOCAL(boolean) smoothing_ok JPP((j_decompress_ptr cinfo));
127 if (cinfo->do_block_smoothing && smoothing_ok(cinfo)) in start_output_pass()
407 smoothing_ok (j_decompress_ptr cinfo) in smoothing_ok() function
/dports/games/gtkradiant/GPL/GtkRadiant/libs/jpeg6/
H A Djdcoefct.cpp72 LOCAL boolean smoothing_ok JPP((j_decompress_ptr cinfo));
126 if (cinfo->do_block_smoothing && smoothing_ok(cinfo)) in start_output_pass()
397 smoothing_ok (j_decompress_ptr cinfo) in smoothing_ok() function
/dports/games/evq3/evq3/code/jpeg-6/
H A Djdcoefct.c72 LOCAL boolean smoothing_ok JPP((j_decompress_ptr cinfo));
126 if (cinfo->do_block_smoothing && smoothing_ok(cinfo)) in start_output_pass()
397 smoothing_ok (j_decompress_ptr cinfo) in smoothing_ok() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/libjpeg/
H A Djdcoefct.c72 LOCAL(boolean) smoothing_ok JPP((j_decompress_ptr cinfo));
126 if (cinfo->do_block_smoothing && smoothing_ok(cinfo)) in start_output_pass()
405 smoothing_ok (j_decompress_ptr cinfo) in smoothing_ok() function
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/jpeg-6/
H A Djdcoefct.c72 LOCAL boolean smoothing_ok JPP((j_decompress_ptr cinfo));
126 if (cinfo->do_block_smoothing && smoothing_ok(cinfo)) in start_output_pass()
397 smoothing_ok (j_decompress_ptr cinfo) in smoothing_ok() function
/dports/graphics/libafterimage/libAfterImage-1.20/libjpeg/
H A Djdcoefct.c72 LOCAL(boolean) smoothing_ok JPP((j_decompress_ptr cinfo));
126 if (cinfo->do_block_smoothing && smoothing_ok(cinfo)) in start_output_pass()
405 smoothing_ok (j_decompress_ptr cinfo) in smoothing_ok() function
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/libjpeg/
H A Djdcoefct.c72 LOCAL(boolean) smoothing_ok JPP((j_decompress_ptr cinfo));
126 if (cinfo->do_block_smoothing && smoothing_ok(cinfo)) in start_output_pass()
405 smoothing_ok (j_decompress_ptr cinfo) in smoothing_ok() function

12345