Searched refs:aDiff (Results 1 – 2 of 2) sorted by relevance
66 deUint8 aDiff = 0; in computeAbsDiffMasked() local97 aDiff = (deUint8)deAbs32(aa - ab); in computeAbsDiffMasked()100 return RGBA(rDiff,gDiff,bDiff,aDiff); in computeAbsDiffMasked()
120 float rDiff = 0, gDiff = 0, bDiff = 0, aDiff = 0, posDiff; in computeColorband() local126 result[i][3] = currentData.a + aDiff * posDiff; in computeColorband()136 aDiff = (nextData.a - currentData.a)/d; in computeColorband()138 rDiff = gDiff = bDiff = aDiff = 0; in computeColorband()