Lines Matching refs:m_sAp1
615 pReverb->m_sAp1.m_zApIn = ap1In;
1134 + (pReverb->m_sAp1.m_zApOut - pReverb->m_sAp1.m_zApIn)) >> 1;
1320 // Convert per mille to m_sAp0.m_nApGain, m_sAp1.m_nApGain
1323 pReverb->m_sAp1.m_nApGain = AP1_GAIN_BASE + ((int32_t) value16
1326 LOGV("REVERB_PARAM_DIFFUSION, m_sAp0.m_nApGain %d m_sAp1.m_nApGain %d", pReverb->m_sAp0.m_nApGain, pReverb->m_sAp1.m_nApGain);
1338 // Convert per mille to m_sAp0.m_zApOut, m_sAp1.m_zApOut
1355 pReverb->m_sAp1.m_zApOut = (uint16_t) (pReverb->m_sAp1.m_zApIn + temp);
1648 = CIRCULAR(nBase, pReverb->m_sAp1.m_zApOut, pReverb->m_nBufferMask);
1652 nTemp1 = MULT_EG1_EG1(nApIn, pReverb->m_sAp1.m_nApGain);
1656 nTemp1 = MULT_EG1_EG1(nApOut, pReverb->m_sAp1.m_nApGain);
1661 = CIRCULAR(nBase, pReverb->m_sAp1.m_zApIn, pReverb->m_nBufferMask);
1868 pReverb->m_sAp1.m_nApGain = pPreset->m_nAp1_ApGain;
1919 pReverb->m_sAp1.m_zApOut = (uint16_t) (pReverb->m_sAp1.m_zApIn + temp);
1920 //gpsReverbObject->m_sAp1.m_zApOut = pPreset->m_nAp1_ApOut;