Home | History | Annotate | Download | only in lib_src

Lines Matching refs:EAS_U16

78     EAS_U16 nOffset;
131 pReverbData->m_nXfadeInterval = (EAS_U16)REVERB_XFADE_PERIOD_IN_SAMPLES;
227 pReverbData->m_nXfadeInterval = (EAS_U16) temp;
235 pReverbData->m_sAp0.m_zApOut = (EAS_U16) (pReverbData->m_sAp0.m_zApIn + temp);
243 pReverbData->m_sAp1.m_zApOut = (EAS_U16) (pReverbData->m_sAp1.m_zApIn + temp);
330 EAS_U16 nOffset;
407 pReverbData->m_nXfadeCounter += (EAS_U16) nNumSamplesToAdd;
432 static EAS_U16 ReverbCalculateNoise(EAS_U16 nMaxExcursion, EAS_I16 *pnNoise)
529 EAS_U16 nBase;
933 pReverbData->m_nXfadeInterval = (EAS_U16) temp;
940 pReverbData->m_sAp0.m_zApOut = (EAS_U16) (pReverbData->m_sAp0.m_zApIn + temp);
947 pReverbData->m_sAp1.m_zApOut = (EAS_U16) (pReverbData->m_sAp1.m_zApIn + temp);