Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dsbr_dec.cpp300 pLowBandReal[i] = hSbrDec->qmfDomainInCh->hQmfSlotsReal[i]; in sbr_dec()
301 pLowBandImag[i] = hSbrDec->qmfDomainInCh->hQmfSlotsImag[i]; in sbr_dec()
321 FDK_QmfDomain_QmfData2HBE(hSbrDec->qmfDomainInCh, in sbr_dec()
341 FDK_QmfDomain_WorkBuffer2ProcChannel(hSbrDec->qmfDomainInCh); in sbr_dec()
344 qmfAnalysisFiltering(&hSbrDec->qmfDomainInCh->fb, pReal, pImag, in sbr_dec()
345 &hSbrDec->qmfDomainInCh->scaling, pTimeInQmf, in sbr_dec()
381 hSbrDec->qmfDomainInCh->fb.no_channels, 0, noCols); in sbr_dec()
385 DFRACT_BITS - 1 - hSbrDec->qmfDomainInCh->scaling.lb_scale); in sbr_dec()
389 hSbrDec->qmfDomainInCh->fb.no_channels, 0, noCols, in sbr_dec()
392 hSbrDec->qmfDomainInCh->scaling.lb_scale += reserve; in sbr_dec()
[all …]
Dsbr_dec.h146 HANDLE_FDK_QMF_DOMAIN_IN qmfDomainInCh; member
Dsbrdecoder.cpp436 self->pSbrElement[el]->pSbrChannel[ch]->SbrDec.qmfDomainInCh = in sbrDecoder_AssignQmfChannels2SbrChannels()