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.cpp410 if(RoomSize <= LVREV_GainPolyTable[i][0]) in LVREV_ApplyNewSettings()
417 if(RoomSize == LVREV_GainPolyTable[Index][0]) in LVREV_ApplyNewSettings()
422 Coefs[i-1] = LVREV_GainPolyTable[Index][i]; in LVREV_ApplyNewSettings()
434 Tot_Dist = (LVM_UINT32)LVREV_GainPolyTable[Index][0] - \ in LVREV_ApplyNewSettings()
435 (LVM_UINT32)LVREV_GainPolyTable[Index-1][0]; in LVREV_ApplyNewSettings()
436 Dist = RoomSize - (LVM_UINT32)LVREV_GainPolyTable[Index - 1][0]; in LVREV_ApplyNewSettings()
441 Coefs[i-1] = LVREV_GainPolyTable[Index-1][i]; in LVREV_ApplyNewSettings()
450 Coefs[i-1] = LVREV_GainPolyTable[Index][i]; in LVREV_ApplyNewSettings()
DLVREV_Tables.h37 extern const LVM_FLOAT LVREV_GainPolyTable[24][5];
DLVREV_Tables.cpp76 const LVM_FLOAT LVREV_GainPolyTable[24][5]={{1,1.045909f,7.681098f,-7.211500f,3.025605f,}, variable