small_error_threshold_  128 cc/test/pixel_comparator.cc         if (abs_error_r <= small_error_threshold_ &&
small_error_threshold_  129 cc/test/pixel_comparator.cc             abs_error_g <= small_error_threshold_ &&
small_error_threshold_  130 cc/test/pixel_comparator.cc             abs_error_b <= small_error_threshold_ &&
small_error_threshold_  131 cc/test/pixel_comparator.cc             abs_error_a <= small_error_threshold_)
small_error_threshold_  183 cc/test/pixel_comparator.cc                << small_error_threshold_ << ": "
small_error_threshold_   69 cc/test/pixel_comparator.h   int small_error_threshold_;