Home
last modified time | relevance | path

Searched refs:lowSubband (Results 1 – 12 of 12) sorted by relevance

/dports/audio/fdk-aac/fdk-aac-2.0.2/libSBRdec/src/
H A Denv_calc.cpp553 for (j = 0; j < lowSubband; ++j) { in apply_inter_tes()
612 scaleValues(&bufferReal[lowSubband], highSubband - lowSubband, in apply_inter_tes()
614 scaleValues(&bufferImag[lowSubband], highSubband - lowSubband, in apply_inter_tes()
901 int lowSubband = hFreq->lowSubband; in calculateSbrEnvelope() local
1120 lowSubband = hFreq->lowSubband; in calculateSbrEnvelope()
1625 lowSubband, noSubbands, in calculateSbrEnvelope()
2433 int idx_k = lowSubband & 1; in adjustTimeSlot_EldGrid()
2456 if (k + lowSubband + 1 < 63) { in adjustTimeSlot_EldGrid()
2821 int freqInvFlag = (lowSubband & 1); in adjustTimeSlotHQ_AddHarmonics()
2884 int freqInvFlag = (lowSubband & 1); in adjustTimeSlotHQ()
[all …]
H A Denv_calc.h174 void rescaleSubbandSamples(FIXP_DBL **re, FIXP_DBL **im, int lowSubband,
179 FIXP_DBL **analysBufferImag_m, int lowSubband,
H A Dsbr_dec.cpp416 hHeaderData->freqBandData.lowSubband, in sbr_dec()
431 FDKmemclear(&degreeAlias[hHeaderData->freqBandData.lowSubband], in sbr_dec()
433 hHeaderData->freqBandData.lowSubband) * in sbr_dec()
936 &hs->LppTrans, pSettings, hHeaderData->freqBandData.lowSubband, in createSbrDec()
1041 int new_lsb = hHeaderData->freqBandData.lowSubband; in resetSbrDec()
1074 (INT)hHeaderData->freqBandData.lowSubband); in resetSbrDec()
1248 &hSbrDec->LppTrans, hHeaderData->freqBandData.lowSubband, in resetSbrDec()
H A Denv_extr.h181 UCHAR lowSubband; /*!< QMF-band where SBR frequency range starts */ member
H A Dsbrdec_freq_sca.cpp834 hFreq->lowSubband = lsb; in resetFreqBandTables()
H A Dsbrdecoder.cpp787 hSbrHeader->freqBandData.lowSubband = hSbrHeader->numberOfAnalysisBands; in sbrDecoder_HeaderUpdate()
/dports/multimedia/handbrake/fdk-aac-2.0.1/libSBRdec/src/
H A Denv_calc.cpp550 for (j = 0; j < lowSubband; ++j) { in apply_inter_tes()
609 scaleValues(&bufferReal[lowSubband], highSubband - lowSubband, in apply_inter_tes()
611 scaleValues(&bufferImag[lowSubband], highSubband - lowSubband, in apply_inter_tes()
906 int lowSubband = hFreq->lowSubband; in calculateSbrEnvelope() local
1124 lowSubband = hFreq->lowSubband; in calculateSbrEnvelope()
1628 lowSubband, noSubbands, in calculateSbrEnvelope()
2424 int idx_k = lowSubband & 1; in adjustTimeSlot_EldGrid()
2447 if (k + lowSubband + 1 < 63) { in adjustTimeSlot_EldGrid()
2798 int freqInvFlag = (lowSubband & 1); in adjustTimeSlotHQ_AddHarmonics()
2861 int freqInvFlag = (lowSubband & 1); in adjustTimeSlotHQ()
[all …]
H A Denv_calc.h174 void rescaleSubbandSamples(FIXP_DBL **re, FIXP_DBL **im, int lowSubband,
179 FIXP_DBL **analysBufferImag_m, int lowSubband,
H A Dsbr_dec.cpp415 hHeaderData->freqBandData.lowSubband, in sbr_dec()
430 FDKmemclear(&degreeAlias[hHeaderData->freqBandData.lowSubband], in sbr_dec()
432 hHeaderData->freqBandData.lowSubband) * in sbr_dec()
930 &hs->LppTrans, pSettings, hHeaderData->freqBandData.lowSubband, in createSbrDec()
1035 int new_lsb = hHeaderData->freqBandData.lowSubband; in resetSbrDec()
1068 (INT)hHeaderData->freqBandData.lowSubband); in resetSbrDec()
1242 &hSbrDec->LppTrans, hHeaderData->freqBandData.lowSubband, in resetSbrDec()
H A Denv_extr.h181 UCHAR lowSubband; /*!< QMF-band where SBR frequency range starts */ member
H A Dsbrdec_freq_sca.cpp831 hFreq->lowSubband = lsb; in resetFreqBandTables()
H A Dsbrdecoder.cpp789 hSbrHeader->freqBandData.lowSubband = hSbrHeader->numberOfAnalysisBands; in sbrDecoder_HeaderUpdate()