Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dsbr_dec.cpp299 pLowBandReal[i] = hSbrDec->qmfDomainInCh->hQmfSlotsReal[i]; in sbr_dec()
300 pLowBandImag[i] = hSbrDec->qmfDomainInCh->hQmfSlotsImag[i]; in sbr_dec()
320 FDK_QmfDomain_QmfData2HBE(hSbrDec->qmfDomainInCh, in sbr_dec()
340 FDK_QmfDomain_WorkBuffer2ProcChannel(hSbrDec->qmfDomainInCh); in sbr_dec()
343 qmfAnalysisFiltering(&hSbrDec->qmfDomainInCh->fb, pReal, pImag, in sbr_dec()
344 &hSbrDec->qmfDomainInCh->scaling, pTimeInQmf, 0, 1, in sbr_dec()
380 hSbrDec->qmfDomainInCh->fb.no_channels, 0, noCols); in sbr_dec()
384 DFRACT_BITS - 1 - hSbrDec->qmfDomainInCh->scaling.lb_scale); in sbr_dec()
388 hSbrDec->qmfDomainInCh->fb.no_channels, 0, noCols, in sbr_dec()
391 hSbrDec->qmfDomainInCh->scaling.lb_scale += reserve; in sbr_dec()
[all …]
Dsbr_dec.h146 HANDLE_FDK_QMF_DOMAIN_IN qmfDomainInCh; member
Dsbrdecoder.cpp438 self->pSbrElement[el]->pSbrChannel[ch]->SbrDec.qmfDomainInCh = in sbrDecoder_AssignQmfChannels2SbrChannels()