ODITHER_SIZE       71 third_party/libjpeg/jquant1.c #define ODITHER_SIZE  16	/* dimension of dither matrix */
ODITHER_SIZE       76 third_party/libjpeg/jquant1.c typedef int ODITHER_MATRIX[ODITHER_SIZE][ODITHER_SIZE];
ODITHER_SIZE       77 third_party/libjpeg/jquant1.c typedef int (*ODITHER_MATRIX_PTR)[ODITHER_SIZE];