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