Home
last modified time | relevance | path

Searched refs:ov_highSubband (Results 1 – 4 of 4) sorted by relevance

/external/aac/libSBRdec/src/
Denv_calc.cpp912 int ov_highSubband = hFreq->highSubband; in calculateSbrEnvelope() local
938 if (hFreq->highSubband < hFreq->ov_highSubband) { in calculateSbrEnvelope()
939 ov_highSubband = hFreq->ov_highSubband; in calculateSbrEnvelope()
953 ov_highSubband = highSubband; in calculateSbrEnvelope()
955 ov_highSubband = h_sbr_cal_env->prev_ov_highSubband; in calculateSbrEnvelope()
1128 ov_highSubband = highSubband; in calculateSbrEnvelope()
1129 if (highSubband < hFreq->ov_highSubband) { in calculateSbrEnvelope()
1130 ov_highSubband = hFreq->ov_highSubband; in calculateSbrEnvelope()
1661 lowSubband, ov_highSubband, 0, first_start); in calculateSbrEnvelope()
1677 lowSubband, ov_highSubband, 0, first_start, in calculateSbrEnvelope()
[all …]
Denv_extr.h183 UCHAR ov_highSubband; /*!< if headerchange applies this value holds the old member
Dsbr_dec.cpp682 if (hSbrDec->qmfDomainOutCh->fb.usb < hFreq->ov_highSubband) { in sbr_dec()
691 fMin((UINT)hFreq->ov_highSubband, in sbr_dec()
704 hFreq->ov_highSubband = save_usb; in sbr_dec()
Dsbrdec_freq_sca.cpp829 hFreq->ov_highSubband = hFreq->highSubband; in resetFreqBandTables()