Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/
A Dgzappend.c90 #define DSIZE 32768U macro
281 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()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dquant_levels_dec_utils.c32 #define DSIZE 4 // dithering size (must be a power of two) macro
34 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