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()
244 &hSbrDec->SynthesisQMF, in changeQmfType()
246 hSbrDec->SynthesisQMF.no_col, in changeQmfType()
247 hSbrDec->SynthesisQMF.lsb, in changeQmfType()
248 hSbrDec->SynthesisQMF.usb, in changeQmfType()
249 hSbrDec->SynthesisQMF.no_channels, in changeQmfType()
344 …if ( ((flags & SBRDEC_LOW_POWER ) ? 1 : 0) != ((hSbrDec->SynthesisQMF.flags & QMF_FLAG_LP) ? 1 : 0… in sbr_dec()
515 hSbrDec->SynthesisQMF.no_col, in sbr_dec()
[all …]
Dsbr_dec.h106 QMF_FILTER_BANK SynthesisQMF; member
Dsbrdecoder.cpp1450 self->pSbrElement[0]->pSbrChannel[0]->SbrDec.SynthesisQMF.no_channels in sbrDecoder_Apply()
1451 * self->pSbrElement[0]->pSbrChannel[0]->SbrDec.SynthesisQMF.no_col; in sbrDecoder_Apply()