Searched refs:diffA (Results 1 – 1 of 1) sorted by relevance
1029 int diffA = Math.abs((expected >>> 24) - (pixel >>> 24)); in almostEqual() local1034 boolean pass = diffA + diffR + diffG + diffB <= threshold; in almostEqual()