Searched refs:CorrSurfPtr2 (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.c141 double *CorrSurfPtr1, *CorrSurfPtr2; local
220 CorrSurfPtr2 = &CorrSurf[2*PITCH_BW][PITCH_BW+2];
231 CorrSurfPtr2[k] = corr;
234 max_ind = (int)(&CorrSurfPtr2[k] - &CorrSurf[0][0]);
241 CorrSurfPtr2 = &CorrSurf[2*PITCH_BW-1][PITCH_BW+1];
252 CorrSurfPtr2[k] = corr;
255 max_ind = (int)(&CorrSurfPtr2[k] - &CorrSurf[0][0]);
263 CorrSurfPtr2 = &CorrSurf[2*PITCH_BW-m][PITCH_BW+2-m];
274 CorrSurfPtr2[k] = corr;
277 max_ind = (int)(&CorrSurfPtr2[
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_estimator.c140 double *CorrSurfPtr1, *CorrSurfPtr2; local
219 CorrSurfPtr2 = &CorrSurf[2*PITCH_BW][PITCH_BW+2];
230 CorrSurfPtr2[k] = corr;
233 max_ind = (int)(&CorrSurfPtr2[k] - &CorrSurf[0][0]);
240 CorrSurfPtr2 = &CorrSurf[2*PITCH_BW-1][PITCH_BW+1];
251 CorrSurfPtr2[k] = corr;
254 max_ind = (int)(&CorrSurfPtr2[k] - &CorrSurf[0][0]);
262 CorrSurfPtr2 = &CorrSurf[2*PITCH_BW-m][PITCH_BW+2-m];
273 CorrSurfPtr2[k] = corr;
276 max_ind = (int)(&CorrSurfPtr2[
[all...]

Completed in 1772 milliseconds