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

  /external/chromium_org/cc/test/
pixel_comparator.cc 73 avg_abs_error_limit_(avg_abs_error_limit),
172 avg_abs_error_r > avg_abs_error_limit_ ||
173 avg_abs_error_g > avg_abs_error_limit_ ||
174 avg_abs_error_b > avg_abs_error_limit_ ||
175 avg_abs_error_a > avg_abs_error_limit_ ||
pixel_comparator.h 65 float avg_abs_error_limit_; member in class:cc::FuzzyPixelComparator

Completed in 719 milliseconds