Searched refs:tmpTable (Results 1 – 1 of 1) sorted by relevance
477 uint16_t tmpTable[17 * 17]; in lightFallOff() local478 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()