Searched refs:rDiff (Results 1 – 2 of 2) sorted by relevance
63 deUint8 rDiff = 0; in computeAbsDiffMasked() local73 rDiff = (deUint8)deAbs32(ra - rb); in computeAbsDiffMasked()100 return RGBA(rDiff,gDiff,bDiff,aDiff); in computeAbsDiffMasked()
120 float rDiff = 0, gDiff = 0, bDiff = 0, aDiff = 0, posDiff; in computeColorband() local123 result[i][0] = currentData.r + rDiff * posDiff; in computeColorband()133 rDiff = (nextData.r - currentData.r)/d; in computeColorband()138 rDiff = gDiff = bDiff = aDiff = 0; in computeColorband()