Home | History | Annotate | Download | only in src

Lines Matching defs:band

427   INT i, no_of_bands, band;
526 for (band = no_of_bands - 1; band > 0; band--) {
527 if ( ptr_nrg[band] - ptr_nrg[band-1] > codeBookScfLavBalanceFreq ) {
528 ptr_nrg[band-1] = ptr_nrg[band] - codeBookScfLavBalanceFreq;
531 for (band = 1; band < no_of_bands; band++) {
532 if ( ptr_nrg[band-1] - ptr_nrg[band] > codeBookScfLavBalanceFreq ) {
533 ptr_nrg[band] = ptr_nrg[band-1] - codeBookScfLavBalanceFreq;
538 for (band = no_of_bands - 1; band > 0; band--) {
539 if ( ptr_nrg[band] - ptr_nrg[band-1] > codeBookScfLavLevelFreq ) {
540 ptr_nrg[band-1] = ptr_nrg[band] - codeBookScfLavLevelFreq;
543 for (band = 1; band < no_of_bands; band++) {
544 if ( ptr_nrg[band-1] - ptr_nrg[band] > codeBookScfLavLevelFreq ) {
545 ptr_nrg[band] = ptr_nrg[band-1] - codeBookScfLavLevelFreq;
552 for (band = 1; band < no_of_bands; band++)
558 delta_F[band] = (curr_nrg - last_nrg) >> envDataTableCompFactor;
560 delta_F_bits += computeBits (&delta_F[band],
568 delta_T[band] = curr_nrg - h_sbrCodeEnvelope->sfb_nrg_prev[indexLow2High(offset, band, freq_res[i])];
569 delta_T[band] = delta_T[band] >> envDataTableCompFactor;
572 mapLowResEnergyVal(curr_nrg, h_sbrCodeEnvelope->sfb_nrg_prev, offset, band, freq_res[i]);
576 delta_T_bits += computeBits (&delta_T[band],