Searched refs:GGL_DITHER_SIZE (Results 1 – 3 of 3) sorted by relevance
78 const int GGL_DITHER_SIZE = GGL_DITHER_ORDER * GGL_DITHER_ORDER; variable534 uint8_t ditherMatrix[GGL_DITHER_SIZE] __attribute__((aligned(32)));
46 static const uint8_t gDitherMatrix[GGL_DITHER_SIZE] = {
262 const int mask = GGL_DITHER_SIZE-1; in scanline_core()