Home
last modified time | relevance | path

Searched refs:newFalloffTable (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/alsc/
H A Drk_aiq_alsc_convert_otp.cpp529 float newFalloffTable[17 * 17]; in adjustVignettingForLscOTP() local
530 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()