Searched refs:PITCH_BUFFSIZE (Results 1 – 11 of 11) sorted by relevance
51 add r4, r7, #PITCH_BUFFSIZE @ *index2 + PITCH_BUFFSIZE52 add r6, r3, r4, lsl #1 @ &outputBuf2[*index2 + PITCH_BUFFSIZE]54 sub r4, #2 @ *index2 + PITCH_BUFFSIZE - index - 2134 strh r2, [r6], #2 @ outputBuff2[*index2 + PITCH_BUFFSIZE]
30 int16_t* ubufQQpos2 = &outputBuf2[PITCH_BUFFSIZE - (index + 2)]; in WebRtcIsacfix_PitchFilterCore()69 outputBuf2[*index2 + PITCH_BUFFSIZE] = WebRtcSpl_SatW32ToW16(tmpW32); in WebRtcIsacfix_PitchFilterCore()
25 int16_t* out2_pos2 = &outputBuf2[PITCH_BUFFSIZE - (index + 2)] + ind2t; in WebRtcIsacfix_PitchFilterCore()34 int16_t* output2 = outputBuf2 + ind2t + PITCH_BUFFSIZE; in WebRtcIsacfix_PitchFilterCore()
163 #define PITCH_BUFFSIZE \ macro
118 for (k = 0; k < PITCH_BUFFSIZE; k++) in WebRtcIsacfix_InitPitchFilter()
101 int16_t ubufQQ[PITCH_BUFFSIZE];
172 pos = ind + PITCH_BUFFSIZE; in WebRtcIsacfix_PitchFilterGains()
130 #define PITCH_BUFFSIZE (PITCH_MAX_LAG + 50) macro131 #define PITCH_INTBUFFSIZE (PITCH_FRAME_LEN + PITCH_BUFFSIZE)
94 double ubuf[PITCH_BUFFSIZE];
144 int pos = parameters->index + PITCH_BUFFSIZE; in FilterSegment()
18 for (k = 0; k < PITCH_BUFFSIZE; k++) { in WebRtcIsac_InitPitchFilter()