Home
last modified time | relevance | path

Searched refs:tmpTable (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.cpp477 uint16_t tmpTable[17 * 17]; in lightFallOff() local
478 memcpy(tmpTable, table, sizeof(uint16_t) * 17 * 17); in lightFallOff()
485 percenttable[i * 17 + j] = (float)table[i * 17 + j] / (float)tmpTable[i * 17 + j]; in lightFallOff()