Searched refs:percenttable (Results 1 – 1 of 1) sorted by relevance
469 void lightFallOff(uint16_t *table, float *percenttable, float percent, int width, int height) in lightFallOff() argument485 percenttable[i * 17 + j] = (float)table[i * 17 + j] / (float)tmpTable[i * 17 + j]; in lightFallOff()