HomeSort by relevance Sort by last modified time
    Searched refs:windowsize (Results 1 - 5 of 5) sorted by null

  /external/zopfli/src/zopflipng/
zopflipng_lib.cc 181 bool use_zopfli, int windowsize, const ZopfliPNGOptions* png_options,
186 state.encoder.zlibsettings.windowsize = windowsize;
292 int windowsize = 8192; local
297 strategies[i], false, windowsize, 0, &out);
344 int windowsize = 32768; local
406 windowsize, &png_options, &temp);
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp     [all...]
lodepng.h 283 unsigned windowsize; /*must be a power of two <= 32768. higher compresses more but is slower. Typical value: 2048.*/ member in struct:LodePNGCompressSettings
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
findertools.py 433 def windowsize(folder, size=None): function
435 If size=None, windowsize will return the current size of the window.
793 windowsize(base, (600, 600))
797 windowsize(base, (200, 400))
  /external/libvorbis/doc/
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.

Completed in 892 milliseconds