Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
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()