Home | History | Annotate | Download | only in aacdec

Lines Matching refs:band_length

38         on the band_length. Added polynomial approximation for the
59 random values of length "band_length"
62 band_length = Length of random_array[]
101 where N == band_length, and MEAN_NRG is defined as...
177 FOR (k=band_length; k > 0; k--)
247 FOR (k=band_length; k > 0; k--)
349 const Int band_length,
392 * band_length is always an even number (check tables in pg.66 IS0 14496-3)
394 if (band_length < 0 || band_length > LONG_WINDOW)
399 for (k = (band_length >> 1); k != 0; k--)
494 for (k = (band_length >> 1); k != 0; k--)