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

  /external/chromium_org/cc/test/
pixel_comparator.cc 124 int abs_error_b = std::abs(error_b); local
130 abs_error_b <= small_error_threshold_ &&
137 max_abs_error_b = std::max(max_abs_error_b, abs_error_b);
143 sum_abs_error_b += abs_error_b;

Completed in 138 milliseconds