Home
last modified time | relevance | path

Searched refs:coef_bits_latch (Results 1 – 25 of 160) sorted by relevance

1234567

/dports/graphics/freeimage/FreeImage/Source/LibJPEG/
H A Djdcoefct.c58 int * coef_bits_latch; member
415 int * coef_bits_latch; in smoothing_ok() local
421 if (coef->coef_bits_latch == NULL) in smoothing_ok()
422 coef->coef_bits_latch = (int *) in smoothing_ok()
426 coef_bits_latch = coef->coef_bits_latch; in smoothing_ok()
447 coef_bits_latch[coefi] = coef_bits[coefi]; in smoothing_ok()
451 coef_bits_latch += SAVED_COEFS; in smoothing_ok()
534 coef_bits = coef->coef_bits_latch + (ci * SAVED_COEFS); in decompress_smooth_data()
689 coef->coef_bits_latch = NULL; in jinit_d_coef_controller()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/JPEG/src/itkjpeg/
H A Djdcoefct.c57 int * coef_bits_latch; member
413 int * coef_bits_latch; in smoothing_ok() local
419 if (coef->coef_bits_latch == NULL) in smoothing_ok()
420 coef->coef_bits_latch = (int *) in smoothing_ok()
424 coef_bits_latch = coef->coef_bits_latch; in smoothing_ok()
445 coef_bits_latch[coefi] = coef_bits[coefi]; in smoothing_ok()
449 coef_bits_latch += SAVED_COEFS; in smoothing_ok()
532 coef_bits = coef->coef_bits_latch + (ci * SAVED_COEFS); in decompress_smooth_data()
687 coef->coef_bits_latch = NULL; in jinit_d_coef_controller()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Utilities/gdcmjpeg/
H A Djdcoefct.c56 int * coef_bits_latch; member
419 int * coef_bits_latch; in smoothing_ok() local
425 if (coef->coef_bits_latch == NULL) in smoothing_ok()
426 coef->coef_bits_latch = (int *) in smoothing_ok()
430 coef_bits_latch = coef->coef_bits_latch; in smoothing_ok()
451 coef_bits_latch[coefi] = coef_bits[coefi]; in smoothing_ok()
455 coef_bits_latch += SAVED_COEFS; in smoothing_ok()
539 coef_bits = coef->coef_bits_latch + (ci * SAVED_COEFS); in decompress_smooth_data()
695 coef->coef_bits_latch = NULL; in jinit_d_coef_controller()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmjpeg/libijg12/
H A Djdcoefct.c56 int * coef_bits_latch; member
418 int * coef_bits_latch; in smoothing_ok() local
424 if (coef->coef_bits_latch == NULL) in smoothing_ok()
425 coef->coef_bits_latch = (int *) in smoothing_ok()
429 coef_bits_latch = coef->coef_bits_latch; in smoothing_ok()
450 coef_bits_latch[coefi] = coef_bits[coefi]; in smoothing_ok()
454 coef_bits_latch += SAVED_COEFS; in smoothing_ok()
538 coef_bits = coef->coef_bits_latch + (ci * SAVED_COEFS); in decompress_smooth_data()
694 coef->coef_bits_latch = NULL; in jinit_d_coef_controller()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmjpeg/libijg16/
H A Djdcoefct.c56 int * coef_bits_latch; member
418 int * coef_bits_latch; in smoothing_ok() local
424 if (coef->coef_bits_latch == NULL) in smoothing_ok()
425 coef->coef_bits_latch = (int *) in smoothing_ok()
429 coef_bits_latch = coef->coef_bits_latch; in smoothing_ok()
450 coef_bits_latch[coefi] = coef_bits[coefi]; in smoothing_ok()
454 coef_bits_latch += SAVED_COEFS; in smoothing_ok()
538 coef_bits = coef->coef_bits_latch + (ci * SAVED_COEFS); in decompress_smooth_data()
694 coef->coef_bits_latch = NULL; in jinit_d_coef_controller()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmjpeg/libijg8/
H A Djdcoefct.c56 int * coef_bits_latch; member
418 int * coef_bits_latch; in smoothing_ok() local
424 if (coef->coef_bits_latch == NULL) in smoothing_ok()
425 coef->coef_bits_latch = (int *) in smoothing_ok()
429 coef_bits_latch = coef->coef_bits_latch; in smoothing_ok()
450 coef_bits_latch[coefi] = coef_bits[coefi]; in smoothing_ok()
454 coef_bits_latch += SAVED_COEFS; in smoothing_ok()
538 coef_bits = coef->coef_bits_latch + (ci * SAVED_COEFS); in decompress_smooth_data()
694 coef->coef_bits_latch = NULL; in jinit_d_coef_controller()
/dports/games/ioquake3/ioquake3-1.36/code/jpeg-6b/
H A Djdcoefct.c57 int * coef_bits_latch; member
413 int * coef_bits_latch; in smoothing_ok() local
419 if (coef->coef_bits_latch == NULL) in smoothing_ok()
420 coef->coef_bits_latch = (int *) in smoothing_ok()
424 coef_bits_latch = coef->coef_bits_latch; in smoothing_ok()
445 coef_bits_latch[coefi] = coef_bits[coefi]; in smoothing_ok()
449 coef_bits_latch += SAVED_COEFS; in smoothing_ok()
532 coef_bits = coef->coef_bits_latch + (ci * SAVED_COEFS); in decompress_smooth_data()
687 coef->coef_bits_latch = NULL; in jinit_d_coef_controller()
/dports/games/ioquake3-server/ioquake3-1.36/code/jpeg-6b/
H A Djdcoefct.c57 int * coef_bits_latch; member
413 int * coef_bits_latch; in smoothing_ok() local
419 if (coef->coef_bits_latch == NULL) in smoothing_ok()
420 coef->coef_bits_latch = (int *) in smoothing_ok()
424 coef_bits_latch = coef->coef_bits_latch; in smoothing_ok()
445 coef_bits_latch[coefi] = coef_bits[coefi]; in smoothing_ok()
449 coef_bits_latch += SAVED_COEFS; in smoothing_ok()
532 coef_bits = coef->coef_bits_latch + (ci * SAVED_COEFS); in decompress_smooth_data()
687 coef->coef_bits_latch = NULL; in jinit_d_coef_controller()
/dports/games/iortcw/iortcw-1.51c/MP/code/jpeg-8c/
H A Djdcoefct.c57 int * coef_bits_latch; member
413 int * coef_bits_latch; in smoothing_ok() local
419 if (coef->coef_bits_latch == NULL) in smoothing_ok()
420 coef->coef_bits_latch = (int *) in smoothing_ok()
424 coef_bits_latch = coef->coef_bits_latch; in smoothing_ok()
445 coef_bits_latch[coefi] = coef_bits[coefi]; in smoothing_ok()
449 coef_bits_latch += SAVED_COEFS; in smoothing_ok()
532 coef_bits = coef->coef_bits_latch + (ci * SAVED_COEFS); in decompress_smooth_data()
687 coef->coef_bits_latch = NULL; in jinit_d_coef_controller()
/dports/games/iortcw/iortcw-1.51c/SP/code/jpeg-8c/
H A Djdcoefct.c57 int * coef_bits_latch; member
413 int * coef_bits_latch; in smoothing_ok() local
419 if (coef->coef_bits_latch == NULL) in smoothing_ok()
420 coef->coef_bits_latch = (int *) in smoothing_ok()
424 coef_bits_latch = coef->coef_bits_latch; in smoothing_ok()
445 coef_bits_latch[coefi] = coef_bits[coefi]; in smoothing_ok()
449 coef_bits_latch += SAVED_COEFS; in smoothing_ok()
532 coef_bits = coef->coef_bits_latch + (ci * SAVED_COEFS); in decompress_smooth_data()
687 coef->coef_bits_latch = NULL; in jinit_d_coef_controller()
/dports/emulators/mess/mame-mame0226/3rdparty/libjpeg/
H A Djdcoefct.c58 int * coef_bits_latch; member
415 int * coef_bits_latch; in smoothing_ok() local
421 if (coef->coef_bits_latch == NULL) in smoothing_ok()
422 coef->coef_bits_latch = (int *) in smoothing_ok()
426 coef_bits_latch = coef->coef_bits_latch; in smoothing_ok()
447 coef_bits_latch[coefi] = coef_bits[coefi]; in smoothing_ok()
451 coef_bits_latch += SAVED_COEFS; in smoothing_ok()
534 coef_bits = coef->coef_bits_latch + (ci * SAVED_COEFS); in decompress_smooth_data()
689 coef->coef_bits_latch = NULL; in jinit_d_coef_controller()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libjavajpeg/
H A Djdcoefct.c61 int * coef_bits_latch; member
417 int * coef_bits_latch; in smoothing_ok() local
423 if (coef->coef_bits_latch == NULL) in smoothing_ok()
424 coef->coef_bits_latch = (int *) in smoothing_ok()
428 coef_bits_latch = coef->coef_bits_latch; in smoothing_ok()
449 coef_bits_latch[coefi] = coef_bits[coefi]; in smoothing_ok()
453 coef_bits_latch += SAVED_COEFS; in smoothing_ok()
536 coef_bits = coef->coef_bits_latch + (ci * SAVED_COEFS); in decompress_smooth_data()
691 coef->coef_bits_latch = NULL; in jinit_d_coef_controller()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libjpeg/
H A Djdcoefct.c57 int * coef_bits_latch; member
413 int * coef_bits_latch; in smoothing_ok() local
419 if (coef->coef_bits_latch == NULL) in smoothing_ok()
420 coef->coef_bits_latch = (int *) in smoothing_ok()
424 coef_bits_latch = coef->coef_bits_latch; in smoothing_ok()
445 coef_bits_latch[coefi] = coef_bits[coefi]; in smoothing_ok()
449 coef_bits_latch += SAVED_COEFS; in smoothing_ok()
532 coef_bits = coef->coef_bits_latch + (ci * SAVED_COEFS); in decompress_smooth_data()
687 coef->coef_bits_latch = NULL; in jinit_d_coef_controller()
/dports/graphics/aseprite/aseprite-1.2.9/third_party/jpeg/
H A Djdcoefct.c57 int * coef_bits_latch; member
413 int * coef_bits_latch; in smoothing_ok() local
419 if (coef->coef_bits_latch == NULL) in smoothing_ok()
420 coef->coef_bits_latch = (int *) in smoothing_ok()
424 coef_bits_latch = coef->coef_bits_latch; in smoothing_ok()
445 coef_bits_latch[coefi] = coef_bits[coefi]; in smoothing_ok()
449 coef_bits_latch += SAVED_COEFS; in smoothing_ok()
532 coef_bits = coef->coef_bits_latch + (ci * SAVED_COEFS); in decompress_smooth_data()
687 coef->coef_bits_latch = NULL; in jinit_d_coef_controller()
/dports/graphics/argyllcms/Argyll_V1.9.2/jpeg/
H A Djdcoefct.c58 int * coef_bits_latch; member
415 int * coef_bits_latch; in smoothing_ok() local
421 if (coef->coef_bits_latch == NULL) in smoothing_ok()
422 coef->coef_bits_latch = (int *) in smoothing_ok()
426 coef_bits_latch = coef->coef_bits_latch; in smoothing_ok()
447 coef_bits_latch[coefi] = coef_bits[coefi]; in smoothing_ok()
451 coef_bits_latch += SAVED_COEFS; in smoothing_ok()
534 coef_bits = coef->coef_bits_latch + (ci * SAVED_COEFS); in decompress_smooth_data()
689 coef->coef_bits_latch = NULL; in jinit_d_coef_controller()
/dports/games/gtkradiant/GPL/GtkRadiant/libs/jpeg6/
H A Djdcoefct.cpp57 int * coef_bits_latch; member
405 int * coef_bits_latch; in smoothing_ok() local
411 if (coef->coef_bits_latch == NULL) in smoothing_ok()
412 coef->coef_bits_latch = (int *) in smoothing_ok()
416 coef_bits_latch = coef->coef_bits_latch; in smoothing_ok()
434 coef_bits_latch[coefi] = coef_bits[coefi]; in smoothing_ok()
438 coef_bits_latch += SAVED_COEFS; in smoothing_ok()
521 coef_bits = coef->coef_bits_latch + (ci * SAVED_COEFS); in decompress_smooth_data()
676 coef->coef_bits_latch = NULL; in jinit_d_coef_controller()
/dports/games/evq3/evq3/code/jpeg-6/
H A Djdcoefct.c57 int * coef_bits_latch; member
405 int * coef_bits_latch; in smoothing_ok() local
411 if (coef->coef_bits_latch == NULL) in smoothing_ok()
412 coef->coef_bits_latch = (int *) in smoothing_ok()
416 coef_bits_latch = coef->coef_bits_latch; in smoothing_ok()
434 coef_bits_latch[coefi] = coef_bits[coefi]; in smoothing_ok()
438 coef_bits_latch += SAVED_COEFS; in smoothing_ok()
521 coef_bits = coef->coef_bits_latch + (ci * SAVED_COEFS); in decompress_smooth_data()
676 coef->coef_bits_latch = NULL; in jinit_d_coef_controller()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/libjpeg/
H A Djdcoefct.c57 int * coef_bits_latch; member
413 int * coef_bits_latch; in smoothing_ok() local
419 if (coef->coef_bits_latch == NULL) in smoothing_ok()
420 coef->coef_bits_latch = (int *) in smoothing_ok()
424 coef_bits_latch = coef->coef_bits_latch; in smoothing_ok()
445 coef_bits_latch[coefi] = coef_bits[coefi]; in smoothing_ok()
449 coef_bits_latch += SAVED_COEFS; in smoothing_ok()
532 coef_bits = coef->coef_bits_latch + (ci * SAVED_COEFS); in decompress_smooth_data()
687 coef->coef_bits_latch = NULL; in jinit_d_coef_controller()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/jpeg-6/
H A Djdcoefct.c57 int * coef_bits_latch; member
405 int * coef_bits_latch; in smoothing_ok() local
411 if (coef->coef_bits_latch == NULL) in smoothing_ok()
412 coef->coef_bits_latch = (int *) in smoothing_ok()
416 coef_bits_latch = coef->coef_bits_latch; in smoothing_ok()
434 coef_bits_latch[coefi] = coef_bits[coefi]; in smoothing_ok()
438 coef_bits_latch += SAVED_COEFS; in smoothing_ok()
521 coef_bits = coef->coef_bits_latch + (ci * SAVED_COEFS); in decompress_smooth_data()
676 coef->coef_bits_latch = NULL; in jinit_d_coef_controller()
/dports/graphics/libafterimage/libAfterImage-1.20/libjpeg/
H A Djdcoefct.c57 int * coef_bits_latch; member
413 int * coef_bits_latch; in smoothing_ok() local
419 if (coef->coef_bits_latch == NULL) in smoothing_ok()
420 coef->coef_bits_latch = (int *) in smoothing_ok()
424 coef_bits_latch = coef->coef_bits_latch; in smoothing_ok()
445 coef_bits_latch[coefi] = coef_bits[coefi]; in smoothing_ok()
449 coef_bits_latch += SAVED_COEFS; in smoothing_ok()
532 coef_bits = coef->coef_bits_latch + (ci * SAVED_COEFS); in decompress_smooth_data()
687 coef->coef_bits_latch = NULL; in jinit_d_coef_controller()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/libjpeg/
H A Djdcoefct.c57 int * coef_bits_latch; member
413 int * coef_bits_latch; in smoothing_ok() local
419 if (coef->coef_bits_latch == NULL) in smoothing_ok()
420 coef->coef_bits_latch = (int *) in smoothing_ok()
424 coef_bits_latch = coef->coef_bits_latch; in smoothing_ok()
445 coef_bits_latch[coefi] = coef_bits[coefi]; in smoothing_ok()
449 coef_bits_latch += SAVED_COEFS; in smoothing_ok()
532 coef_bits = coef->coef_bits_latch + (ci * SAVED_COEFS); in decompress_smooth_data()
687 coef->coef_bits_latch = NULL; in jinit_d_coef_controller()
/dports/cad/openctm/OpenCTM-1.0.3/tools/jpeg/
H A Djdcoefct.c57 int * coef_bits_latch; member
413 int * coef_bits_latch; in smoothing_ok() local
419 if (coef->coef_bits_latch == NULL) in smoothing_ok()
420 coef->coef_bits_latch = (int *) in smoothing_ok()
424 coef_bits_latch = coef->coef_bits_latch; in smoothing_ok()
445 coef_bits_latch[coefi] = coef_bits[coefi]; in smoothing_ok()
449 coef_bits_latch += SAVED_COEFS; in smoothing_ok()
532 coef_bits = coef->coef_bits_latch + (ci * SAVED_COEFS); in decompress_smooth_data()
687 coef->coef_bits_latch = NULL; in jinit_d_coef_controller()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/image_formats/jpglib/
H A Djdcoefct.c57 int * coef_bits_latch; member
413 int * coef_bits_latch; in smoothing_ok() local
419 if (coef->coef_bits_latch == NULL) in smoothing_ok()
420 coef->coef_bits_latch = (int *) in smoothing_ok()
424 coef_bits_latch = coef->coef_bits_latch; in smoothing_ok()
445 coef_bits_latch[coefi] = coef_bits[coefi]; in smoothing_ok()
449 coef_bits_latch += SAVED_COEFS; in smoothing_ok()
532 coef_bits = coef->coef_bits_latch + (ci * SAVED_COEFS); in decompress_smooth_data()
687 coef->coef_bits_latch = NULL; in jinit_d_coef_controller()
/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/
H A Djdcoefct.c57 int * coef_bits_latch; member
413 int * coef_bits_latch; in smoothing_ok() local
419 if (coef->coef_bits_latch == NULL) in smoothing_ok()
420 coef->coef_bits_latch = (int *) in smoothing_ok()
424 coef_bits_latch = coef->coef_bits_latch; in smoothing_ok()
445 coef_bits_latch[coefi] = coef_bits[coefi]; in smoothing_ok()
449 coef_bits_latch += SAVED_COEFS; in smoothing_ok()
532 coef_bits = coef->coef_bits_latch + (ci * SAVED_COEFS); in decompress_smooth_data()
687 coef->coef_bits_latch = NULL; in jinit_d_coef_controller()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/image_formats/jpglib/
H A Djdcoefct.c57 int * coef_bits_latch; member
413 int * coef_bits_latch; in smoothing_ok() local
419 if (coef->coef_bits_latch == NULL) in smoothing_ok()
420 coef->coef_bits_latch = (int *) in smoothing_ok()
424 coef_bits_latch = coef->coef_bits_latch; in smoothing_ok()
445 coef_bits_latch[coefi] = coef_bits[coefi]; in smoothing_ok()
449 coef_bits_latch += SAVED_COEFS; in smoothing_ok()
532 coef_bits = coef->coef_bits_latch + (ci * SAVED_COEFS); in decompress_smooth_data()
687 coef->coef_bits_latch = NULL; in jinit_d_coef_controller()

1234567