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