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

  /external/zopfli/src/zopflipng/
zopflipng_lib.cc 207 state.encoder.filter_strategy = LFS_ZERO;
210 state.encoder.filter_strategy = LFS_MINSUM;
213 state.encoder.filter_strategy = LFS_ENTROPY;
216 state.encoder.filter_strategy = LFS_BRUTE_FORCE;
224 state.encoder.filter_strategy = LFS_PREDEFINED;
229 state.encoder.filter_strategy = LFS_PREDEFINED;
  /external/zopfli/src/zopflipng/lodepng/
lodepng.h 601 8 bit depth, set all filters to zero. Otherwise use the filter_strategy. Note that to
603 filter_strategy must be LFS_MINSUM*/
607 LodePNGFilterStrategy filter_strategy; member in struct:LodePNGEncoderSettings
608 /*used if filter_strategy is LFS_PREDEFINED. In that case, this must point to a buffer with
    [all...]
lodepng.cpp     [all...]

Completed in 71 milliseconds