Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dsbr_dec.cpp460 hSbrDec->hHBE->noChannels * sizeof(FIXP_DBL)); in sbr_dec()
464 hSbrDec->hHBE->noChannels * sizeof(FIXP_DBL)); in sbr_dec()
470 for (i = 0; i < hSbrDec->hHBE->noCols; i++) { in sbr_dec()
472 hSbrDec->hHBE->noChannels * sizeof(FIXP_DBL)); in sbr_dec()
474 hSbrDec->hHBE->noChannels * sizeof(FIXP_DBL)); in sbr_dec()
478 hSbrDec->hHBE, pReal, pImag, noCols, pLowBandReal, pLowBandImag, in sbr_dec()
486 int *xOverQmf = GetxOverBandQmfTransposer(hSbrDec->hHBE); in sbr_dec()
500 &hSbrDec->LppTrans, hSbrDec->hHBE, &hSbrDec->qmfDomainInCh->scaling, in sbr_dec()
514 ->hQmfSlotsReal[hSbrDec->hHBE->noCols - LPC_ORDER + i], in sbr_dec()
518 ->hQmfSlotsImag[hSbrDec->hHBE->noCols - LPC_ORDER + i], in sbr_dec()
[all …]
Dsbr_dec.h144 HANDLE_HBE_TRANSPOSER hHBE; member