HomeSort by relevance Sort by last modified time
    Searched refs:m_zLpf1 (Results 1 - 6 of 6) sorted by null

  /external/sonivox/arm-fm-22k/lib_src/
eas_reverb.c 121 pReverbData->m_zLpf1 = 0;
655 nTemp2 = MULT_EG1_EG1(pReverbData->m_zLpf1, pReverbData->m_nLpfFbk);
658 // filtered delay output is stored in m_zLpf1
659 pReverbData->m_zLpf1 = (EAS_PCM)SATURATE(nTemp1 + nTemp2);
666 (EAS_PCM)SATURATE((EAS_I32)pReverbData->m_zLpf1 + (EAS_I32)pReverbData->m_zLpf0);
671 (EAS_PCM)SATURATE((EAS_I32)pReverbData->m_zLpf1 - (EAS_I32)pReverbData->m_zLpf0);
705 // filtered output is stored in m_zLpf1
746 // filtered output is stored in m_zLpf1
    [all...]
eas_reverbdata.h 312 EAS_PCM m_zLpf1; // actual state variable, not a length
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_reverb.c 121 pReverbData->m_zLpf1 = 0;
655 nTemp2 = MULT_EG1_EG1(pReverbData->m_zLpf1, pReverbData->m_nLpfFbk);
658 // filtered delay output is stored in m_zLpf1
659 pReverbData->m_zLpf1 = (EAS_PCM)SATURATE(nTemp1 + nTemp2);
666 (EAS_PCM)SATURATE((EAS_I32)pReverbData->m_zLpf1 + (EAS_I32)pReverbData->m_zLpf0);
671 (EAS_PCM)SATURATE((EAS_I32)pReverbData->m_zLpf1 - (EAS_I32)pReverbData->m_zLpf0);
705 // filtered output is stored in m_zLpf1
746 // filtered output is stored in m_zLpf1
    [all...]
eas_reverbdata.h 312 EAS_PCM m_zLpf1; // actual state variable, not a length
  /external/sonivox/arm-wt-22k/lib_src/
eas_reverb.c 121 pReverbData->m_zLpf1 = 0;
655 nTemp2 = MULT_EG1_EG1(pReverbData->m_zLpf1, pReverbData->m_nLpfFbk);
658 // filtered delay output is stored in m_zLpf1
659 pReverbData->m_zLpf1 = (EAS_PCM)SATURATE(nTemp1 + nTemp2);
666 (EAS_PCM)SATURATE((EAS_I32)pReverbData->m_zLpf1 + (EAS_I32)pReverbData->m_zLpf0);
671 (EAS_PCM)SATURATE((EAS_I32)pReverbData->m_zLpf1 - (EAS_I32)pReverbData->m_zLpf0);
705 // filtered output is stored in m_zLpf1
746 // filtered output is stored in m_zLpf1
    [all...]
eas_reverbdata.h 312 EAS_PCM m_zLpf1; // actual state variable, not a length

Completed in 891 milliseconds