Searched refs:acc_1st (Results 1 – 1 of 1) sorted by relevance
505 s32 acc_1st, acc_2nd; in voiceProc() local544 acc_1st = 0; in voiceProc()549 acc_1st += 2 * srcCoef[0][jj] * *inptr; in voiceProc()553 acc_1st = (acc_1st + 0x4000) >> 15; in voiceProc()556 if (acc_1st > 32767) in voiceProc()558 acc_1st = 32767; in voiceProc()560 else if (acc_1st < -32768) in voiceProc()562 acc_1st = -32768; in voiceProc()574 acc_1st = *inptr++; in voiceProc()575 acc_2nd = (acc_1st + (*inptr)) >> 1; in voiceProc()[all …]