Lines Matching refs:pMixBuffer
76 EAS_I32 *pMixBuffer; in WT_VoiceGain() local
91 pMixBuffer = pWTIntFrame->pMixBuffer; in WT_VoiceGain()
124 tmp1 = *pMixBuffer; in WT_VoiceGain()
131 *pMixBuffer++ = tmp1; in WT_VoiceGain()
134 tmp1 = *pMixBuffer; in WT_VoiceGain()
141 *pMixBuffer++ = tmp1; in WT_VoiceGain()
147 tmp1 = *pMixBuffer; in WT_VoiceGain()
151 *pMixBuffer++ = tmp1; in WT_VoiceGain()
513 pWTIntFrame->pMixBuffer, in WT_ProcessVoice()
524 pWTIntFrame->pMixBuffer, in WT_ProcessVoice()
558 EAS_I32 *pMixBuffer; in WT_InterpolateMono() local
572 pMixBuffer = pWTIntFrame->pMixBuffer; in WT_InterpolateMono()
608 tmp0 = *pMixBuffer; in WT_InterpolateMono()
612 *pMixBuffer++ = tmp0; in WT_InterpolateMono()