Searched refs:newFalloffTable (Results 1 – 1 of 1) sorted by relevance
529 float newFalloffTable[17 * 17]; in adjustVignettingForLscOTP() local530 lightFallOff(tableGb, newFalloffTable, newVig, width, height); in adjustVignettingForLscOTP()535 tableB[i] = (float)tableB[i] * newFalloffTable[i] + 0.5; in adjustVignettingForLscOTP()536 tableGr[i] = (float)tableGr[i] * newFalloffTable[i] + 0.5; in adjustVignettingForLscOTP()537 tableR[i] = (float)tableR[i] * newFalloffTable[i] + 0.5; in adjustVignettingForLscOTP()