Home
last modified time | relevance | path

Searched refs:filter_strength (Results 1 – 11 of 11) sorted by relevance

/external/opencv3/3rdparty/libwebp/enc/
Dconfig.c36 config->filter_strength = 60; // rather high filtering, helps w/ gradients. in WebPConfigInitInternal()
60 config->filter_strength = 35; in WebPConfigInitInternal()
65 config->filter_strength = 30; in WebPConfigInitInternal()
70 config->filter_strength = 10; in WebPConfigInitInternal()
74 config->filter_strength = 0; // disable filtering to retain sharpness in WebPConfigInitInternal()
78 config->filter_strength = 0; // disable filtering to retain sharpness in WebPConfigInitInternal()
102 if (config->filter_strength < 0 || config->filter_strength > 100) in WebPValidateConfig()
Dwebpenc.c171 (config->filter_strength > 0) || (config->autofilter > 0); in InitVP8Encoder()
Dquant.c208 const int level0 = enc->config_->filter_strength; in SetupFilterStrength()
/external/webp/src/enc/
Dconfig.c32 config->filter_strength = 60; // mid-filtering in WebPConfigInitInternal()
61 config->filter_strength = 35; in WebPConfigInitInternal()
67 config->filter_strength = 30; in WebPConfigInitInternal()
73 config->filter_strength = 10; in WebPConfigInitInternal()
77 config->filter_strength = 0; // disable filtering to retain sharpness in WebPConfigInitInternal()
82 config->filter_strength = 0; // disable filtering to retain sharpness in WebPConfigInitInternal()
107 if (config->filter_strength < 0 || config->filter_strength > 100) in WebPValidateConfig()
Dfilter.c279 } else if (enc->config_->filter_strength > 0) { in VP8AdjustFilterStrength()
Dwebpenc.c144 (config->filter_strength > 0) || (config->autofilter > 0); in InitVP8Encoder()
Dquant.c286 const int level0 = 5 * enc->config_->filter_strength; in SetupFilterStrength()
/external/opencv3/3rdparty/libwebp/webp/
Dencode.h105 int filter_strength; // range: [0 = off .. 100 = strongest] member
/external/webp/include/webp/
Dencode.h108 int filter_strength; // range: [0 = off .. 100 = strongest] member
/external/webp/src/webp/
Dencode.h108 int filter_strength; // range: [0 = off .. 100 = strongest] member
/external/ImageMagick/coders/
Dwebp.c596 configure.filter_strength=StringToInteger(value); in WriteWEBPImage()