Searched refs:PITCH_BW (Results 1 – 2 of 2) sorted by relevance
139 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 …]
122 #define PITCH_BW 11 /* half the band width of correlation surface */ macro