OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_COEFF_THRESH
(Results
1 - 2
of
2
) sorted by null
/external/webp/src/dsp/
dsp.h
178
#define
MAX_COEFF_THRESH
31 // size of histogram used by CollectHistogram.
189
void VP8SetHistogramData(const int distribution[
MAX_COEFF_THRESH
+ 1],
/external/opencv3/3rdparty/libwebp/enc/
vp8enci.h
174
#define
MAX_COEFF_THRESH
31
178
int distribution[
MAX_COEFF_THRESH
+ 1];
Completed in 48 milliseconds