Searched refs:falloffRevert70 (Results 1 – 1 of 1) sorted by relevance
492 const float falloffRevert70[17 * 17] = { in adjustVignettingForLscOTP() local522 tableB[i] = (float)(tableB[i] - 1024) * falloffRevert70[i] + 1024.0 +0.5; in adjustVignettingForLscOTP()523 tableGb[i] = (float)(tableGb[i] - 1024) * falloffRevert70[i] + 1024.0 + 0.5; in adjustVignettingForLscOTP()524 tableGr[i] = (float)(tableGr[i] - 1024) * falloffRevert70[i] + 1024.0 + 0.5; in adjustVignettingForLscOTP()525 tableR[i] = (float)(tableR[i] - 1024) * falloffRevert70[i] + 1024.0 + 0.5; in adjustVignettingForLscOTP()