Searched refs:SbrDec (Results 1 – 3 of 3) sorted by relevance
/external/aac/libSBRdec/src/ |
D | sbr_dec.cpp | 900 HANDLE_SBR_DEC hs = &(hSbrChannel->SbrDec); in createSbrDec() 949 hSbrChannel->SbrDec.tmp_memory = (FIXP_DBL **)fdkCallocMatrix2D_aligned( in createSbrDec() 951 if (hSbrChannel->SbrDec.tmp_memory == NULL) { in createSbrDec() 955 hSbrChannel->SbrDec.hQmfHBESlotsReal = hSbrChannel->SbrDec.tmp_memory; in createSbrDec() 956 hSbrChannel->SbrDec.hQmfHBESlotsImag = in createSbrDec() 959 if (hSbrChannel->SbrDec.hQmfHBESlotsImag == NULL) { in createSbrDec() 967 hSbrChannel->SbrDec.codecQMFBufferReal = in createSbrDec() 970 if (hSbrChannel->SbrDec.codecQMFBufferReal == NULL) { in createSbrDec() 974 hSbrChannel->SbrDec.codecQMFBufferImag = in createSbrDec() 977 if (hSbrChannel->SbrDec.codecQMFBufferImag == NULL) { in createSbrDec() [all …]
|
D | sbrdecoder.cpp | 438 self->pSbrElement[el]->pSbrChannel[ch]->SbrDec.qmfDomainInCh = in sbrDecoder_AssignQmfChannels2SbrChannels() 440 self->pSbrElement[el]->pSbrChannel[ch]->SbrDec.qmfDomainOutCh = in sbrDecoder_AssignQmfChannels2SbrChannels() 679 ->SbrDec.sbrDrcChannel); in sbrDecoder_InitElement() 783 hSbrChannel[ch]->SbrDec.highBandFadeCnt = SBRDEC_MAX_HB_FADE_FRAMES; in sbrDecoder_HeaderUpdate() 1045 ->SbrDec.sbrDrcChannel; in sbrDecoder_drcGetChannel() 1438 pSbrChannel[0]->SbrDec.PvcStaticData.pvc_mode_last, hBs, in sbrDecoder_Parse() 1691 &pSbrChannel[ch]->SbrDec, hSbrHeader, &pSbrChannel[ch]->prevFrameData, in sbrDecoder_DecodeElement() 1758 sbr_dec(&pSbrChannel[0]->SbrDec, input + offset0_block, timeData + offset0, in sbrDecoder_DecodeElement() 1759 (self->flags & SBRDEC_PS_DECODED) ? &pSbrChannel[1]->SbrDec : NULL, in sbrDecoder_DecodeElement() 1767 sbr_dec(&pSbrChannel[1]->SbrDec, input + offset1_block, in sbrDecoder_DecodeElement()
|
D | sbr_dec.h | 172 SBR_DEC SbrDec; member
|