Searched refs:SRC_TAPS (Results 1 – 1 of 1) sorted by relevance
62 #define SRC_TAPS 64 macro63 #define SRC_BUFF_SAMPLES (SRC_TAPS + 16 * 3) // taps + 16KHz x 3msec104 static s16 srcCoef[2][SRC_TAPS] =526 if (needs >= SRC_BUFF_SAMPLES - (SRC_TAPS - 1)) in voiceProc()528 needs = SRC_BUFF_SAMPLES - (SRC_TAPS - 1); in voiceProc()531 reads = PMICRead(&srcBuff[SRC_TAPS - 1], needs); in voiceProc()547 for (jj = 0; jj < SRC_TAPS; jj++) in voiceProc()583 for (jj = 0; jj < SRC_TAPS - 1; jj++) in voiceProc()