Home | History | Annotate | Download | only in src

Lines Matching refs:k2

340                *k2               Output parameter
352 INT *k2
367 *k2 = getStopFreq(srCore, stopFreq);
369 *k2 = 2 * *k0;
371 *k2 = 3 * *k0;
375 if (*k2 > noChannels) {
376 *k2 = noChannels;
381 /* Test for invalid k0 k2 combinations */
382 if ( (srCore == 22050) && ( (*k2 - *k0) > MAX_FREQ_COEFFS_FS44100 ) )
385 if ( (srCore >= 24000) && ( (*k2 - *k0) > MAX_FREQ_COEFFS_FS48000 ) )
388 if ((*k2 - *k0) > MAX_FREQ_COEFFS)
391 if ((*k2 - *k0) < 0)
412 const INT k2,
448 if(4*k2 >= 9*k0) /*two or more regions (how many times the basis band is copied)*/
453 num_bands1=numberOfBands(b_p_o, k1, k2, warp);
466 CalcBands(diff1, k1, k2, num_bands1); /* CalcBands2 => diff1 */
481 k1=k2;
502 num_bands0 = 2 * ((k2 - k0)/2); /* FLOOR to get to few number of bands*/
505 num_bands0 = 2 * (((k2 - k0)/dk +1)/2); /* ROUND to get closest fit */
509 k2_diff = k2 - k2_achived;