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

/external/chromium_org/chrome/browser/thumbnails/
H A Dcontent_analysis.cc589 std::pair<float, float> minmax_rows; local
591 row_profile, &histogram_rows, &minmax_rows);
593 float row_threshold = minmax_rows.first;
598 row_threshold = (minmax_rows.second - minmax_rows.first) *
599 (clip_index_rows + 0.5f) / 255.0f + minmax_rows.first;
634 minmax_rows,

Completed in 42 milliseconds