Home | History | Annotate | Download | only in src

Lines Matching defs:band

158                          int index,  /*!< index to scalefactor band */
191 int index, /*!< index to scalefactor band */
767 int i, domain, no_of_bands, band, freqRes;
788 for (band = 1; band < no_of_bands; band++) {
790 mapLowResEnergyVal(*ptr_nrg, sfb_nrg_prev, offset, band, freqRes);
794 for (band = 0; band < no_of_bands; band++) {
796 *ptr_nrg + sfb_nrg_prev[indexLow2High(offset, band, freqRes)];
797 mapLowResEnergyVal(*ptr_nrg, sfb_nrg_prev, offset, band, freqRes);