Home | History | Annotate | Download | only in lib_src

Lines Matching refs:m_nRevOutFbkL

106     pReverbData->m_nRevOutFbkL = 0;
580 nApIn = ((*pInputBuffer++)>>2) + pReverbData->m_nRevOutFbkL;
665 pReverbData->m_nRevOutFbkL =
711 //tempValue = SATURATE(psEarly->m_zLpf + pReverbData->m_nRevOutFbkL);
712 tempValue = SATURATE((EAS_I32)pReverbData->m_sEarlyL.m_zLpf + (EAS_I32)pReverbData->m_nRevOutFbkL);