Searched refs:PITCH_BW (Results 1 – 4 of 4) sorted by relevance
138 double corrSurfBuff[10 + (2*PITCH_BW+3)*(PITCH_LAG_SPAN2+4)]; in WebRtcIsac_InitializePitch()139 double* CorrSurf[2*PITCH_BW+3]; in WebRtcIsac_InitializePitch()153 for(k = 0; k < 2*PITCH_BW+3; k++) in WebRtcIsac_InitializePitch()158 memset(corrSurfBuff, 0, sizeof(double) * (10 + (2*PITCH_BW+3) * (PITCH_LAG_SPAN2+4))); in WebRtcIsac_InitializePitch()206 CorrSurfPtr1 = &CorrSurf[PITCH_BW][2]; in WebRtcIsac_InitializePitch()217 ind2 = PITCH_BW; in WebRtcIsac_InitializePitch()219 CorrSurfPtr2 = &CorrSurf[2*PITCH_BW][PITCH_BW+2]; in WebRtcIsac_InitializePitch()220 for (k = 0; k < PITCH_LAG_SPAN2-PITCH_BW; k++) { in WebRtcIsac_InitializePitch()238 ind2 = PITCH_BW-1; in WebRtcIsac_InitializePitch()240 CorrSurfPtr2 = &CorrSurf[2*PITCH_BW-1][PITCH_BW+1]; in WebRtcIsac_InitializePitch()[all …]
121 #define PITCH_BW 11 /* half the band width of correlation surface */ macro
122 #define PITCH_BW 11 /* half the band width of correlation surface */ macro