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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
pitch_estimator.c 106 outcorr += PITCH_LAG_SPAN2 - 1; /* index of last element in array */
109 for (k = 1; k < PITCH_LAG_SPAN2; k++) {
135 double corrvec1[PITCH_LAG_SPAN2];
136 double corrvec2[PITCH_LAG_SPAN2];
139 double corrSurfBuff[10 + (2*PITCH_BW+3)*(PITCH_LAG_SPAN2+4)];
156 CorrSurf[k] = &corrSurfBuff[10 + k * (PITCH_LAG_SPAN2+4)];
159 memset(corrSurfBuff, 0, sizeof(double) * (10 + (2*PITCH_BW+3) * (PITCH_LAG_SPAN2+4)));
187 for (k = 0; k < PITCH_LAG_SPAN2; k++)
199 corrvec1[PITCH_LAG_SPAN2-1-k] *= gain_tmp;
200 corrvec2[PITCH_LAG_SPAN2-1-k] *= gain_tmp
    [all...]
settings.h 119 #define PITCH_LAG_SPAN2 (PITCH_MAX_LAG/2-PITCH_MIN_LAG/2+5)
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 158 int32_t cv1q[PITCH_LAG_SPAN2+2],cv2q[PITCH_LAG_SPAN2+2], peakvq[PITCH_LAG_SPAN2+2];
161 int16_t peakiq[PITCH_LAG_SPAN2];
215 for (k = 0; k < PITCH_LAG_SPAN2; k++)
238 crrvecQ8_1[PITCH_LAG_SPAN2-1-k] += kLogLagWinQ8[k];
239 crrvecQ8_2[PITCH_LAG_SPAN2-1-k] += kLogLagWinQ8[k];
246 cv1q[PITCH_LAG_SPAN2+1]=0;
247 cv2q[PITCH_LAG_SPAN2+1]=0;
250 for (k = 1; k <= PITCH_LAG_SPAN2; k++
    [all...]
pitch_estimator_c.c 40 logcorQ8 += PITCH_LAG_SPAN2 - 1;
54 for (k = 1; k < PITCH_LAG_SPAN2; k++) {
pitch_estimator_mips.c 87 logcorQ8 += PITCH_LAG_SPAN2 - 1;
100 for (k = 1; k < PITCH_LAG_SPAN2; k++) {
settings.h 157 #define PITCH_LAG_SPAN2 65 /* (PITCH_MAX_LAG/2-PITCH_MIN_LAG/2+5) */

Completed in 50 milliseconds