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

  /external/chromium/chrome/common/
thumbnail_score.cc 101 double current_interesting_score = 1.0 - current.boring_score; local
107 current_interesting_score *=
117 current_interesting_score -= time_between_thumbnails.InHours() *
120 if (current_interesting_score < kThumbnailMinimumInterestingness)
121 current_interesting_score = kThumbnailMinimumInterestingness;
122 if (replacement_interesting_score > current_interesting_score)
  /external/chromium_org/chrome/common/
thumbnail_score.cc 99 double current_interesting_score = 1.0 - current.boring_score; local
105 current_interesting_score *=
115 current_interesting_score -= time_between_thumbnails.InHours() *
118 if (current_interesting_score < kThumbnailMinimumInterestingness)
119 current_interesting_score = kThumbnailMinimumInterestingness;
120 if (replacement_interesting_score > current_interesting_score)

Completed in 157 milliseconds