Searched refs:CorrSurf (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_estimator.c138 // Allocating 10 extra entries at the begining of the CorrSurf
140 double* CorrSurf[2*PITCH_BW+3]; local
156 CorrSurf[k] = &corrSurfBuff[10 + k * (PITCH_LAG_SPAN2+4)];
158 /* reset CorrSurf matrix */
207 CorrSurfPtr1 = &CorrSurf[PITCH_BW][2];
213 max_ind = (int)(&CorrSurfPtr1[k] - &CorrSurf[0][0]);
219 CorrSurfPtr1 = &CorrSurf[0][2];
220 CorrSurfPtr2 = &CorrSurf[2*PITCH_BW][PITCH_BW+2];
228 max_ind = (int)(&CorrSurfPtr1[k] - &CorrSurf[0][0]);
234 max_ind = (int)(&CorrSurfPtr2[k] - &CorrSurf[
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_estimator.c137 // Allocating 10 extra entries at the begining of the CorrSurf
139 double* CorrSurf[2*PITCH_BW+3]; local
155 CorrSurf[k] = &corrSurfBuff[10 + k * (PITCH_LAG_SPAN2+4)];
157 /* reset CorrSurf matrix */
206 CorrSurfPtr1 = &CorrSurf[PITCH_BW][2];
212 max_ind = (int)(&CorrSurfPtr1[k] - &CorrSurf[0][0]);
218 CorrSurfPtr1 = &CorrSurf[0][2];
219 CorrSurfPtr2 = &CorrSurf[2*PITCH_BW][PITCH_BW+2];
227 max_ind = (int)(&CorrSurfPtr1[k] - &CorrSurf[0][0]);
233 max_ind = (int)(&CorrSurfPtr2[k] - &CorrSurf[
[all...]

Completed in 95 milliseconds