Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dsbrdecoder.cpp522 …sbrDecoder_drcInitChannel( &self->pSbrElement[elementIndex]->pSbrChannel[ch]->SbrDec.sbrDrcChannel… in sbrDecoder_InitElement()
525 self->pSbrElement[elementIndex]->pSbrChannel[ch]->SbrDec.WorkBuffer1 = self->workBuffer1; in sbrDecoder_InitElement()
526 self->pSbrElement[elementIndex]->pSbrChannel[ch]->SbrDec.WorkBuffer2 = self->workBuffer2; in sbrDecoder_InitElement()
833 …pSbrDrcChannelData = &self->pSbrElement[elementIndex]->pSbrChannel[elChanIdx]->SbrDec.sbrDrcChanne… in sbrDecoder_drcGetChannel()
1280 &pSbrChannel[ch]->SbrDec, in sbrDecoder_DecodeElement()
1342 sbr_dec (&pSbrChannel[0]->SbrDec, in sbrDecoder_DecodeElement()
1345 &pSbrChannel[1]->SbrDec, in sbrDecoder_DecodeElement()
1359 sbr_dec (&pSbrChannel[1]->SbrDec, in sbrDecoder_DecodeElement()
1450 self->pSbrElement[0]->pSbrChannel[0]->SbrDec.SynthesisQMF.no_channels in sbrDecoder_Apply()
1451 * self->pSbrElement[0]->pSbrChannel[0]->SbrDec.SynthesisQMF.no_col; in sbrDecoder_Apply()
Dsbr_dec.h144 SBR_DEC SbrDec; member
Dsbr_dec.cpp739 HANDLE_SBR_DEC hs = &(hSbrChannel->SbrDec); in createSbrDec()
840 …assignTimeSlots( &hSbrChannel->SbrDec, hHeaderData->numberTimeSlots * hHeaderData->timeStep, qmfFl… in createSbrDec()
852 HANDLE_SBR_DEC hs = &hSbrChannel->SbrDec; in deleteSbrDec()