• Home
  • Raw
  • Download

Lines Matching refs:highSubband

176                               int highSubband, int start_pos, int next_pos,
190 static void calcAvgGain(ENV_CALC_NRGS *nrgs, int lowSubband, int highSubband,
512 int highSubband = lowSubband + nbSubband; in apply_inter_tes() local
589 for (j = lowSubband; j < highSubband; ++j) { in apply_inter_tes()
606 int postShift = 32 - fNormz((FIXP_DBL)(highSubband - lowSubband)); in apply_inter_tes()
609 scaleValues(&bufferReal[lowSubband], highSubband - lowSubband, in apply_inter_tes()
611 scaleValues(&bufferImag[lowSubband], highSubband - lowSubband, in apply_inter_tes()
613 for (j = lowSubband; j < highSubband; j++) { in apply_inter_tes()
777 for (j = lowSubband; j < highSubband; j++) { in apply_inter_tes()
786 for (j = lowSubband; j < highSubband; j++) { in apply_inter_tes()
907 int highSubband = hFreq->highSubband; in calculateSbrEnvelope() local
908 int noSubbands = highSubband - lowSubband; in calculateSbrEnvelope()
912 int ov_highSubband = hFreq->highSubband; in calculateSbrEnvelope()
938 if (hFreq->highSubband < hFreq->ov_highSubband) { in calculateSbrEnvelope()
950 highSubband = h_sbr_cal_env->prevHiSubband; in calculateSbrEnvelope()
952 noSubbands = highSubband - lowSubband; in calculateSbrEnvelope()
953 ov_highSubband = highSubband; in calculateSbrEnvelope()
954 if (highSubband < h_sbr_cal_env->prev_ov_highSubband) { in calculateSbrEnvelope()
1125 highSubband = hFreq->highSubband; in calculateSbrEnvelope()
1127 noSubbands = highSubband - lowSubband; in calculateSbrEnvelope()
1128 ov_highSubband = highSubband; in calculateSbrEnvelope()
1129 if (highSubband < hFreq->ov_highSubband) { in calculateSbrEnvelope()
1166 lowSubband, highSubband, start_pos, stop_pos, input_e, in calculateSbrEnvelope()
1668 lowSubband, highSubband, first_start, no_cols); in calculateSbrEnvelope()
1682 lowSubband, highSubband, first_start, no_cols, in calculateSbrEnvelope()
1718 h_sbr_cal_env->prevHiSubband = highSubband; in calculateSbrEnvelope()
1872 int highSubband, /*!< End of frequency range to process */ in rescaleSubbandSamples() argument
1877 int width = highSubband - lowSubband; in rescaleSubbandSamples()
1917 int highSubband, /*!< Number of QMF bands to process */ in maxSubbandSample() argument
1922 unsigned int width = highSubband - lowSubband; in maxSubbandSample()
1992 int highSubband, /*!< High end of the SBR frequency range */ in calcNrgPerSubband() argument
2011 for (k = lowSubband; k < highSubband; k++) { in calcNrgPerSubband()
2350 int highSubband, /*!< High end of the limiter band */ in calcAvgGain() argument
2370 for (k = lowSubband; k < highSubband; k++) { in calcAvgGain()
3031 int highSubband = freqBandTable[noFreqBands]; in ResetLimiterBands() local
3036 limiterBandTable[1] = highSubband - lowSubband; in ResetLimiterBands()
3057 patchBorders[i] = highSubband - lowSubband; in ResetLimiterBands()
3105 workLimiterBandTable[hiLimIndex] = highSubband; in ResetLimiterBands()
3118 workLimiterBandTable[hiLimIndex] = highSubband; in ResetLimiterBands()
3130 workLimiterBandTable[loLimIndex] = highSubband; in ResetLimiterBands()