Home
last modified time | relevance | path

Searched refs:highSubband (Results 1 – 6 of 6) sorted by relevance

/external/aac/libSBRdec/src/
Denv_calc.cpp162 int lowSubband, int highSubband,
185 int highSubband,
522 int highSubband = hFreq->highSubband; in calculateSbrEnvelope() local
523 int noSubbands = highSubband - lowSubband; in calculateSbrEnvelope()
648 lowSubband, highSubband, in calculateSbrEnvelope()
1045 highSubband, in calculateSbrEnvelope()
1055 highSubband, in calculateSbrEnvelope()
1070 lowSubband, highSubband, in calculateSbrEnvelope()
1077 lowSubband, highSubband, in calculateSbrEnvelope()
1230 int highSubband, /*!< End of frequency range to process */ in rescaleSubbandSamples() argument
[all …]
Dsbr_dec.cpp431 …lias[hHeaderData->freqBandData.lowSubband], (hHeaderData->freqBandData.highSubband-hHeaderData->fr… in sbr_dec()
615 initSlotBasedRotation( h_ps_d, env, hHeaderData->freqBandData.highSubband ); in sbr_dec()
769 hHeaderData->freqBandData.highSubband, in createSbrDec()
791 hHeaderData->freqBandData.highSubband, in createSbrDec()
901 …F.usb = fixMin((INT)hSbrDec->SynthesisQMF.no_channels, (INT)hHeaderData->freqBandData.highSubband); in resetSbrDec()
1033 hHeaderData->freqBandData.highSubband, in resetSbrDec()
Denv_calc.h161 int highSubband,
Denv_extr.h157 UCHAR highSubband; /*!< QMF-band where SBR frequency range ends */ member
Dsbrdec_freq_sca.cpp802 hFreq->highSubband = usb; in resetFreqBandTables()
Dsbrdecoder.cpp592 hSbrHeader->freqBandData.highSubband = hSbrHeader->numberOfAnalysisBands; in sbrDecoder_HeaderUpdate()