OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:a_diff
(Results
1 - 2
of
2
) sorted by null
/external/chromium-trace/catapult/telemetry/telemetry/util/
rgba_color.py
21
a_diff
= abs(self.a - expected_color.a)
23
and b_diff <= tolerance and
a_diff
<= tolerance)
/external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc
918
int
a_diff
= a - a_sub;
local
921
int sobel = Abs(
a_diff
+ b_diff * 2 + c_diff);
936
int
a_diff
= a - a_sub;
local
939
int sobel = Abs(
a_diff
+ b_diff * 2 + c_diff);
[
all
...]
Completed in 3027 milliseconds