Lines Matching refs:intFrame
502 S_WT_INT_FRAME intFrame;
519 intFrame.prevGain = pVoice->gain;
531 WT_UpdateFilter(pWTVoice, &intFrame, pArt);
533 intFrame.frame.k = 0;
537 intFrame.frame.gainTarget = WT_UpdateGain(pVoice, pWTVoice, pArt, pChannel, pWTRegion->gain);
547 intFrame.frame.phaseIncrement = WT_UpdatePhaseInc(pWTVoice, pArt, pChannel, temp);
550 intFrame.pAudioBuffer = pVoiceMgr->voiceBuffer;
551 intFrame.pMixBuffer = pMixBuffer;
552 intFrame.numSamples = numSamples;
556 done = WT_CheckSampleEnd(pWTVoice, &intFrame, (EAS_BOOL) (voiceNum >= NUM_PRIMARY_VOICES));
564 WT_ProcessVoice(pWTVoice, &intFrame);
568 WTE_ProcessVoice(voiceNum - NUM_PRIMARY_VOICES, &intFrame.frame, pVoiceMgr->pFrameBuffer);
570 WT_ProcessVoice(pWTVoice, &intFrame);
584 pVoice->gain = (EAS_I16) intFrame.frame.gainTarget;