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