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

  /external/chromium_org/tools/telemetry/telemetry/core/
bitmap.py 103 a_diff = abs(self.a - expected_color.a)
105 and b_diff <= tolerance and a_diff <= tolerance)
  /external/chromium_org/third_party/libyuv/source/
row_common.cc 862 int a_diff = a - a_sub; local
865 int sobel = Abs(a_diff + b_diff * 2 + c_diff);
880 int a_diff = a - a_sub; local
883 int sobel = Abs(a_diff + b_diff * 2 + c_diff);
    [all...]

Completed in 197 milliseconds