Home
last modified time | relevance | path

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

12345

/dports/graphics/xv-m17n/xv-3.10a/jpeg/
H A Djquant1.c71 #define ODITHER_SIZE 16 /* dimension of dither matrix */ macro
73 #define ODITHER_CELLS (ODITHER_SIZE*ODITHER_SIZE) /* # cells in matrix */
74 #define ODITHER_MASK (ODITHER_SIZE-1) /* mask for wrapping around counters */
76 typedef int ODITHER_MATRIX[ODITHER_SIZE][ODITHER_SIZE];
77 typedef int (*ODITHER_MATRIX_PTR)[ODITHER_SIZE];
79 static const UINT8 base_dither_matrix[ODITHER_SIZE][ODITHER_SIZE] = {
275 for (j = 0; j < ODITHER_SIZE; j++) { in make_odither_array()
276 for (k = 0; k < ODITHER_SIZE; k++) { in make_odither_array()
/dports/japanese/xv/xv-3.10a/jpeg/
H A Djquant1.c71 #define ODITHER_SIZE 16 /* dimension of dither matrix */ macro
73 #define ODITHER_CELLS (ODITHER_SIZE*ODITHER_SIZE) /* # cells in matrix */
74 #define ODITHER_MASK (ODITHER_SIZE-1) /* mask for wrapping around counters */
76 typedef int ODITHER_MATRIX[ODITHER_SIZE][ODITHER_SIZE];
77 typedef int (*ODITHER_MATRIX_PTR)[ODITHER_SIZE];
79 static const UINT8 base_dither_matrix[ODITHER_SIZE][ODITHER_SIZE] = {
275 for (j = 0; j < ODITHER_SIZE; j++) { in make_odither_array()
276 for (k = 0; k < ODITHER_SIZE; k++) { in make_odither_array()
/dports/graphics/xv/xv-3.10a/jpeg/
H A Djquant1.c71 #define ODITHER_SIZE 16 /* dimension of dither matrix */ macro
73 #define ODITHER_CELLS (ODITHER_SIZE*ODITHER_SIZE) /* # cells in matrix */
74 #define ODITHER_MASK (ODITHER_SIZE-1) /* mask for wrapping around counters */
76 typedef int ODITHER_MATRIX[ODITHER_SIZE][ODITHER_SIZE];
77 typedef int (*ODITHER_MATRIX_PTR)[ODITHER_SIZE];
79 static const UINT8 base_dither_matrix[ODITHER_SIZE][ODITHER_SIZE] = {
275 for (j = 0; j < ODITHER_SIZE; j++) { in make_odither_array()
276 for (k = 0; k < ODITHER_SIZE; k++) { in make_odither_array()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libjpeg/
H A Djquant1.c74 #define ODITHER_SIZE 16 /* dimension of dither matrix */ macro
76 #define ODITHER_CELLS (ODITHER_SIZE*ODITHER_SIZE) /* # cells in matrix */
77 #define ODITHER_MASK (ODITHER_SIZE-1) /* mask for wrapping around counters */
79 typedef int ODITHER_MATRIX[ODITHER_SIZE][ODITHER_SIZE];
80 typedef int (*ODITHER_MATRIX_PTR)[ODITHER_SIZE];
82 static const UINT8 base_dither_matrix[ODITHER_SIZE][ODITHER_SIZE] = {
414 for (j = 0; j < ODITHER_SIZE; j++) { in make_odither_array()
415 for (k = 0; k < ODITHER_SIZE; k++) { in make_odither_array()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/glmark2/src/src/libjpeg-turbo/
H A Djquant1.c74 #define ODITHER_SIZE 16 /* dimension of dither matrix */ macro
76 #define ODITHER_CELLS (ODITHER_SIZE*ODITHER_SIZE) /* # cells in matrix */
77 #define ODITHER_MASK (ODITHER_SIZE-1) /* mask for wrapping around counters */
79 typedef int ODITHER_MATRIX[ODITHER_SIZE][ODITHER_SIZE];
80 typedef int (*ODITHER_MATRIX_PTR)[ODITHER_SIZE];
82 static const UINT8 base_dither_matrix[ODITHER_SIZE][ODITHER_SIZE] = {
414 for (j = 0; j < ODITHER_SIZE; j++) { in make_odither_array()
415 for (k = 0; k < ODITHER_SIZE; k++) { in make_odither_array()
/dports/math/giacxcas/fltk-1.3.0/jpeg/
H A Djquant1.c71 #define ODITHER_SIZE 16 /* dimension of dither matrix */ macro
73 #define ODITHER_CELLS (ODITHER_SIZE*ODITHER_SIZE) /* # cells in matrix */
74 #define ODITHER_MASK (ODITHER_SIZE-1) /* mask for wrapping around counters */
76 typedef int ODITHER_MATRIX[ODITHER_SIZE][ODITHER_SIZE];
77 typedef int (*ODITHER_MATRIX_PTR)[ODITHER_SIZE];
79 static const UINT8 base_dither_matrix[ODITHER_SIZE][ODITHER_SIZE] = {
411 for (j = 0; j < ODITHER_SIZE; j++) { in make_odither_array()
412 for (k = 0; k < ODITHER_SIZE; k++) { in make_odither_array()
/dports/graphics/freeimage/FreeImage/Source/LibJPEG/
H A Djquant1.c72 #define ODITHER_SIZE 16 /* dimension of dither matrix */ macro
74 #define ODITHER_CELLS (ODITHER_SIZE*ODITHER_SIZE) /* # cells in matrix */
75 #define ODITHER_MASK (ODITHER_SIZE-1) /* mask for wrapping around counters */
77 typedef int ODITHER_MATRIX[ODITHER_SIZE][ODITHER_SIZE];
78 typedef int (*ODITHER_MATRIX_PTR)[ODITHER_SIZE];
80 static const UINT8 base_dither_matrix[ODITHER_SIZE][ODITHER_SIZE] = {
412 for (j = 0; j < ODITHER_SIZE; j++) { in make_odither_array()
413 for (k = 0; k < ODITHER_SIZE; k++) { in make_odither_array()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/mozjpeg-sys-1.0.1/vendor/
H A Djquant1.c74 #define ODITHER_SIZE 16 /* dimension of dither matrix */ macro
76 #define ODITHER_CELLS (ODITHER_SIZE * ODITHER_SIZE) /* # cells in matrix */
77 #define ODITHER_MASK (ODITHER_SIZE - 1) /* mask for wrapping around
80 typedef int ODITHER_MATRIX[ODITHER_SIZE][ODITHER_SIZE];
81 typedef int (*ODITHER_MATRIX_PTR)[ODITHER_SIZE];
83 static const UINT8 base_dither_matrix[ODITHER_SIZE][ODITHER_SIZE] = {
415 for (j = 0; j < ODITHER_SIZE; j++) { in make_odither_array()
416 for (k = 0; k < ODITHER_SIZE; k++) { in make_odither_array()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Utilities/gdcmjpeg/
H A Djquant1.c71 #define ODITHER_SIZE 16 /* dimension of dither matrix */ macro
73 #define ODITHER_CELLS (ODITHER_SIZE*ODITHER_SIZE) /* # cells in matrix */
74 #define ODITHER_MASK (ODITHER_SIZE-1) /* mask for wrapping around counters */
76 typedef int ODITHER_MATRIX[ODITHER_SIZE][ODITHER_SIZE];
77 typedef int (*ODITHER_MATRIX_PTR)[ODITHER_SIZE];
79 static const UINT8 base_dither_matrix[ODITHER_SIZE][ODITHER_SIZE] = {
413 for (j = 0; j < ODITHER_SIZE; j++) { in make_odither_array()
414 for (k = 0; k < ODITHER_SIZE; k++) { in make_odither_array()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libjpeg_turbo/
H A Djquant1.c74 #define ODITHER_SIZE 16 /* dimension of dither matrix */ macro
76 #define ODITHER_CELLS (ODITHER_SIZE * ODITHER_SIZE) /* # cells in matrix */
77 #define ODITHER_MASK (ODITHER_SIZE - 1) /* mask for wrapping around
80 typedef int ODITHER_MATRIX[ODITHER_SIZE][ODITHER_SIZE];
81 typedef int (*ODITHER_MATRIX_PTR)[ODITHER_SIZE];
83 static const UINT8 base_dither_matrix[ODITHER_SIZE][ODITHER_SIZE] = {
415 for (j = 0; j < ODITHER_SIZE; j++) { in make_odither_array()
416 for (k = 0; k < ODITHER_SIZE; k++) { in make_odither_array()
/dports/games/ioquake3-server/ioquake3-1.36/code/jpeg-6b/
H A Djquant1.c71 #define ODITHER_SIZE 16 /* dimension of dither matrix */ macro
73 #define ODITHER_CELLS (ODITHER_SIZE*ODITHER_SIZE) /* # cells in matrix */
74 #define ODITHER_MASK (ODITHER_SIZE-1) /* mask for wrapping around counters */
76 typedef int ODITHER_MATRIX[ODITHER_SIZE][ODITHER_SIZE];
77 typedef int (*ODITHER_MATRIX_PTR)[ODITHER_SIZE];
79 static const UINT8 base_dither_matrix[ODITHER_SIZE][ODITHER_SIZE] = {
411 for (j = 0; j < ODITHER_SIZE; j++) { in make_odither_array()
412 for (k = 0; k < ODITHER_SIZE; k++) { in make_odither_array()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmjpeg/libijg12/
H A Djquant1.c71 #define ODITHER_SIZE 16 /* dimension of dither matrix */ macro
73 #define ODITHER_CELLS (ODITHER_SIZE*ODITHER_SIZE) /* # cells in matrix */
74 #define ODITHER_MASK (ODITHER_SIZE-1) /* mask for wrapping around counters */
76 typedef int ODITHER_MATRIX[ODITHER_SIZE][ODITHER_SIZE];
77 typedef int (*ODITHER_MATRIX_PTR)[ODITHER_SIZE];
79 static const UINT8 base_dither_matrix[ODITHER_SIZE][ODITHER_SIZE] = {
411 for (j = 0; j < ODITHER_SIZE; j++) { in make_odither_array()
412 for (k = 0; k < ODITHER_SIZE; k++) { in make_odither_array()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmjpeg/libijg16/
H A Djquant1.c71 #define ODITHER_SIZE 16 /* dimension of dither matrix */ macro
73 #define ODITHER_CELLS (ODITHER_SIZE*ODITHER_SIZE) /* # cells in matrix */
74 #define ODITHER_MASK (ODITHER_SIZE-1) /* mask for wrapping around counters */
76 typedef int ODITHER_MATRIX[ODITHER_SIZE][ODITHER_SIZE];
77 typedef int (*ODITHER_MATRIX_PTR)[ODITHER_SIZE];
79 static const UINT8 base_dither_matrix[ODITHER_SIZE][ODITHER_SIZE] = {
411 for (j = 0; j < ODITHER_SIZE; j++) { in make_odither_array()
412 for (k = 0; k < ODITHER_SIZE; k++) { in make_odither_array()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmjpeg/libijg8/
H A Djquant1.c71 #define ODITHER_SIZE 16 /* dimension of dither matrix */ macro
73 #define ODITHER_CELLS (ODITHER_SIZE*ODITHER_SIZE) /* # cells in matrix */
74 #define ODITHER_MASK (ODITHER_SIZE-1) /* mask for wrapping around counters */
76 typedef int ODITHER_MATRIX[ODITHER_SIZE][ODITHER_SIZE];
77 typedef int (*ODITHER_MATRIX_PTR)[ODITHER_SIZE];
79 static const UINT8 base_dither_matrix[ODITHER_SIZE][ODITHER_SIZE] = {
411 for (j = 0; j < ODITHER_SIZE; j++) { in make_odither_array()
412 for (k = 0; k < ODITHER_SIZE; k++) { in make_odither_array()
/dports/games/iortcw/iortcw-1.51c/MP/code/jpeg-8c/
H A Djquant1.c71 #define ODITHER_SIZE 16 /* dimension of dither matrix */ macro
73 #define ODITHER_CELLS (ODITHER_SIZE*ODITHER_SIZE) /* # cells in matrix */
74 #define ODITHER_MASK (ODITHER_SIZE-1) /* mask for wrapping around counters */
76 typedef int ODITHER_MATRIX[ODITHER_SIZE][ODITHER_SIZE];
77 typedef int (*ODITHER_MATRIX_PTR)[ODITHER_SIZE];
79 static const UINT8 base_dither_matrix[ODITHER_SIZE][ODITHER_SIZE] = {
411 for (j = 0; j < ODITHER_SIZE; j++) { in make_odither_array()
412 for (k = 0; k < ODITHER_SIZE; k++) { in make_odither_array()
/dports/games/ioquake3/ioquake3-1.36/code/jpeg-6b/
H A Djquant1.c71 #define ODITHER_SIZE 16 /* dimension of dither matrix */ macro
73 #define ODITHER_CELLS (ODITHER_SIZE*ODITHER_SIZE) /* # cells in matrix */
74 #define ODITHER_MASK (ODITHER_SIZE-1) /* mask for wrapping around counters */
76 typedef int ODITHER_MATRIX[ODITHER_SIZE][ODITHER_SIZE];
77 typedef int (*ODITHER_MATRIX_PTR)[ODITHER_SIZE];
79 static const UINT8 base_dither_matrix[ODITHER_SIZE][ODITHER_SIZE] = {
411 for (j = 0; j < ODITHER_SIZE; j++) { in make_odither_array()
412 for (k = 0; k < ODITHER_SIZE; k++) { in make_odither_array()
/dports/games/iortcw/iortcw-1.51c/SP/code/jpeg-8c/
H A Djquant1.c71 #define ODITHER_SIZE 16 /* dimension of dither matrix */ macro
73 #define ODITHER_CELLS (ODITHER_SIZE*ODITHER_SIZE) /* # cells in matrix */
74 #define ODITHER_MASK (ODITHER_SIZE-1) /* mask for wrapping around counters */
76 typedef int ODITHER_MATRIX[ODITHER_SIZE][ODITHER_SIZE];
77 typedef int (*ODITHER_MATRIX_PTR)[ODITHER_SIZE];
79 static const UINT8 base_dither_matrix[ODITHER_SIZE][ODITHER_SIZE] = {
411 for (j = 0; j < ODITHER_SIZE; j++) { in make_odither_array()
412 for (k = 0; k < ODITHER_SIZE; k++) { in make_odither_array()
/dports/www/firefox-esr/firefox-91.8.0/media/libjpeg/
H A Djquant1.c74 #define ODITHER_SIZE 16 /* dimension of dither matrix */ macro
76 #define ODITHER_CELLS (ODITHER_SIZE * ODITHER_SIZE) /* # cells in matrix */
77 #define ODITHER_MASK (ODITHER_SIZE - 1) /* mask for wrapping around
80 typedef int ODITHER_MATRIX[ODITHER_SIZE][ODITHER_SIZE];
81 typedef int (*ODITHER_MATRIX_PTR)[ODITHER_SIZE];
83 static const UINT8 base_dither_matrix[ODITHER_SIZE][ODITHER_SIZE] = {
415 for (j = 0; j < ODITHER_SIZE; j++) { in make_odither_array()
416 for (k = 0; k < ODITHER_SIZE; k++) { in make_odither_array()
/dports/emulators/mess/mame-mame0226/3rdparty/libjpeg/
H A Djquant1.c72 #define ODITHER_SIZE 16 /* dimension of dither matrix */ macro
74 #define ODITHER_CELLS (ODITHER_SIZE*ODITHER_SIZE) /* # cells in matrix */
75 #define ODITHER_MASK (ODITHER_SIZE-1) /* mask for wrapping around counters */
77 typedef int ODITHER_MATRIX[ODITHER_SIZE][ODITHER_SIZE];
78 typedef int (*ODITHER_MATRIX_PTR)[ODITHER_SIZE];
80 static const UINT8 base_dither_matrix[ODITHER_SIZE][ODITHER_SIZE] = {
412 for (j = 0; j < ODITHER_SIZE; j++) { in make_odither_array()
413 for (k = 0; k < ODITHER_SIZE; k++) { in make_odither_array()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libjavajpeg/
H A Djquant1.c75 #define ODITHER_SIZE 16 /* dimension of dither matrix */ macro
77 #define ODITHER_CELLS (ODITHER_SIZE*ODITHER_SIZE) /* # cells in matrix */
78 #define ODITHER_MASK (ODITHER_SIZE-1) /* mask for wrapping around counters */
80 typedef int ODITHER_MATRIX[ODITHER_SIZE][ODITHER_SIZE];
81 typedef int (*ODITHER_MATRIX_PTR)[ODITHER_SIZE];
83 static const UINT8 base_dither_matrix[ODITHER_SIZE][ODITHER_SIZE] = {
415 for (j = 0; j < ODITHER_SIZE; j++) { in make_odither_array()
416 for (k = 0; k < ODITHER_SIZE; k++) { in make_odither_array()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libjpeg/
H A Djquant1.c71 #define ODITHER_SIZE 16 /* dimension of dither matrix */ macro
73 #define ODITHER_CELLS (ODITHER_SIZE*ODITHER_SIZE) /* # cells in matrix */
74 #define ODITHER_MASK (ODITHER_SIZE-1) /* mask for wrapping around counters */
76 typedef int ODITHER_MATRIX[ODITHER_SIZE][ODITHER_SIZE];
77 typedef int (*ODITHER_MATRIX_PTR)[ODITHER_SIZE];
79 static const UINT8 base_dither_matrix[ODITHER_SIZE][ODITHER_SIZE] = {
411 for (j = 0; j < ODITHER_SIZE; j++) { in make_odither_array()
412 for (k = 0; k < ODITHER_SIZE; k++) { in make_odither_array()
/dports/graphics/aseprite/aseprite-1.2.9/third_party/jpeg/
H A Djquant1.c71 #define ODITHER_SIZE 16 /* dimension of dither matrix */ macro
73 #define ODITHER_CELLS (ODITHER_SIZE*ODITHER_SIZE) /* # cells in matrix */
74 #define ODITHER_MASK (ODITHER_SIZE-1) /* mask for wrapping around counters */
76 typedef int ODITHER_MATRIX[ODITHER_SIZE][ODITHER_SIZE];
77 typedef int (*ODITHER_MATRIX_PTR)[ODITHER_SIZE];
79 static const UINT8 base_dither_matrix[ODITHER_SIZE][ODITHER_SIZE] = {
411 for (j = 0; j < ODITHER_SIZE; j++) { in make_odither_array()
412 for (k = 0; k < ODITHER_SIZE; k++) { in make_odither_array()
/dports/graphics/argyllcms/Argyll_V1.9.2/jpeg/
H A Djquant1.c72 #define ODITHER_SIZE 16 /* dimension of dither matrix */ macro
74 #define ODITHER_CELLS (ODITHER_SIZE*ODITHER_SIZE) /* # cells in matrix */
75 #define ODITHER_MASK (ODITHER_SIZE-1) /* mask for wrapping around counters */
77 typedef int ODITHER_MATRIX[ODITHER_SIZE][ODITHER_SIZE];
78 typedef int (*ODITHER_MATRIX_PTR)[ODITHER_SIZE];
80 static const UINT8 base_dither_matrix[ODITHER_SIZE][ODITHER_SIZE] = {
412 for (j = 0; j < ODITHER_SIZE; j++) { in make_odither_array()
413 for (k = 0; k < ODITHER_SIZE; k++) { in make_odither_array()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/libjpeg/
H A Djquant1.c71 #define ODITHER_SIZE 16 /* dimension of dither matrix */ macro
73 #define ODITHER_CELLS (ODITHER_SIZE*ODITHER_SIZE) /* # cells in matrix */
74 #define ODITHER_MASK (ODITHER_SIZE-1) /* mask for wrapping around counters */
76 typedef int ODITHER_MATRIX[ODITHER_SIZE][ODITHER_SIZE];
77 typedef int (*ODITHER_MATRIX_PTR)[ODITHER_SIZE];
79 static const UINT8 base_dither_matrix[ODITHER_SIZE][ODITHER_SIZE] = {
411 for (j = 0; j < ODITHER_SIZE; j++) { in make_odither_array()
412 for (k = 0; k < ODITHER_SIZE; k++) { in make_odither_array()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/jpeg-6/
H A Djquant1.c71 #define ODITHER_SIZE 16 /* dimension of dither matrix */ macro
73 #define ODITHER_CELLS (ODITHER_SIZE*ODITHER_SIZE) /* # cells in matrix */
74 #define ODITHER_MASK (ODITHER_SIZE-1) /* mask for wrapping around counters */
76 typedef int ODITHER_MATRIX[ODITHER_SIZE][ODITHER_SIZE];
77 typedef int (*ODITHER_MATRIX_PTR)[ODITHER_SIZE];
79 static const UINT8 base_dither_matrix[ODITHER_SIZE][ODITHER_SIZE] = {
411 for (j = 0; j < ODITHER_SIZE; j++) { in make_odither_array()
412 for (k = 0; k < ODITHER_SIZE; k++) { in make_odither_array()

12345