OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:value_max
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/thumbnails/
content_analysis.cc
111
float
value_max
= 0.0f;
local
116
value_max
= std::max(
value_max
, *it);
119
*minmax = std::make_pair(value_min,
value_max
);
121
if (
value_max
- value_min <= std::numeric_limits<float>::epsilon() * 100.0f) {
126
float value_span =
value_max
- value_min;
/external/opencv/cv/src/
cvhistogram.cpp
274
float *value_min, float*
value_max
,
390
if(
value_max
)
391
*
value_max
= (float)maxVal;
[
all
...]
Completed in 62 milliseconds