OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 490 milliseconds