OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:column_threshold
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/thumbnails/
content_analysis.cc
604
float
column_threshold
= minmax_columns.first;
local
609
column_threshold
= (minmax_columns.second - minmax_columns.first) *
615
std::bind2nd(std::greater<float>(),
column_threshold
));
648
column_threshold
,
656
(*included_columns)[i] = column_profile[i] >
column_threshold
;
content_analysis_unittest.cc
531
float
column_threshold
= AutoSegmentPeaks(columns_profile);
local
532
EXPECT_GT(
column_threshold
, 1.0f);
533
EXPECT_LT(
column_threshold
, 11.0f);
538
std::bind2nd(std::greater<float>(),
column_threshold
));
Completed in 213 milliseconds