Lines Matching defs:diff1
173 UCHAR *diff1 = diff_tot+MAX_OCTAVE;
190 The vectors diff0 and diff1 are used temporarily here.
194 cumSum(stopMin, diff0, 13, diff1);
195 k2 = diff1[stopFreq];
263 UCHAR *diff1 = diff_tot+MAX_OCTAVE;
320 CalcBands(diff1, k1, k2, num_bands1);
321 shellsort( diff1, num_bands1);
322 if(diff0[num_bands0-1] > diff1[0]) {
325 err = modifyBands(diff0[num_bands0-1],diff1, num_bands1);
331 cumSum(k1, diff1, num_bands1, &v_k_master[num_bands0]);