Home | History | Annotate | Download | only in source

Lines Matching refs:CorrSurfPtr2

140   double *CorrSurfPtr1, *CorrSurfPtr2;
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[k] - &CorrSurf[0][0]);