Lines Matching refs:lowSubband
162 int lowSubband, int highSubband,
184 int lowSubband,
521 int lowSubband = hFreq->lowSubband; in calculateSbrEnvelope() local
523 int noSubbands = highSubband - lowSubband; in calculateSbrEnvelope()
648 lowSubband, highSubband, in calculateSbrEnvelope()
699 FDK_ASSERT(k >= lowSubband); in calculateSbrEnvelope()
702 useAliasReduction[k-lowSubband] = !sinePresentFlag; in calculateSbrEnvelope()
830 aliasingReduction(degreeAlias+lowSubband, in calculateSbrEnvelope()
997 adjustTimeSlotHQ(&analysBufferReal[j][lowSubband], in calculateSbrEnvelope()
998 &analysBufferImag[j][lowSubband], in calculateSbrEnvelope()
1001 lowSubband, in calculateSbrEnvelope()
1010 adjustTimeSlotLC(&analysBufferReal[j][lowSubband], in calculateSbrEnvelope()
1013 lowSubband, in calculateSbrEnvelope()
1044 lowSubband, in calculateSbrEnvelope()
1054 lowSubband, in calculateSbrEnvelope()
1070 lowSubband, highSubband, in calculateSbrEnvelope()
1077 lowSubband, highSubband, in calculateSbrEnvelope()
1229 int lowSubband, /*!< Begin of frequency range to process */ in rescaleSubbandSamples() argument
1235 int width = highSubband-lowSubband; in rescaleSubbandSamples()
1240 scaleValues(&re[l][lowSubband], width, shift); in rescaleSubbandSamples()
1241 scaleValues(&im[l][lowSubband], width, shift); in rescaleSubbandSamples()
1246 scaleValues(&re[l][lowSubband], width, shift); in rescaleSubbandSamples()
1264 int lowSubband, /*!< Begin of frequency range to process */ in maxSubbandSample() argument
1271 unsigned int width = highSubband - lowSubband; in maxSubbandSample()
1281 maxVal = FDK_get_maxval(maxVal, &re[l][lowSubband], &im[l][lowSubband], width); in maxSubbandSample()
1284 FIXP_DBL *reTmp = &re[l][lowSubband]; in maxSubbandSample()
1285 FIXP_DBL *imTmp = &im[l][lowSubband]; in maxSubbandSample()
1298 FIXP_DBL *reTmp = &re[l][lowSubband]; in maxSubbandSample()
1336 … int lowSubband, /*!< Begin of the SBR frequency range */ in calcNrgPerSubband() argument
1355 for (k=lowSubband; k<highSubband; k++) { in calcNrgPerSubband()
1693 int lowSubband, /*!< Begin of the limiter band */ in calcAvgGain() argument
1711 for (k=lowSubband; k<highSubband; k++){ in calcAvgGain()
1740 … int lowSubband, /*!< Lowest QMF-channel in the currently used SBR range. */ in adjustTimeSlotLC() argument
1754 UCHAR freqInvFlag = (lowSubband & 1); in adjustTimeSlotLC()
1921 if (noSubbands + lowSubband < 63) in adjustTimeSlotLC()
1926 if (noSubbands + lowSubband < 63) in adjustTimeSlotLC()
1940 … int lowSubband, /*!< Lowest QMF-channel in the currently used SBR range. */ in adjustTimeSlotHQ() argument
1964 register int freqInvFlag = (lowSubband & 1); in adjustTimeSlotHQ()
2142 int lowSubband = freqBandTable[0]; in ResetLimiterBands() local
2148 limiterBandTable[1] = highSubband - lowSubband; in ResetLimiterBands()
2152 patchBorders[i] = patchParam[i].guardStartBand - lowSubband; in ResetLimiterBands()
2154 patchBorders[i] = highSubband - lowSubband; in ResetLimiterBands()
2158 workLimiterBandTable[k] = freqBandTable[k] - lowSubband; in ResetLimiterBands()
2172 k2 = workLimiterBandTable[hiLimIndex] + lowSubband; in ResetLimiterBands()
2173 kx = workLimiterBandTable[loLimIndex] + lowSubband; in ResetLimiterBands()