Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dsbrdecoder.cpp556 …sbrDecoder_drcInitChannel( &self->pSbrElement[elementIndex]->pSbrChannel[ch]->SbrDec.sbrDrcChannel… in sbrDecoder_InitElement()
559 self->pSbrElement[elementIndex]->pSbrChannel[ch]->SbrDec.WorkBuffer1 = self->workBuffer1; in sbrDecoder_InitElement()
560 self->pSbrElement[elementIndex]->pSbrChannel[ch]->SbrDec.WorkBuffer2 = self->workBuffer2; in sbrDecoder_InitElement()
867 …pSbrDrcChannelData = &self->pSbrElement[elementIndex]->pSbrChannel[elChanIdx]->SbrDec.sbrDrcChanne… in sbrDecoder_drcGetChannel()
1404 &pSbrChannel[ch]->SbrDec, in sbrDecoder_DecodeElement()
1466 sbr_dec (&pSbrChannel[0]->SbrDec, in sbrDecoder_DecodeElement()
1469 &pSbrChannel[1]->SbrDec, in sbrDecoder_DecodeElement()
1484 sbr_dec (&pSbrChannel[1]->SbrDec, in sbrDecoder_DecodeElement()
1577 self->pSbrElement[0]->pSbrChannel[0]->SbrDec.SynthesisQMF.no_channels in sbrDecoder_Apply()
1578 * self->pSbrElement[0]->pSbrChannel[0]->SbrDec.SynthesisQMF.no_col; in sbrDecoder_Apply()
Dsbr_dec.h147 SBR_DEC SbrDec; member
Dsbr_dec.cpp784 HANDLE_SBR_DEC hs = &(hSbrChannel->SbrDec); in createSbrDec()
888 …assignTimeSlots( &hSbrChannel->SbrDec, hHeaderData->numberTimeSlots * hHeaderData->timeStep, qmfFl… in createSbrDec()
900 HANDLE_SBR_DEC hs = &hSbrChannel->SbrDec; in deleteSbrDec()