Searched refs:gDiff (Results 1 – 2 of 2) sorted by relevance
64 deUint8 gDiff = 0; in computeAbsDiffMasked() local81 gDiff = (deUint8)deAbs32(ga - gb); in computeAbsDiffMasked()100 return RGBA(rDiff,gDiff,bDiff,aDiff); in computeAbsDiffMasked()
120 float rDiff = 0, gDiff = 0, bDiff = 0, aDiff = 0, posDiff; in computeColorband() local124 result[i][1] = currentData.g + gDiff * posDiff; in computeColorband()134 gDiff = (nextData.g - currentData.g)/d; in computeColorband()138 rDiff = gDiff = bDiff = aDiff = 0; in computeColorband()