Lines Matching refs:m_sAp1
681 pReverb->m_sAp1.m_zApIn = ap1In;
1200 + (pReverb->m_sAp1.m_zApOut - pReverb->m_sAp1.m_zApIn)) >> 1;
1386 // Convert per mille to m_sAp0.m_nApGain, m_sAp1.m_nApGain
1389 pReverb->m_sAp1.m_nApGain = AP1_GAIN_BASE + ((int32_t) value16
1392 ALOGV("REVERB_PARAM_DIFFUSION, m_sAp0.m_nApGain %d m_sAp1.m_nApGain %d", pReverb->m_sAp0.m_nApGain, pReverb->m_sAp1.m_nApGain);
1404 // Convert per mille to m_sAp0.m_zApOut, m_sAp1.m_zApOut
1421 pReverb->m_sAp1.m_zApOut = (uint16_t) (pReverb->m_sAp1.m_zApIn + temp);
1714 = CIRCULAR(nBase, pReverb->m_sAp1.m_zApOut, pReverb->m_nBufferMask);
1718 nTemp1 = MULT_EG1_EG1(nApIn, pReverb->m_sAp1.m_nApGain);
1722 nTemp1 = MULT_EG1_EG1(nApOut, pReverb->m_sAp1.m_nApGain);
1727 = CIRCULAR(nBase, pReverb->m_sAp1.m_zApIn, pReverb->m_nBufferMask);
1934 pReverb->m_sAp1.m_nApGain = pPreset->m_nAp1_ApGain;
1985 pReverb->m_sAp1.m_zApOut = (uint16_t) (pReverb->m_sAp1.m_zApIn + temp);
1986 //gpsReverbObject->m_sAp1.m_zApOut = pPreset->m_nAp1_ApOut;