Lines Matching refs:no_of_bands
407 INT i, no_of_bands, band; in FDKsbrEnc_codeEnvelope() local
470 no_of_bands = h_sbrCodeEnvelope->nSfb[FREQ_RES_HIGH]; in FDKsbrEnc_codeEnvelope()
472 no_of_bands = h_sbrCodeEnvelope->nSfb[FREQ_RES_LOW]; in FDKsbrEnc_codeEnvelope()
498 for (band = no_of_bands - 1; band > 0; band--) { in FDKsbrEnc_codeEnvelope()
503 for (band = 1; band < no_of_bands; band++) { in FDKsbrEnc_codeEnvelope()
509 for (band = no_of_bands - 1; band > 0; band--) { in FDKsbrEnc_codeEnvelope()
514 for (band = 1; band < no_of_bands; band++) { in FDKsbrEnc_codeEnvelope()
522 for (band = 1; band < no_of_bands; band++) { in FDKsbrEnc_codeEnvelope()
563 FDKmemcpy(sfb_nrg, delta_T, no_of_bands * sizeof(SCHAR)); in FDKsbrEnc_codeEnvelope()
567 FDKmemcpy(sfb_nrg, delta_F, no_of_bands * sizeof(SCHAR)); in FDKsbrEnc_codeEnvelope()
569 sfb_nrg += no_of_bands; in FDKsbrEnc_codeEnvelope()