Home | History | Annotate | Download | only in src

Lines Matching refs:xover_band

625         INT     *xover_band
631 if( (v_k_master[*xover_band] > 32 ) || /* v_k_master[*xover_band] > noQMFChannels(dualRate)/divider */
632 ( *xover_band > num_master ) ) {
633 /* xover_band error, too big for this startFreq. Will be clipped */
635 /* Calculate maximum value for xover_band */
644 *xover_band=max1;
647 *num_hires = num_master - *xover_band;
648 for(i = *xover_band; i <= num_master; i++)
650 h_hires[i - *xover_band] = v_k_master[i];