Home | History | Annotate | Download | only in src

Lines Matching defs:band

141                          int index,  /*!< index to scalefactor band */
179 int index, /*!< index to scalefactor band */
745 int i, domain, no_of_bands, band, freqRes;
766 for (band = 1; band < no_of_bands; band++)
769 mapLowResEnergyVal(*ptr_nrg, sfb_nrg_prev, offset, band, freqRes);
775 for (band = 0; band < no_of_bands; band++)
777 *ptr_nrg = *ptr_nrg + sfb_nrg_prev[indexLow2High(offset, band, freqRes)];
778 mapLowResEnergyVal(*ptr_nrg, sfb_nrg_prev, offset, band, freqRes);