Lines Matching full:num_bands
102 static void CalcBands(UCHAR * diff, UCHAR start, UCHAR stop, UCHAR num_bands);
423 static FIXP_SGL calcFactorPerBand(int k_start, int k_stop, int num_bands)
445 /* Calculate temp^num_bands: */
446 for (j=0; j<num_bands; j++)
490 int num_bands;
505 num_bands = 2 * ((LONG)num_bands_div128 >> (FRACT_BITS - 7));
507 return(num_bands);
522 UCHAR num_bands) /*!< Desired number of bands */
528 FIXP_SGL bandfactor = calcFactorPerBand(start, stop, num_bands);
533 for(i=num_bands-1; i>=0; i--) {
595 UCHAR num_bands,
600 *num_hires = num_bands-xover_band;
602 for(i=xover_band; i<=num_bands; i++) {