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 583 std::vector<bool>* included_rows,
585 DCHECK(included_rows);
637 included_rows);
642 included_rows->resize(row_profile.size());
644 (*included_rows)[i] = row_profile[i] > row_threshold;
761 std::vector<bool> included_rows, included_columns; local
765 &included_rows,
770 return ComputeDecimatedImage(source_bitmap, included_rows, included_columns);

Completed in 38 milliseconds