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

/frameworks/av/media/libeffects/testlibs/
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);
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;

Completed in 32 milliseconds