Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Denv_calc.cpp894 int ov_highSubband = hFreq->highSubband; in calculateSbrEnvelope() local
920 if (hFreq->highSubband < hFreq->ov_highSubband) { in calculateSbrEnvelope()
921 ov_highSubband = hFreq->ov_highSubband; in calculateSbrEnvelope()
935 ov_highSubband = highSubband; in calculateSbrEnvelope()
937 ov_highSubband = h_sbr_cal_env->prev_ov_highSubband; in calculateSbrEnvelope()
1111 ov_highSubband = highSubband; in calculateSbrEnvelope()
1112 if (highSubband < hFreq->ov_highSubband) { in calculateSbrEnvelope()
1113 ov_highSubband = hFreq->ov_highSubband; in calculateSbrEnvelope()
1656 lowSubband, ov_highSubband, 0, first_start); in calculateSbrEnvelope()
1672 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.cpp683 if (hSbrDec->qmfDomainOutCh->fb.usb < hFreq->ov_highSubband) { in sbr_dec()
692 fMin((UINT)hFreq->ov_highSubband, in sbr_dec()
705 hFreq->ov_highSubband = save_usb; in sbr_dec()
Dsbrdec_freq_sca.cpp832 hFreq->ov_highSubband = hFreq->highSubband; in resetFreqBandTables()