Home
last modified time | relevance | path

Searched refs:LVREV_GainPolyTable (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_ApplyNewSettings.cpp343 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()
DLVREV_Tables.h37 extern const LVM_FLOAT LVREV_GainPolyTable[24][5];
DLVREV_Tables.cpp67 const LVM_FLOAT LVREV_GainPolyTable[24][5] = { variable