Lines Matching refs:lowSubband
175 FIXP_DBL **analysBufferImag, int lowSubband,
190 static void calcAvgGain(ENV_CALC_NRGS *nrgs, int lowSubband, int highSubband,
510 const int lowSubband, const int nbSubband, in apply_inter_tes() argument
512 int highSubband = lowSubband + nbSubband; in apply_inter_tes()
550 for (j = 0; j < lowSubband; ++j) { in apply_inter_tes()
565 int postShift = 32 - fNormz((FIXP_DBL)lowSubband); in apply_inter_tes()
572 scaleValues(bufferReal, lowSubband, -preShift); in apply_inter_tes()
573 scaleValues(bufferImag, lowSubband, -preShift); in apply_inter_tes()
574 for (j = 0; j < lowSubband; ++j) { in apply_inter_tes()
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()
906 int lowSubband = hFreq->lowSubband; in calculateSbrEnvelope() local
908 int noSubbands = highSubband - lowSubband; in calculateSbrEnvelope()
949 lowSubband = h_sbr_cal_env->prevLoSubband; in calculateSbrEnvelope()
952 noSubbands = highSubband - lowSubband; in calculateSbrEnvelope()
1124 lowSubband = hFreq->lowSubband; in calculateSbrEnvelope()
1127 noSubbands = highSubband - lowSubband; in calculateSbrEnvelope()
1166 lowSubband, highSubband, start_pos, stop_pos, input_e, in calculateSbrEnvelope()
1204 FIXP_DBL refNrg = pNrgs->nrgRef[k - lowSubband]; in calculateSbrEnvelope()
1205 SCHAR refNrg_e = pNrgs->nrgRef_e[k - lowSubband]; in calculateSbrEnvelope()
1216 FDK_ASSERT(k >= lowSubband); in calculateSbrEnvelope()
1218 if (useLP) useAliasReduction[k - lowSubband] = !sinePresentFlag; in calculateSbrEnvelope()
1253 FDK_ASSERT(k >= lowSubband); in calculateSbrEnvelope()
1255 if (useLP) useAliasReduction[k - lowSubband] = !sinePresentFlag; in calculateSbrEnvelope()
1394 aliasingReduction(degreeAlias + lowSubband, pNrgs, useAliasReduction, in calculateSbrEnvelope()
1564 &analysBufferReal[j][lowSubband], in calculateSbrEnvelope()
1565 &analysBufferImag[j][lowSubband], h_sbr_cal_env, pNrgs, in calculateSbrEnvelope()
1566 lowSubband, noSubbands, fMin(scale_change, DFRACT_BITS - 1), in calculateSbrEnvelope()
1569 adjustTimeSlotHQ(&analysBufferReal[j][lowSubband], in calculateSbrEnvelope()
1570 &analysBufferImag[j][lowSubband], h_sbr_cal_env, in calculateSbrEnvelope()
1571 pNrgs, lowSubband, noSubbands, in calculateSbrEnvelope()
1579 adjustTimeSlot_EldGrid(&analysBufferReal[j][lowSubband], pNrgs, in calculateSbrEnvelope()
1580 &h_sbr_cal_env->harmIndex, lowSubband, in calculateSbrEnvelope()
1586 adjustTimeSlotLC(&analysBufferReal[j][lowSubband], pNrgs, in calculateSbrEnvelope()
1587 &h_sbr_cal_env->harmIndex, lowSubband, noSubbands, in calculateSbrEnvelope()
1606 stop_pos, lowSubband, noSubbands, in calculateSbrEnvelope()
1626 &analysBufferReal[j][lowSubband], in calculateSbrEnvelope()
1627 &analysBufferImag[j][lowSubband], h_sbr_cal_env, pNrgs, in calculateSbrEnvelope()
1628 lowSubband, noSubbands, in calculateSbrEnvelope()
1661 lowSubband, ov_highSubband, 0, first_start); in calculateSbrEnvelope()
1668 lowSubband, highSubband, first_start, no_cols); in calculateSbrEnvelope()
1677 lowSubband, ov_highSubband, 0, first_start, in calculateSbrEnvelope()
1682 lowSubband, highSubband, first_start, no_cols, in calculateSbrEnvelope()
1717 h_sbr_cal_env->prevLoSubband = lowSubband; in calculateSbrEnvelope()
1871 int lowSubband, /*!< Begin of frequency range to process */ in rescaleSubbandSamples() argument
1877 int width = highSubband - lowSubband; in rescaleSubbandSamples()
1882 scaleValues(&re[l][lowSubband], width, shift); in rescaleSubbandSamples()
1883 scaleValues(&im[l][lowSubband], width, shift); in rescaleSubbandSamples()
1887 scaleValues(&re[l][lowSubband], width, shift); in rescaleSubbandSamples()
1916 int lowSubband, /*!< Begin of frequency range to process */ in maxSubbandSample() argument
1922 unsigned int width = highSubband - lowSubband; in maxSubbandSample()
1930 FIXP_DBL *reTmp = &re[l][lowSubband]; in maxSubbandSample()
1931 FIXP_DBL *imTmp = &im[l][lowSubband]; in maxSubbandSample()
1943 maxVal |= FDK_get_maxval_real(maxVal, &re[l][lowSubband], width); in maxSubbandSample()
1991 int lowSubband, /*!< Begin of the SBR frequency range */ in calcNrgPerSubband() argument
2011 for (k = lowSubband; k < highSubband; k++) { in calcNrgPerSubband()
2349 ENV_CALC_NRGS *nrgs, int lowSubband, /*!< Begin of the limiter band */ in calcAvgGain() argument
2370 for (k = lowSubband; k < highSubband; k++) { in calcAvgGain()
2391 int lowSubband, /*!< Lowest QMF-channel in the currently used SBR range. */ in adjustTimeSlot_EldGrid() argument
2428 SATURATE_SHIFT(fMultDiv2(p_harmonicPhaseX[lowSubband & 1], pSineLevel[0]), in adjustTimeSlot_EldGrid()
2432 int idx_k = lowSubband & 1; in adjustTimeSlot_EldGrid()
2454 if (k + lowSubband + 1 < 63) { in adjustTimeSlot_EldGrid()
2494 int lowSubband, /*!< Lowest QMF-channel in the currently used SBR range. */ in adjustTimeSlotLC() argument
2508 UCHAR freqInvFlag = (lowSubband & 1); in adjustTimeSlotLC()
2651 if (noSubbands + lowSubband < 63) in adjustTimeSlotLC()
2655 if (noSubbands + lowSubband < 63) in adjustTimeSlotLC()
2672 int lowSubband, /*!< Lowest QMF-channel in the currently used SBR range. */ in adjustTimeSlotHQ_GainAndNoise() argument
2784 int lowSubband, /*!< Lowest QMF-channel in the currently used SBR range. */ in adjustTimeSlotHQ_AddHarmonics() argument
2796 int freqInvFlag = (lowSubband & 1); in adjustTimeSlotHQ_AddHarmonics()
2830 int lowSubband, /*!< Lowest QMF-channel in the currently used SBR range. */ in adjustTimeSlotHQ() argument
2859 int freqInvFlag = (lowSubband & 1); in adjustTimeSlotHQ()
3030 int lowSubband = freqBandTable[0]; in ResetLimiterBands() local
3036 limiterBandTable[1] = highSubband - lowSubband; in ResetLimiterBands()
3050 patchBorders[i] = xOverQmf[i] - lowSubband; in ResetLimiterBands()
3054 patchBorders[i] = patchParam[i].guardStartBand - lowSubband; in ResetLimiterBands()
3057 patchBorders[i] = highSubband - lowSubband; in ResetLimiterBands()
3061 workLimiterBandTable[k] = freqBandTable[k] - lowSubband; in ResetLimiterBands()
3077 k2 = workLimiterBandTable[hiLimIndex] + lowSubband; in ResetLimiterBands()
3078 kx = workLimiterBandTable[loLimIndex] + lowSubband; in ResetLimiterBands()