Home | History | Annotate | Download | only in lib_src

Lines Matching defs:gainLeft

89     EAS_I32 gainLeft, gainRight;
110 gainLeft = pWTVoice->gainLeft;
135 tmp0 = tmp2 * gainLeft;
527 EAS_I32 gainLeft, gainIncLeft;
533 gainLeft = (pWTIntFrame->prevGain * pWTVoice->gainLeft) << 1;
534 gainIncLeft = (((pWTIntFrame->frame.gainTarget * pWTVoice->gainLeft) << 1) - gainLeft) >> SYNTH_UPDATE_PERIOD_IN_BITS;
543 gainLeft,
554 gainLeft,