Home | History | Annotate | Download | only in lib_src

Lines Matching refs:m_sAp0

108     pReverbData->m_sAp0.m_zApIn  = AP0_IN;
109 pReverbData->m_sAp0.m_zApOut = AP0_IN + DEFAULT_AP0_LENGTH;
110 pReverbData->m_sAp0.m_nApGain = DEFAULT_AP0_GAIN;
230 pReverbData->m_sAp0.m_nApGain = pPreset->m_nAp0_ApGain;
235 pReverbData->m_sAp0.m_zApOut = (EAS_U16) (pReverbData->m_sAp0.m_zApIn + temp);
236 //gsReverbObject.m_sAp0.m_zApOut = pPreset->m_nAp0_ApOut;
556 nAddr = CIRCULAR(nBase, pReverbData->m_sAp0.m_zApOut, REVERB_BUFFER_MASK);
560 nTemp1 = MULT_EG1_EG1(nApIn, pReverbData->m_sAp0.m_nApGain);
564 nTemp1 = MULT_EG1_EG1(nApOut, pReverbData->m_sAp0.m_nApGain);
568 nAddr = CIRCULAR(nBase, pReverbData->m_sAp0.m_zApIn, REVERB_BUFFER_MASK);
935 pReverbData->m_sAp0.m_nApGain = pPreset->m_nAp0_ApGain;
940 pReverbData->m_sAp0.m_zApOut = (EAS_U16) (pReverbData->m_sAp0.m_zApIn + temp);
941 //gpsReverbObject->m_sAp0.m_zApOut = pPreset->m_nAp0_ApOut;