Home
last modified time | relevance | path

Searched refs:LVM_Power10 (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
DLVM_Power10.c58 LVM_FLOAT LVM_Power10(LVM_FLOAT X) in LVM_Power10() function
79 LVM_INT32 LVM_Power10(LVM_INT32 X) in LVM_Power10() function
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
DFilter.h44 LVM_FLOAT LVM_Power10( LVM_FLOAT X);
66 LVM_INT32 LVM_Power10( LVM_INT32 X);
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_ApplyNewSettings.c343 Temp2 = LVM_Power10(-(Temp1 << 14)); in LVREV_ApplyNewSettings()
344 Temp1 = LVM_Power10(-(Temp1 << 14)); in LVREV_ApplyNewSettings()
349 Temp1 = LVM_Power10(-(Temp1 << 15)); in LVREV_ApplyNewSettings()
920 Temp2 = LVM_Power10(-(Temp1 / 2.0f)); in LVREV_ApplyNewSettings()
921 Temp1 = LVM_Power10(-(Temp1 / 2.0f)); in LVREV_ApplyNewSettings()
926 Temp1 = LVM_Power10(-(Temp1)); in LVREV_ApplyNewSettings()
/frameworks/av/media/libeffects/lvm/lib/
DAndroid.bp189 "Common/src/LVM_Power10.c",