Lines Matching refs:pMixBuffer
79 EAS_I32 *pMixBuffer; in WT_VoiceGain() local
99 pMixBuffer = pWTIntFrame->pMixBuffer; in WT_VoiceGain()
132 tmp1 = *pMixBuffer; in WT_VoiceGain()
139 *pMixBuffer++ = tmp1; in WT_VoiceGain()
142 tmp1 = *pMixBuffer; in WT_VoiceGain()
149 *pMixBuffer++ = tmp1; in WT_VoiceGain()
155 tmp1 = *pMixBuffer; in WT_VoiceGain()
159 *pMixBuffer++ = tmp1; in WT_VoiceGain()
541 pWTIntFrame->pMixBuffer, in WT_ProcessVoice()
552 pWTIntFrame->pMixBuffer, in WT_ProcessVoice()
586 EAS_I32 *pMixBuffer; in WT_InterpolateMono() local
605 pMixBuffer = pWTIntFrame->pMixBuffer; in WT_InterpolateMono()
641 tmp0 = *pMixBuffer; in WT_InterpolateMono()
645 *pMixBuffer++ = tmp0; in WT_InterpolateMono()