Home | History | Annotate | Download | only in src

Lines Matching defs:num_bands

120 static void CalcBands(UCHAR *diff, UCHAR start, UCHAR stop, UCHAR num_bands);
483 static FIXP_SGL calcFactorPerBand(int k_start, int k_stop, int num_bands) {
504 /* Calculate temp^num_bands: */
505 for (j = 0; j < num_bands; j++)
546 int num_bands;
563 num_bands = 2 * ((LONG)num_bands_div128 >> (FRACT_BITS - 7));
565 return (num_bands);
578 UCHAR num_bands) /*!< Desired number of bands */
584 FIXP_SGL bandfactor = calcFactorPerBand(start, stop, num_bands);
590 for (i = num_bands - 1; i >= 0; i--) {
646 UCHAR *v_k_master, UCHAR num_bands,
650 *num_hires = num_bands - xover_band;
652 for (i = xover_band; i <= num_bands; i++) {