Home | History | Annotate | Download | only in lib_src

Lines Matching refs:m_sAp1

114     pReverbData->m_sAp1.m_zApIn  = AP1_IN;
115 pReverbData->m_sAp1.m_zApOut = AP1_IN + DEFAULT_AP1_LENGTH;
116 pReverbData->m_sAp1.m_nApGain = DEFAULT_AP1_GAIN;
238 pReverbData->m_sAp1.m_nApGain = pPreset->m_nAp1_ApGain;
243 pReverbData->m_sAp1.m_zApOut = (EAS_U16) (pReverbData->m_sAp1.m_zApIn + temp);
244 //gsReverbObject.m_sAp1.m_zApOut = pPreset->m_nAp1_ApOut;
584 nAddr = CIRCULAR(nBase, pReverbData->m_sAp1.m_zApOut, REVERB_BUFFER_MASK);
588 nTemp1 = MULT_EG1_EG1(nApIn, pReverbData->m_sAp1.m_nApGain);
592 nTemp1 = MULT_EG1_EG1(nApOut, pReverbData->m_sAp1.m_nApGain);
596 nAddr = CIRCULAR(nBase, pReverbData->m_sAp1.m_zApIn, REVERB_BUFFER_MASK);
942 pReverbData->m_sAp1.m_nApGain = pPreset->m_nAp1_ApGain;
947 pReverbData->m_sAp1.m_zApOut = (EAS_U16) (pReverbData->m_sAp1.m_zApIn + temp);
948 //gpsReverbObject->m_sAp1.m_zApOut = pPreset->m_nAp1_ApOut;