Home
last modified time | relevance | path

Searched refs:SynthesisQMF (Results 1 – 3 of 3) sorted by relevance

/external/aac/libSBRdec/src/
Dsbr_dec.cpp176 hSbrDec->SynthesisQMF.flags |= QMF_FLAG_LP; in assignTimeSlots()
179 hSbrDec->SynthesisQMF.flags &= ~QMF_FLAG_LP; in assignTimeSlots()
193 UINT synQmfFlags = hSbrDec->SynthesisQMF.flags; in changeQmfType()
256 FDKmemcpy(&prvSynQmf, &hSbrDec->SynthesisQMF, sizeof(QMF_FILTER_BANK)); in changeQmfType()
260 &hSbrDec->SynthesisQMF, in changeQmfType()
262 hSbrDec->SynthesisQMF.no_col, in changeQmfType()
263 hSbrDec->SynthesisQMF.lsb, in changeQmfType()
264 hSbrDec->SynthesisQMF.usb, in changeQmfType()
265 hSbrDec->SynthesisQMF.no_channels, in changeQmfType()
271 FDKmemcpy(&hSbrDec->SynthesisQMF, &prvSynQmf, sizeof(QMF_FILTER_BANK)); in changeQmfType()
[all …]
Dsbr_dec.h106 QMF_FILTER_BANK SynthesisQMF; member
Dsbrdecoder.cpp1577 self->pSbrElement[0]->pSbrChannel[0]->SbrDec.SynthesisQMF.no_channels in sbrDecoder_Apply()
1578 * self->pSbrElement[0]->pSbrChannel[0]->SbrDec.SynthesisQMF.no_col; in sbrDecoder_Apply()