HomeSort by relevance Sort by last modified time
    Searched refs:PITCH_BW (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
pitch_estimator.c 138 double corrSurfBuff[10 + (2*PITCH_BW+3)*(PITCH_LAG_SPAN2+4)];
139 double* CorrSurf[2*PITCH_BW+3];
153 for(k = 0; k < 2*PITCH_BW+3; k++)
158 memset(corrSurfBuff, 0, sizeof(double) * (10 + (2*PITCH_BW+3) * (PITCH_LAG_SPAN2+4)));
206 CorrSurfPtr1 = &CorrSurf[PITCH_BW][2];
217 ind2 = PITCH_BW;
219 CorrSurfPtr2 = &CorrSurf[2*PITCH_BW][PITCH_BW+2];
220 for (k = 0; k < PITCH_LAG_SPAN2-PITCH_BW; k++) {
238 ind2 = PITCH_BW-1
    [all...]
settings.h 121 #define PITCH_BW 11 /* half the band width of correlation surface */

Completed in 474 milliseconds