Searched refs:stmp32 (Results 1 – 1 of 1) sorted by relevance
611 s32 stmp32; in fillVoice() local623 stmp32 = (s32)data[rptr++] << PROC_VOICE_GAIN; in fillVoice()624 if (stmp32 > 32767) in fillVoice()626 stmp32 = 32767; in fillVoice()628 else if (stmp32 < -32768) in fillVoice()630 stmp32 = -32768; in fillVoice()633 *buffer++ = (s16)stmp32; // Rch in fillVoice()634 *buffer++ = (s16)stmp32; // Lch in fillVoice()