Home | History | Annotate | Download | only in lib_src

Lines Matching refs:nApIn

534     EAS_I32 nApIn;
551 nApIn = ((*pInputBuffer++)>>2) + pReverbData->m_nRevOutFbkR;
552 // nApIn = *pInputBuffer++; // 1xxx test and debug ap
560 nTemp1 = MULT_EG1_EG1(nApIn, pReverbData->m_sAp0.m_nApGain);
565 nTemp1 = SATURATE(nApIn + nTemp1);
580 nApIn = ((*pInputBuffer++)>>2) + pReverbData->m_nRevOutFbkL;
581 // nApIn = *pInputBuffer++; // 1xxx test and debug ap
588 nTemp1 = MULT_EG1_EG1(nApIn, pReverbData->m_sAp1.m_nApGain);
593 nTemp1 = SATURATE(nApIn + nTemp1);