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()
164 #define PITCH_BUFFSIZE 190 /* (PITCH_MAX_LAG + 50) Extra 50 for fraction and LP … macro
118 for (k = 0; k < PITCH_BUFFSIZE; k++) in WebRtcIsacfix_InitPitchFilter()
165 pos = ind + PITCH_BUFFSIZE; in WebRtcIsacfix_PitchFilterGains()
121 int16_t ubufQQ[PITCH_BUFFSIZE];
137 #define PITCH_BUFFSIZE (PITCH_MAX_LAG + 50) macro138 #define PITCH_INTBUFFSIZE (PITCH_FRAME_LEN+PITCH_BUFFSIZE)
112 for (k = 0; k < PITCH_BUFFSIZE; k++) { in WebRtcIsac_InitPitchFilter()
102 double ubuf[PITCH_BUFFSIZE];
144 int pos = parameters->index + PITCH_BUFFSIZE; in FilterSegment()