Searched refs:DSIZE (Results 1 – 2 of 2) sorted by relevance
90 #define DSIZE 32768U macro281 window = malloc(DSIZE); in gzscan()306 strm->avail_out = DSIZE - have; in gzscan()317 crc = crc32(crc, window + have, DSIZE - have - strm->avail_out); in gzscan()319 have = DSIZE - strm->avail_out; in gzscan()363 rotate(window, DSIZE, have); in gzscan()364 have = DSIZE; in gzscan()
32 #define DSIZE 4 // dithering size (must be a power of two) macro34 static const uint8_t kOrderedDither[DSIZE][DSIZE] = {139 const uint8_t* const dither = kOrderedDither[p->row_ % DSIZE]; in ApplyFilter()148 dst[x] = clip_8b(c + dither[x % DSIZE]); in ApplyFilter()
Completed in 5 milliseconds