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,
531 int highSubband = hFreq->highSubband; in calculateSbrEnvelope() local
532 int noSubbands = highSubband - lowSubband; in calculateSbrEnvelope()
657 lowSubband, highSubband, in calculateSbrEnvelope()
1065 highSubband, in calculateSbrEnvelope()
1075 highSubband, in calculateSbrEnvelope()
1090 lowSubband, highSubband, in calculateSbrEnvelope()
1097 lowSubband, highSubband, in calculateSbrEnvelope()
1250 int highSubband, /*!< End of frequency range to process */ in rescaleSubbandSamples() argument
[all …]
Dsbr_dec.cpp476 …lias[hHeaderData->freqBandData.lowSubband], (hHeaderData->freqBandData.highSubband-hHeaderData->fr… in sbr_dec()
660 initSlotBasedRotation( h_ps_d, env, hHeaderData->freqBandData.highSubband ); in sbr_dec()
816 hHeaderData->freqBandData.highSubband, in createSbrDec()
838 hHeaderData->freqBandData.highSubband, in createSbrDec()
951 …F.usb = fixMin((INT)hSbrDec->SynthesisQMF.no_channels, (INT)hHeaderData->freqBandData.highSubband); in resetSbrDec()
1083 hHeaderData->freqBandData.highSubband, in resetSbrDec()
Denv_calc.h161 int highSubband,
Denv_extr.h158 UCHAR highSubband; /*!< QMF-band where SBR frequency range ends */ member
Dsbrdec_freq_sca.cpp809 hFreq->highSubband = usb; in resetFreqBandTables()
Dsbrdecoder.cpp630 hSbrHeader->freqBandData.highSubband = hSbrHeader->numberOfAnalysisBands; in sbrDecoder_HeaderUpdate()