Searched defs:pnSin (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.c1576 * pnSin - input old value, output new value
1582 * - *pnSin, *pnCos are updated
1586 static int ReverbCalculateSinCos(int16_t nPhase, int16_t *pnSin, int16_t *pnCos) { argument
1615 *pnSin = (int16_t) SATURATE_EG1(nTemp);
1633 * pnSin - input old value, output new value

Completed in 47 milliseconds