Home
last modified time | relevance | path

Searched refs:falloffRevert70 (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.cpp492 const float falloffRevert70[17 * 17] = { in adjustVignettingForLscOTP() local
522 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()