OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LFStats
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/3rdparty/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)
webpenc.c
165
//
LFStats
: 2048
186
config->autofilter ? sizeof(
LFStats
) + ALIGN_CST : 0;
216
"
LFStats
: %ld\n",
219
sizeof(
LFStats
));
250
enc->lf_stats_ = lf_stats_size ? (
LFStats
*)DO_ALIGN(mem) : NULL;
/external/webp/src/enc/
vp8enci.h
136
typedef double
LFStats
[NUM_MB_SEGMENTS][MAX_LF_LEVELS]; // filter stats
241
LFStats
* lf_stats_; // filter stats (borrowed from enc_)
409
LFStats
* lf_stats_; // autofilter stats (if NULL, autofilter is off)
webpenc.c
137
//
LFStats
: 2048
184
"
LFStats
: %ld\n",
187
sizeof(
LFStats
));
210
enc->lf_stats_ = lf_stats_size ? (
LFStats
*)WEBP_ALIGN(mem) : NULL;
Completed in 49 milliseconds