Searched refs:row_threshold (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/thumbnails/
H A Dcontent_analysis.cc593 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;
H A Dcontent_analysis_unittest.cc525 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 29 milliseconds