Home
last modified time | relevance | path

Searched refs:PITCH_BW (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dpitch_estimator.c139 double corrSurfBuff[10 + (2*PITCH_BW+3)*(PITCH_LAG_SPAN2+4)]; in WebRtcIsac_InitializePitch()
140 double* CorrSurf[2*PITCH_BW+3]; in WebRtcIsac_InitializePitch()
154 for(k = 0; k < 2*PITCH_BW+3; k++) in WebRtcIsac_InitializePitch()
159 memset(corrSurfBuff, 0, sizeof(double) * (10 + (2*PITCH_BW+3) * (PITCH_LAG_SPAN2+4))); in WebRtcIsac_InitializePitch()
207 CorrSurfPtr1 = &CorrSurf[PITCH_BW][2]; in WebRtcIsac_InitializePitch()
218 ind2 = PITCH_BW; in WebRtcIsac_InitializePitch()
220 CorrSurfPtr2 = &CorrSurf[2*PITCH_BW][PITCH_BW+2]; in WebRtcIsac_InitializePitch()
221 for (k = 0; k < PITCH_LAG_SPAN2-PITCH_BW; k++) { in WebRtcIsac_InitializePitch()
239 ind2 = PITCH_BW-1; in WebRtcIsac_InitializePitch()
241 CorrSurfPtr2 = &CorrSurf[2*PITCH_BW-1][PITCH_BW+1]; in WebRtcIsac_InitializePitch()
[all …]
Dsettings.h122 #define PITCH_BW 11 /* half the band width of correlation surface */ macro