Home | History | Annotate | Download | only in src

Lines Matching defs:num_bands

102 static void CalcBands(UCHAR * diff, UCHAR start, UCHAR stop, UCHAR num_bands);
430 static FIXP_SGL calcFactorPerBand(int k_start, int k_stop, int num_bands)
452 /* Calculate temp^num_bands: */
453 for (j=0; j<num_bands; j++)
497 int num_bands;
512 num_bands = 2 * ((LONG)num_bands_div128 >> (FRACT_BITS - 7));
514 return(num_bands);
529 UCHAR num_bands) /*!< Desired number of bands */
535 FIXP_SGL bandfactor = calcFactorPerBand(start, stop, num_bands);
540 for(i=num_bands-1; i>=0; i--) {
602 UCHAR num_bands,
607 *num_hires = num_bands-xover_band;
609 for(i=xover_band; i<=num_bands; i++) {