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