Home
last modified time | relevance | path

Searched refs:c1total (Results 1 – 25 of 148) sorted by relevance

123456

/dports/graphics/intergif/igsrc/src/
H A Dmediancut.c322 int c1total = 0; in Histogram_ReduceMC() local
333 c1total += ((v>>16) & 0xFF) * n; in Histogram_ReduceMC()
341 colour |= ((c1total + (total>>1)) / total) << 16; in Histogram_ReduceMC()
/dports/graphics/fpc-pasjpeg/fpc-3.2.2/packages/pasjpeg/src/
H A Djquant2.pas628 c1total : long;
635 c1total := 0;
654 Inc(c1total, ((c1 shl C1_SHIFT) + ((1 shl C1_SHIFT) shr 1)) * count);
661 cinfo^.colormap^[1]^[icolor] := JSAMPLE ((c1total + (total shr 1)) div total);
/dports/lang/fpc-source/fpc-3.2.2/packages/pasjpeg/src/
H A Djquant2.pas628 c1total : long;
635 c1total := 0;
654 Inc(c1total, ((c1 shl C1_SHIFT) + ((1 shl C1_SHIFT) shr 1)) * count);
661 cinfo^.colormap^[1]^[icolor] := JSAMPLE ((c1total + (total shr 1)) div total);
/dports/x11/xloadimage/xloadimage.4.1/jpeg/
H A Djquant2.c403 long c1total = 0; in compute_color() local
417 c1total += ((c1 << C_SHIFT) + ((1<<C_SHIFT)>>1)) * count; in compute_color()
424 my_colormap[1][icolor] = (JSAMPLE) ((c1total + (total>>1)) / total); in compute_color()
/dports/multimedia/mpeg_encode/mpeg_encode/jpeg/
H A Djquant2.c506 long c1total = 0; in compute_color() local
520 c1total += ((c1 << C1_SHIFT) + ((1<<C1_SHIFT)>>1)) * count; in compute_color()
527 cinfo->colormap[1][icolor] = (JSAMPLE) ((c1total + (total>>1)) / total); in compute_color()
/dports/x11-toolkits/xforms/xforms-1.2.4/image/
H A Dimage_jquant.c1315 long c1total = 0; in compute_color() local
1337 c1total += ( ( c1 << C1_SHIFT ) in compute_color()
1348 ( JSAMPLE ) ( ( c1total + ( total >> 1 ) ) / total ); in compute_color()
/dports/graphics/xv/xv-3.10a/jpeg/
H A Djquant2.c506 long c1total = 0; in compute_color() local
520 c1total += ((c1 << C1_SHIFT) + ((1<<C1_SHIFT)>>1)) * count; in compute_color()
527 cinfo->colormap[1][icolor] = (JSAMPLE) ((c1total + (total>>1)) / total); in compute_color()
/dports/graphics/xv-m17n/xv-3.10a/jpeg/
H A Djquant2.c506 long c1total = 0; in compute_color() local
520 c1total += ((c1 << C1_SHIFT) + ((1<<C1_SHIFT)>>1)) * count; in compute_color()
527 cinfo->colormap[1][icolor] = (JSAMPLE) ((c1total + (total>>1)) / total); in compute_color()
/dports/japanese/xv/xv-3.10a/jpeg/
H A Djquant2.c506 long c1total = 0; in compute_color() local
520 c1total += ((c1 << C1_SHIFT) + ((1<<C1_SHIFT)>>1)) * count; in compute_color()
527 cinfo->colormap[1][icolor] = (JSAMPLE) ((c1total + (total>>1)) / total); in compute_color()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libjpeg/
H A Djquant2.c492 long c1total = 0; in compute_color() local
506 c1total += ((c1 << C1_SHIFT) + ((1<<C1_SHIFT)>>1)) * count; in compute_color()
513 cinfo->colormap[1][icolor] = (JSAMPLE) ((c1total + (total>>1)) / total); in compute_color()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/glmark2/src/src/libjpeg-turbo/
H A Djquant2.c492 long c1total = 0; in compute_color() local
506 c1total += ((c1 << C1_SHIFT) + ((1<<C1_SHIFT)>>1)) * count; in compute_color()
513 cinfo->colormap[1][icolor] = (JSAMPLE) ((c1total + (total>>1)) / total); in compute_color()
/dports/math/giacxcas/fltk-1.3.0/jpeg/
H A Djquant2.c512 long c1total = 0; in compute_color() local
526 c1total += ((c1 << C1_SHIFT) + ((1<<C1_SHIFT)>>1)) * count; in compute_color()
533 cinfo->colormap[1][icolor] = (JSAMPLE) ((c1total + (total>>1)) / total); in compute_color()
/dports/graphics/freeimage/FreeImage/Source/LibJPEG/
H A Djquant2.c513 long c1total = 0; in compute_color() local
527 c1total += ((c1 << C1_SHIFT) + ((1<<C1_SHIFT)>>1)) * count; in compute_color()
534 cinfo->colormap[1][icolor] = (JSAMPLE) ((c1total + (total>>1)) / total); in compute_color()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Utilities/gdcmjpeg/
H A Djquant2.c513 long c1total = 0; in compute_color() local
527 c1total += ((c1 << C1_SHIFT) + ((1<<C1_SHIFT)>>1)) * count; in compute_color()
534 cinfo->colormap[1][icolor] = (JSAMPLE) ((c1total + (total>>1)) / total); in compute_color()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libjpeg_turbo/
H A Djquant2.c491 long c1total = 0; in compute_color() local
505 c1total += ((c1 << C1_SHIFT) + ((1 << C1_SHIFT) >> 1)) * count; in compute_color()
512 cinfo->colormap[1][icolor] = (JSAMPLE)((c1total + (total >> 1)) / total); in compute_color()
/dports/games/ioquake3-server/ioquake3-1.36/code/jpeg-6b/
H A Djquant2.c512 long c1total = 0; in compute_color() local
526 c1total += ((c1 << C1_SHIFT) + ((1<<C1_SHIFT)>>1)) * count; in compute_color()
533 cinfo->colormap[1][icolor] = (JSAMPLE) ((c1total + (total>>1)) / total); in compute_color()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmjpeg/libijg8/
H A Djquant2.c512 long c1total = 0; in compute_color() local
526 c1total += ((c1 << C1_SHIFT) + ((1<<C1_SHIFT)>>1)) * count; in compute_color()
533 cinfo->colormap[1][icolor] = (JSAMPLE) ((c1total + (total>>1)) / total); in compute_color()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmjpeg/libijg12/
H A Djquant2.c512 long c1total = 0; in compute_color() local
526 c1total += ((c1 << C1_SHIFT) + ((1<<C1_SHIFT)>>1)) * count; in compute_color()
533 cinfo->colormap[1][icolor] = (JSAMPLE) ((c1total + (total>>1)) / total); in compute_color()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmjpeg/libijg16/
H A Djquant2.c512 long c1total = 0; in compute_color() local
526 c1total += ((c1 << C1_SHIFT) + ((1<<C1_SHIFT)>>1)) * count; in compute_color()
533 cinfo->colormap[1][icolor] = (JSAMPLE) ((c1total + (total>>1)) / total); in compute_color()
/dports/games/iortcw/iortcw-1.51c/SP/code/jpeg-8c/
H A Djquant2.c512 long c1total = 0; in compute_color() local
526 c1total += ((c1 << C1_SHIFT) + ((1<<C1_SHIFT)>>1)) * count; in compute_color()
533 cinfo->colormap[1][icolor] = (JSAMPLE) ((c1total + (total>>1)) / total); in compute_color()
/dports/games/ioquake3/ioquake3-1.36/code/jpeg-6b/
H A Djquant2.c512 long c1total = 0; in compute_color() local
526 c1total += ((c1 << C1_SHIFT) + ((1<<C1_SHIFT)>>1)) * count; in compute_color()
533 cinfo->colormap[1][icolor] = (JSAMPLE) ((c1total + (total>>1)) / total); in compute_color()
/dports/games/iortcw/iortcw-1.51c/MP/code/jpeg-8c/
H A Djquant2.c512 long c1total = 0; in compute_color() local
526 c1total += ((c1 << C1_SHIFT) + ((1<<C1_SHIFT)>>1)) * count; in compute_color()
533 cinfo->colormap[1][icolor] = (JSAMPLE) ((c1total + (total>>1)) / total); in compute_color()
/dports/emulators/mess/mame-mame0226/3rdparty/libjpeg/
H A Djquant2.c513 long c1total = 0; in compute_color() local
527 c1total += ((c1 << C1_SHIFT) + ((1<<C1_SHIFT)>>1)) * count; in compute_color()
534 cinfo->colormap[1][icolor] = (JSAMPLE) ((c1total + (total>>1)) / total); in compute_color()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libjavajpeg/
H A Djquant2.c516 long c1total = 0; in compute_color() local
530 c1total += ((c1 << C1_SHIFT) + ((1<<C1_SHIFT)>>1)) * count; in compute_color()
537 cinfo->colormap[1][icolor] = (JSAMPLE) ((c1total + (total>>1)) / total); in compute_color()
/dports/graphics/aseprite/aseprite-1.2.9/third_party/jpeg/
H A Djquant2.c512 long c1total = 0; in compute_color() local
526 c1total += ((c1 << C1_SHIFT) + ((1<<C1_SHIFT)>>1)) * count; in compute_color()
533 cinfo->colormap[1][icolor] = (JSAMPLE) ((c1total + (total>>1)) / total); in compute_color()

123456