Home
last modified time | relevance | path

Searched refs:hHBE (Results 1 – 2 of 2) sorted by relevance

/external/aac/libSBRdec/src/
Dsbr_dec.cpp461 hSbrDec->hHBE->noChannels * sizeof(FIXP_DBL)); in sbr_dec()
465 hSbrDec->hHBE->noChannels * sizeof(FIXP_DBL)); in sbr_dec()
471 for (i = 0; i < hSbrDec->hHBE->noCols; i++) { in sbr_dec()
473 hSbrDec->hHBE->noChannels * sizeof(FIXP_DBL)); in sbr_dec()
475 hSbrDec->hHBE->noChannels * sizeof(FIXP_DBL)); in sbr_dec()
479 hSbrDec->hHBE, pReal, pImag, noCols, pLowBandReal, pLowBandImag, in sbr_dec()
487 int *xOverQmf = GetxOverBandQmfTransposer(hSbrDec->hHBE); in sbr_dec()
501 &hSbrDec->LppTrans, hSbrDec->hHBE, &hSbrDec->qmfDomainInCh->scaling, in sbr_dec()
515 ->hQmfSlotsReal[hSbrDec->hHBE->noCols - LPC_ORDER + i], in sbr_dec()
519 ->hQmfSlotsImag[hSbrDec->hHBE->noCols - LPC_ORDER + i], in sbr_dec()
[all …]
Dsbr_dec.h144 HANDLE_HBE_TRANSPOSER hHBE; member