Searched refs:PITCH_BUFFSIZE (Results 1 – 10 of 10) sorted by relevance
54 add r4, r7, #PITCH_BUFFSIZE @ *index2 + PITCH_BUFFSIZE55 add r6, r3, r4, lsl #1 @ &outputBuf2[*index2 + PITCH_BUFFSIZE]57 sub r4, #2 @ *index2 + PITCH_BUFFSIZE - index - 2137 strh r2, [r6], #2 @ outputBuff2[*index2 + PITCH_BUFFSIZE]
30 WebRtc_Word16* ubufQQpos2 = &outputBuf2[PITCH_BUFFSIZE - (index + 2)]; in WebRtcIsacfix_PitchFilterCore()69 outputBuf2[*index2 + PITCH_BUFFSIZE] = WebRtcSpl_SatW32ToW16(tmpW32); in WebRtcIsacfix_PitchFilterCore()
155 #define PITCH_BUFFSIZE 190 /* (PITCH_MAX_LAG + 50) Extra 50 for fraction and LP … macro
120 for (k = 0; k < PITCH_BUFFSIZE; k++) in WebRtcIsacfix_InitPitchFilter()
119 WebRtc_Word16 ubufQQ[PITCH_BUFFSIZE];
199 pos = ind + PITCH_BUFFSIZE; in WebRtcIsacfix_PitchFilterGains()
136 #define PITCH_BUFFSIZE (PITCH_MAX_LAG + 50) macro137 #define PITCH_INTBUFFSIZE (PITCH_FRAME_LEN+PITCH_BUFFSIZE)
116 for (k = 0; k < PITCH_BUFFSIZE; k++) { in WebRtcIsac_InitPitchFilter()
102 double ubuf[PITCH_BUFFSIZE];
144 int pos = parameters->index + PITCH_BUFFSIZE; in FilterSegment()