Searched refs:filter_strength (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dconfig.c32 config->filter_strength = 60; // mid-filtering
56 config->filter_strength = 35;
62 config->filter_strength = 30;
68 config->filter_strength = 10;
72 config->filter_strength = 0; // disable filtering to retain sharpness
77 config->filter_strength = 0; // disable filtering to retain sharpness
102 if (config->filter_strength < 0 || config->filter_strength > 100)
H A Dfilter.c276 } else if (enc->config_->filter_strength > 0) {
H A Dwebpenc.c141 (config->filter_strength > 0) || (config->autofilter > 0);
H A Dquant.c261 // level0 is in [0..500]. Using '-f 50' as filter_strength is mid-filtering.
262 const int level0 = 5 * enc->config_->filter_strength;
/external/webp/src/enc/
H A Dconfig.c32 config->filter_strength = 60; // mid-filtering
56 config->filter_strength = 35;
62 config->filter_strength = 30;
68 config->filter_strength = 10;
72 config->filter_strength = 0; // disable filtering to retain sharpness
77 config->filter_strength = 0; // disable filtering to retain sharpness
102 if (config->filter_strength < 0 || config->filter_strength > 100)
H A Dfilter.c276 } else if (enc->config_->filter_strength > 0) {
H A Dwebpenc.c141 (config->filter_strength > 0) || (config->autofilter > 0);
H A Dquant.c261 // level0 is in [0..500]. Using '-f 50' as filter_strength is mid-filtering.
262 const int level0 = 5 * enc->config_->filter_strength;
/external/chromium_org/third_party/libwebp/webp/
H A Dencode.h105 int filter_strength; // range: [0 = off .. 100 = strongest] member in struct:WebPConfig
108 // if filter_strength > 0 or autofilter > 0)
/external/webp/include/webp/
H A Dencode.h105 int filter_strength; // range: [0 = off .. 100 = strongest] member in struct:WebPConfig
108 // if filter_strength > 0 or autofilter > 0)

Completed in 161 milliseconds