Home | History | Annotate | Download | only in src

Lines Matching refs:no_of_bands

427   INT i, no_of_bands, band;
494 no_of_bands = h_sbrCodeEnvelope->nSfb[FREQ_RES_HIGH];
496 no_of_bands = h_sbrCodeEnvelope->nSfb[FREQ_RES_LOW];
526 for (band = no_of_bands - 1; band > 0; band--) {
531 for (band = 1; band < no_of_bands; band++) {
538 for (band = no_of_bands - 1; band > 0; band--) {
543 for (band = 1; band < no_of_bands; band++) {
552 for (band = 1; band < no_of_bands; band++)
596 FDKmemcpy (sfb_nrg, delta_T, no_of_bands * sizeof (SCHAR));
601 FDKmemcpy (sfb_nrg, delta_F, no_of_bands * sizeof (SCHAR));
603 sfb_nrg += no_of_bands;