Home | History | Annotate | Download | only in lib_src

Lines Matching defs:gainLeft

86     EAS_I32 gainLeft, gainRight;
102 gainLeft = pWTVoice->gainLeft;
127 tmp0 = tmp2 * gainLeft;
499 EAS_I32 gainLeft, gainIncLeft;
505 gainLeft = (pWTIntFrame->prevGain * pWTVoice->gainLeft) << 1;
506 gainIncLeft = (((pWTIntFrame->frame.gainTarget * pWTVoice->gainLeft) << 1) - gainLeft) >> SYNTH_UPDATE_PERIOD_IN_BITS;
515 gainLeft,
526 gainLeft,