Searched refs:LVREV_GainPolyTable (Results 1 – 3 of 3) sorted by relevance
343 if (RoomSize <= LVREV_GainPolyTable[i][0]) { in LVREV_ApplyNewSettings()349 if (RoomSize == LVREV_GainPolyTable[Index][0]) { in LVREV_ApplyNewSettings()352 Coefs[i - 1] = LVREV_GainPolyTable[Index][i]; in LVREV_ApplyNewSettings()362 Tot_Dist = (LVM_UINT32)LVREV_GainPolyTable[Index][0] - in LVREV_ApplyNewSettings()363 (LVM_UINT32)LVREV_GainPolyTable[Index - 1][0]; in LVREV_ApplyNewSettings()364 Dist = RoomSize - (LVM_UINT32)LVREV_GainPolyTable[Index - 1][0]; in LVREV_ApplyNewSettings()368 Coefs[i - 1] = LVREV_GainPolyTable[Index - 1][i]; in LVREV_ApplyNewSettings()376 Coefs[i - 1] = LVREV_GainPolyTable[Index][i]; in LVREV_ApplyNewSettings()
37 extern const LVM_FLOAT LVREV_GainPolyTable[24][5];
67 const LVM_FLOAT LVREV_GainPolyTable[24][5] = { variable