OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:autofilter
(Results
1 - 3
of
3
) sorted by null
/external/webp/src/enc/
config.c
43
config->
autofilter
= 0;
99
if (config->
autofilter
< 0 || config->
autofilter
> 1)
webpenc.c
146
(config->filter_strength > 0) || (config->
autofilter
> 0);
161
config->
autofilter
? sizeof(LFStats) + ALIGN_CST : 0;
170
+ lf_stats_size; //
autofilter
stats
/external/webp/include/webp/
encode.h
63
// (only used if filter_strength > 0 or
autofilter
> 0)
64
int
autofilter
; // Auto adjust filter's strength [0 = off, 1 = on]
member in struct:__anon13732
Completed in 47 milliseconds