Home | History | Annotate | Download | only in src

Lines Matching full:diff1

180     UCHAR *diff1 = diff_tot+MAX_OCTAVE;
197 The vectors diff0 and diff1 are used temporarily here.
201 cumSum(stopMin, diff0, 13, diff1);
202 k2 = diff1[stopFreq];
270 UCHAR *diff1 = diff_tot+MAX_OCTAVE;
327 CalcBands(diff1, k1, k2, num_bands1);
328 shellsort( diff1, num_bands1);
329 if(diff0[num_bands0-1] > diff1[0]) {
332 err = modifyBands(diff0[num_bands0-1],diff1, num_bands1);
338 cumSum(k1, diff1, num_bands1, &v_k_master[num_bands0]);