OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LFStats
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
vp8enci.h
191
typedef double
LFStats
[NUM_MB_SEGMENTS][MAX_LF_LEVELS]; // filter stats
293
LFStats
* lf_stats_; // filter stats (borrowed from enc_)
449
LFStats
*lf_stats_; // autofilter stats (if NULL, autofilter is off)
/external/webp/src/enc/
vp8enci.h
191
typedef double
LFStats
[NUM_MB_SEGMENTS][MAX_LF_LEVELS]; // filter stats
293
LFStats
* lf_stats_; // filter stats (borrowed from enc_)
449
LFStats
*lf_stats_; // autofilter stats (if NULL, autofilter is off)
Completed in 356 milliseconds