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

/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.h383 * pnCos - input old value, output new value
388 * - *pnSin, *pnCos are updated
392 static int ReverbCalculateSinCos(int16_t nPhase, int16_t *pnSin, int16_t *pnCos);
403 * pnCos - input old value, output new value
H A DEffectReverb.c1574 * pnCos - input old value, output new value
1579 * - *pnSin, *pnCos are updated
1583 static int ReverbCalculateSinCos(int16_t nPhase, int16_t *pnSin, int16_t *pnCos) { argument
1617 *pnCos = (int16_t) SATURATE_EG1(nTemp);
1631 * pnCos - input old value, output new value

Completed in 28 milliseconds