Home
last modified time | relevance | path

Searched refs:Abs_32 (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
DAGC_MIX_VOL_2St1Mon_D32_WRA.c156 …AbsPeak = (Abs_32(Left)>Abs_32(Right)) ? Abs_32(Left) : Abs_32(Right); /* Get the absolute peak */ in AGC_MIX_VOL_2St1Mon_D32_WRA()
DLVC_MixSoft_1St_2i_D16C31_SAT.c60 else if (Abs_32(pInstance1->Current-pInstance1->Target) < pInstance1->Delta) in LVC_MixSoft_1St_2i_D16C31_SAT()
80 else if (Abs_32(pInstance2->Current-pInstance2->Target) < pInstance2->Delta) in LVC_MixSoft_1St_2i_D16C31_SAT()
124 if (Abs_32(pInstance1->Current-pInstance1->Target) < pInstance1->Delta) in LVC_MixSoft_1St_2i_D16C31_SAT()
138 if (Abs_32(pInstance2->Current-pInstance2->Target) < pInstance2->Delta) in LVC_MixSoft_1St_2i_D16C31_SAT()
DLVC_MixSoft_1St_D16C31_SAT.c57 }else if (Abs_32(pInstance->Current-pInstance->Target) < pInstance->Delta){ in LVC_MixSoft_1St_D16C31_SAT()
99 if (Abs_32(pInstance->Current-pInstance->Target) < pInstance->Delta){ in LVC_MixSoft_1St_D16C31_SAT()
DLVC_MixInSoft_D16C31_SAT.c57 }else if (Abs_32(pInstance->Current-pInstance->Target) < pInstance->Delta){ in LVC_MixInSoft_D16C31_SAT()
99 if (Abs_32(pInstance->Current-pInstance->Target) < pInstance->Delta){ in LVC_MixInSoft_D16C31_SAT()
DAbs_32.c33 LVM_INT32 Abs_32(LVM_INT32 input) in Abs_32() function
DLVM_Polynomial.c87 A=Abs_32(A); in LVM_Polynomial()
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
DScalarArithmetic.h37 LVM_INT32 Abs_32(LVM_INT32 input);
/frameworks/av/media/libeffects/lvm/lib/
DAndroid.mk77 Common/src/Abs_32.c \
142 Common/src/Abs_32.c \