Home | History | Annotate | Download | only in testlibs

Lines Matching refs:m_sAp1

698     pReverb->m_sAp1.m_zApIn = ap1In;
1217 + (pReverb->m_sAp1.m_zApOut - pReverb->m_sAp1.m_zApIn)) >> 1;
1403 // Convert per mille to m_sAp0.m_nApGain, m_sAp1.m_nApGain
1406 pReverb->m_sAp1.m_nApGain = AP1_GAIN_BASE + ((int32_t) value16
1409 ALOGV("REVERB_PARAM_DIFFUSION, m_sAp0.m_nApGain %d m_sAp1.m_nApGain %d", pReverb->m_sAp0.m_nApGain, pReverb->m_sAp1.m_nApGain);
1421 // Convert per mille to m_sAp0.m_zApOut, m_sAp1.m_zApOut
1438 pReverb->m_sAp1.m_zApOut = (uint16_t) (pReverb->m_sAp1.m_zApIn + temp);
1731 = CIRCULAR(nBase, pReverb->m_sAp1.m_zApOut, pReverb->m_nBufferMask);
1735 nTemp1 = MULT_EG1_EG1(nApIn, pReverb->m_sAp1.m_nApGain);
1739 nTemp1 = MULT_EG1_EG1(nApOut, pReverb->m_sAp1.m_nApGain);
1744 = CIRCULAR(nBase, pReverb->m_sAp1.m_zApIn, pReverb->m_nBufferMask);
1951 pReverb->m_sAp1.m_nApGain = pPreset->m_nAp1_ApGain;
2002 pReverb->m_sAp1.m_zApOut = (uint16_t) (pReverb->m_sAp1.m_zApIn + temp);
2003 //gpsReverbObject->m_sAp1.m_zApOut = pPreset->m_nAp1_ApOut;