OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:row_threshold
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/thumbnails/
content_analysis.cc
590
float
row_threshold
= minmax_rows.first;
local
595
row_threshold
= (minmax_rows.second - minmax_rows.first) *
618
std::bind2nd(std::greater<float>(),
row_threshold
));
630
row_threshold
,
641
(*included_rows)[i] = row_profile[i] >
row_threshold
;
content_analysis_unittest.cc
521
float
row_threshold
= AutoSegmentPeaks(rows_profile);
local
522
EXPECT_GT(
row_threshold
, 1.0f);
523
EXPECT_LT(
row_threshold
, 9.0f);
528
std::bind2nd(std::greater<float>(),
row_threshold
));
Completed in 178 milliseconds