HomeSort by relevance Sort by last modified time
    Searched full:abs_error_r (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/cc/test/
pixel_comparator.cc 122 int abs_error_r = std::abs(error_r); local
128 if (abs_error_r <= small_error_threshold_ &&
135 max_abs_error_r = std::max(max_abs_error_r, abs_error_r);
141 sum_abs_error_r += abs_error_r;

Completed in 722 milliseconds