OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:filter_strength
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
config.c
36
config->
filter_strength
= 60; // rather high filtering, helps w/ gradients.
60
config->
filter_strength
= 35;
65
config->
filter_strength
= 30;
70
config->
filter_strength
= 10;
74
config->
filter_strength
= 0; // disable filtering to retain sharpness
78
config->
filter_strength
= 0; // disable filtering to retain sharpness
102
if (config->
filter_strength
< 0 || config->
filter_strength
> 100)
webpenc.c
171
(config->
filter_strength
> 0) || (config->autofilter > 0);
quant.c
208
const int level0 = enc->config_->
filter_strength
;
[
all
...]
/external/webp/src/enc/
config.c
36
config->
filter_strength
= 60; // rather high filtering, helps w/ gradients.
60
config->
filter_strength
= 35;
65
config->
filter_strength
= 30;
70
config->
filter_strength
= 10;
74
config->
filter_strength
= 0; // disable filtering to retain sharpness
78
config->
filter_strength
= 0; // disable filtering to retain sharpness
102
if (config->
filter_strength
< 0 || config->
filter_strength
> 100)
webpenc.c
171
(config->
filter_strength
> 0) || (config->autofilter > 0);
quant.c
208
const int level0 = enc->config_->
filter_strength
;
[
all
...]
/external/chromium_org/third_party/libwebp/webp/
encode.h
105
int
filter_strength
; // range: [0 = off .. 100 = strongest]
member in struct:WebPConfig
108
// if
filter_strength
> 0 or autofilter > 0)
/external/webp/include/webp/
encode.h
105
int
filter_strength
; // range: [0 = off .. 100 = strongest]
member in struct:WebPConfig
108
// if
filter_strength
> 0 or autofilter > 0)
Completed in 979 milliseconds