Searched refs:bDiff (Results 1 – 2 of 2) sorted by relevance
65 deUint8 bDiff = 0; in computeAbsDiffMasked() local89 bDiff = (deUint8)deAbs32(ba - bb); in computeAbsDiffMasked()100 return RGBA(rDiff,gDiff,bDiff,aDiff); in computeAbsDiffMasked()
120 float rDiff = 0, gDiff = 0, bDiff = 0, aDiff = 0, posDiff; in computeColorband() local125 result[i][2] = currentData.b + bDiff * posDiff; in computeColorband()135 bDiff = (nextData.b - currentData.b)/d; in computeColorband()138 rDiff = gDiff = bDiff = aDiff = 0; in computeColorband()