Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjpeg/
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()
/external/libjpeg-turbo/
Djquant1.c73 #define ODITHER_SIZE 16 /* dimension of dither matrix */ macro
75 #define ODITHER_CELLS (ODITHER_SIZE*ODITHER_SIZE) /* # cells in matrix */
76 #define ODITHER_MASK (ODITHER_SIZE-1) /* mask for wrapping around counters */
78 typedef int ODITHER_MATRIX[ODITHER_SIZE][ODITHER_SIZE];
79 typedef int (*ODITHER_MATRIX_PTR)[ODITHER_SIZE];
81 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()