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

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_reverb.c331 EAS_I16 tempCos; local
394 ReverbCalculateSinCos(pReverbData->m_nPhase, &tempSin, &tempCos);
403 (tempCos - pReverbData->m_nCos) >> REVERB_UPDATE_PERIOD_IN_BITS;
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_reverb.c331 EAS_I16 tempCos; local
394 ReverbCalculateSinCos(pReverbData->m_nPhase, &tempSin, &tempCos);
403 (tempCos - pReverbData->m_nCos) >> REVERB_UPDATE_PERIOD_IN_BITS;
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_reverb.c331 EAS_I16 tempCos; local
394 ReverbCalculateSinCos(pReverbData->m_nPhase, &tempSin, &tempCos);
403 (tempCos - pReverbData->m_nCos) >> REVERB_UPDATE_PERIOD_IN_BITS;

Completed in 297 milliseconds