HomeSort by relevance Sort by last modified time
    Searched refs:included_rows (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/thumbnails/
content_analysis.h 56 // Compute thresholding guides |included_rows| and |included_columns| by
63 std::vector<bool>* included_rows,
content_analysis.cc 580 std::vector<bool>* included_rows,
582 DCHECK(included_rows);
634 included_rows);
639 included_rows->resize(row_profile.size());
641 (*included_rows)[i] = row_profile[i] > row_threshold;
757 std::vector<bool> included_rows, included_columns; local
761 &included_rows,
766 return ComputeDecimatedImage(source_bitmap, included_rows, included_columns);

Completed in 103 milliseconds