Lines Matching refs:highSubband
179 int highSubband, int start_pos, int next_pos,
193 static void calcAvgGain(ENV_CALC_NRGS *nrgs, int lowSubband, int highSubband,
515 int highSubband = lowSubband + nbSubband; in apply_inter_tes() local
592 for (j = lowSubband; j < highSubband; ++j) { in apply_inter_tes()
609 int postShift = 32 - fNormz((FIXP_DBL)(highSubband - lowSubband)); in apply_inter_tes()
612 scaleValues(&bufferReal[lowSubband], highSubband - lowSubband, in apply_inter_tes()
614 scaleValues(&bufferImag[lowSubband], highSubband - lowSubband, in apply_inter_tes()
616 for (j = lowSubband; j < highSubband; j++) { in apply_inter_tes()
759 for (j = lowSubband; j < highSubband; j++) { in apply_inter_tes()
768 for (j = lowSubband; j < highSubband; j++) { in apply_inter_tes()
889 int highSubband = hFreq->highSubband; in calculateSbrEnvelope() local
890 int noSubbands = highSubband - lowSubband; in calculateSbrEnvelope()
894 int ov_highSubband = hFreq->highSubband; in calculateSbrEnvelope()
920 if (hFreq->highSubband < hFreq->ov_highSubband) { in calculateSbrEnvelope()
932 highSubband = h_sbr_cal_env->prevHiSubband; in calculateSbrEnvelope()
934 noSubbands = highSubband - lowSubband; in calculateSbrEnvelope()
935 ov_highSubband = highSubband; in calculateSbrEnvelope()
936 if (highSubband < h_sbr_cal_env->prev_ov_highSubband) { in calculateSbrEnvelope()
1108 highSubband = hFreq->highSubband; in calculateSbrEnvelope()
1110 noSubbands = highSubband - lowSubband; in calculateSbrEnvelope()
1111 ov_highSubband = highSubband; in calculateSbrEnvelope()
1112 if (highSubband < hFreq->ov_highSubband) { in calculateSbrEnvelope()
1149 lowSubband, highSubband, start_pos, stop_pos, input_e, in calculateSbrEnvelope()
1663 lowSubband, highSubband, first_start, no_cols); in calculateSbrEnvelope()
1677 lowSubband, highSubband, first_start, no_cols, in calculateSbrEnvelope()
1713 h_sbr_cal_env->prevHiSubband = highSubband; in calculateSbrEnvelope()
1868 int highSubband, /*!< End of frequency range to process */ in rescaleSubbandSamples() argument
1873 int width = highSubband - lowSubband; in rescaleSubbandSamples()
1913 int highSubband, /*!< Number of QMF bands to process */ in maxSubbandSample() argument
1918 unsigned int width = highSubband - lowSubband; in maxSubbandSample()
1988 int highSubband, /*!< High end of the SBR frequency range */ in calcNrgPerSubband() argument
2007 for (k = lowSubband; k < highSubband; k++) { in calcNrgPerSubband()
2346 int highSubband, /*!< High end of the limiter band */ in calcAvgGain() argument
2366 for (k = lowSubband; k < highSubband; k++) { in calcAvgGain()
3076 int highSubband = freqBandTable[noFreqBands]; in ResetLimiterBands() local
3081 limiterBandTable[1] = highSubband - lowSubband; in ResetLimiterBands()
3102 patchBorders[i] = highSubband - lowSubband; in ResetLimiterBands()
3150 workLimiterBandTable[hiLimIndex] = highSubband; in ResetLimiterBands()
3163 workLimiterBandTable[hiLimIndex] = highSubband; in ResetLimiterBands()
3175 workLimiterBandTable[loLimIndex] = highSubband; in ResetLimiterBands()
3190 if (workLimiterBandTable[tempNoLim] > highSubband) { in ResetLimiterBands()