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

  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
pitch_estimator.c 105 outcorr += PITCH_LAG_SPAN2 - 1; /* index of last element in array */
108 for (k = 1; k < PITCH_LAG_SPAN2; k++) {
134 double corrvec1[PITCH_LAG_SPAN2];
135 double corrvec2[PITCH_LAG_SPAN2];
138 double corrSurfBuff[10 + (2*PITCH_BW+3)*(PITCH_LAG_SPAN2+4)];
155 CorrSurf[k] = &corrSurfBuff[10 + k * (PITCH_LAG_SPAN2+4)];
158 memset(corrSurfBuff, 0, sizeof(double) * (10 + (2*PITCH_BW+3) * (PITCH_LAG_SPAN2+4)));
186 for (k = 0; k < PITCH_LAG_SPAN2; k++)
198 corrvec1[PITCH_LAG_SPAN2-1-k] *= gain_tmp;
199 corrvec2[PITCH_LAG_SPAN2-1-k] *= gain_tmp
    [all...]
settings.h 118 #define PITCH_LAG_SPAN2 (PITCH_MAX_LAG/2-PITCH_MIN_LAG/2+5)
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 183 logcorQ8 += PITCH_LAG_SPAN2 - 1;
203 for (k = 1; k < PITCH_LAG_SPAN2; k++) {
275 WebRtc_Word32 cv1q[PITCH_LAG_SPAN2+2],cv2q[PITCH_LAG_SPAN2+2], peakvq[PITCH_LAG_SPAN2+2];
278 WebRtc_Word16 peakiq[PITCH_LAG_SPAN2];
331 for (k = 0; k < PITCH_LAG_SPAN2; k++)
353 crrvecQ8_1[PITCH_LAG_SPAN2-1-k] += kLogLagWinQ8[k];
354 crrvecQ8_2[PITCH_LAG_SPAN2-1-k] += kLogLagWinQ8[k];
361 cv1q[PITCH_LAG_SPAN2+1]=0
    [all...]
settings.h 148 #define PITCH_LAG_SPAN2 65 /* (PITCH_MAX_LAG/2-PITCH_MIN_LAG/2+5) */

Completed in 294 milliseconds