Searched refs:Effects_Sqrt (Results 1 - 3 of 3) sorted by path

/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.c847 temp = Effects_Sqrt(temp) * 181;
897 temp = Effects_Sqrt(temp) * 181;
1174 pReverb->m_nRoomLpfFbk = (b - Effects_Sqrt(delta) * 181) >> 1;
1268 pReverb->m_nRvbLpfFbk = (b - Effects_Sqrt(delta) * 181) >> 1;
H A DEffectsMath.c111 int32_t Effects_Sqrt(int32_t in) function
H A DEffectsMath.h402 * Effects_Sqrt()
417 int32_t Effects_Sqrt(int32_t in);

Completed in 114 milliseconds