Searched refs:pnCos (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.h386 * pnCos - input old value, output new value
391 * - *pnSin, *pnCos are updated
395 static int ReverbCalculateSinCos(int16_t nPhase, int16_t *pnSin, int16_t *pnCos);
406 * pnCos - input old value, output new value
H A DEffectReverb.c1591 * pnCos - input old value, output new value
1596 * - *pnSin, *pnCos are updated
1600 static int ReverbCalculateSinCos(int16_t nPhase, int16_t *pnSin, int16_t *pnCos) { argument
1634 *pnCos = (int16_t) SATURATE_EG1(nTemp);
1648 * pnCos - input old value, output new value

Completed in 42 milliseconds