Searched refs:windowsize (Results 1 – 6 of 6) sorted by relevance
/external/zopfli/src/zopflipng/ |
D | zopflipng_lib.cc | 181 bool use_zopfli, int windowsize, const ZopfliPNGOptions* png_options, in TryOptimize() argument 186 state.encoder.zlibsettings.windowsize = windowsize; in TryOptimize() 292 int windowsize = 8192; in AutoChooseFilterStrategy() local 297 strategies[i], false, windowsize, 0, &out); in AutoChooseFilterStrategy() 344 int windowsize = 32768; in ZopfliPNGOptimize() local 406 windowsize, &png_options, &temp); in ZopfliPNGOptimize()
|
/external/opencv3/modules/objdetect/src/opencl/ |
D | cascadedetect.cl | 82 int4 normrect, int sqofs, int2 windowsize) 122 … int2 worksize = (int2)(max(s->szi_width - windowsize.x, 0), max(s->szi_height - windowsize.y, 0)); 378 int2 windowsize) 393 … int2 worksize = (int2)(max(s->szi_width - windowsize.x, 0), max(s->szi_height - windowsize.y, 0)); 466 int2 windowsize) 491 … int2 worksize = (int2)(max(s->szi_width - windowsize.x, 0), max(s->szi_height - windowsize.y, 0));
|
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng.cpp | 1360 static unsigned hash_init(Hash* hash, unsigned windowsize) in hash_init() argument 1364 hash->val = (int*)lodepng_malloc(sizeof(int) * windowsize); in hash_init() 1365 hash->chain = (unsigned short*)lodepng_malloc(sizeof(unsigned short) * windowsize); in hash_init() 1366 hash->zeros = (unsigned short*)lodepng_malloc(sizeof(unsigned short) * windowsize); in hash_init() 1372 for(i = 0; i < windowsize; i++) hash->val[i] = -1; in hash_init() 1373 …for(i = 0; i < windowsize; i++) hash->chain[i] = i; /*same value as index indicates uninitialized*/ in hash_init() 1432 … const unsigned char* in, size_t inpos, size_t insize, unsigned windowsize, in encodeLZ77() argument 1437 unsigned maxchainlength = windowsize >= 8192 ? windowsize : windowsize / 8; in encodeLZ77() 1438 unsigned maxlazymatch = windowsize >= 8192 ? MAX_SUPPORTED_DEFLATE_LENGTH : 64; in encodeLZ77() 1452 …if(windowsize <= 0 || windowsize > 32768) return 60; /*error: windowsize smaller/larger than allow… in encodeLZ77() [all …]
|
D | lodepng.h | 283 …unsigned windowsize; /*must be a power of two <= 32768. higher compresses more but is slower. Typi… member
|
/external/selinux/policycoreutils/sandbox/ |
D | sandbox | 465 cmds += ["--", SANDBOXSH, self.__options.windowsize, dpi]
|
/external/libvorbis/doc/ |
D | 04-codec.tex | 596 from the center (element windowsize/2) of the previous window to the 597 center (element windowsize/2-1, inclusive) of the current window.
|