OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:row_threshold
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/thumbnails/
content_analysis.cc
593
float
row_threshold
= minmax_rows.first;
local
598
row_threshold
= (minmax_rows.second - minmax_rows.first) *
621
std::bind2nd(std::greater<float>(),
row_threshold
));
633
row_threshold
,
644
(*included_rows)[i] = row_profile[i] >
row_threshold
;
content_analysis_unittest.cc
525
float
row_threshold
= AutoSegmentPeaks(rows_profile);
local
526
EXPECT_GT(
row_threshold
, 1.0f);
527
EXPECT_LT(
row_threshold
, 9.0f);
532
std::bind2nd(std::greater<float>(),
row_threshold
));
Completed in 2924 milliseconds