Searched refs:SbrDec (Results 1 – 3 of 3) sorted by relevance
/external/aac/libSBRdec/src/ |
D | sbr_dec.cpp | 902 HANDLE_SBR_DEC hs = &(hSbrChannel->SbrDec); in createSbrDec() 951 hSbrChannel->SbrDec.tmp_memory = (FIXP_DBL **)fdkCallocMatrix2D_aligned( in createSbrDec() 953 if (hSbrChannel->SbrDec.tmp_memory == NULL) { in createSbrDec() 957 hSbrChannel->SbrDec.hQmfHBESlotsReal = hSbrChannel->SbrDec.tmp_memory; in createSbrDec() 958 hSbrChannel->SbrDec.hQmfHBESlotsImag = in createSbrDec() 961 if (hSbrChannel->SbrDec.hQmfHBESlotsImag == NULL) { in createSbrDec() 969 hSbrChannel->SbrDec.codecQMFBufferReal = in createSbrDec() 972 if (hSbrChannel->SbrDec.codecQMFBufferReal == NULL) { in createSbrDec() 976 hSbrChannel->SbrDec.codecQMFBufferImag = in createSbrDec() 979 if (hSbrChannel->SbrDec.codecQMFBufferImag == NULL) { in createSbrDec() [all …]
|
D | sbrdecoder.cpp | 436 self->pSbrElement[el]->pSbrChannel[ch]->SbrDec.qmfDomainInCh = in sbrDecoder_AssignQmfChannels2SbrChannels() 438 self->pSbrElement[el]->pSbrChannel[ch]->SbrDec.qmfDomainOutCh = in sbrDecoder_AssignQmfChannels2SbrChannels() 677 ->SbrDec.sbrDrcChannel); in sbrDecoder_InitElement() 781 hSbrChannel[ch]->SbrDec.highBandFadeCnt = SBRDEC_MAX_HB_FADE_FRAMES; in sbrDecoder_HeaderUpdate() 1045 ->SbrDec.sbrDrcChannel; in sbrDecoder_drcGetChannel() 1440 pSbrChannel[0]->SbrDec.PvcStaticData.pvc_mode_last, hBs, in sbrDecoder_Parse() 1680 &pSbrChannel[ch]->SbrDec, hSbrHeader, &pSbrChannel[ch]->prevFrameData, in sbrDecoder_DecodeElement() 1747 sbr_dec(&pSbrChannel[0]->SbrDec, input + offset0_block, timeData + offset0, in sbrDecoder_DecodeElement() 1748 (self->flags & SBRDEC_PS_DECODED) ? &pSbrChannel[1]->SbrDec : NULL, in sbrDecoder_DecodeElement() 1756 sbr_dec(&pSbrChannel[1]->SbrDec, input + offset1_block, in sbrDecoder_DecodeElement()
|
D | sbr_dec.h | 172 SBR_DEC SbrDec; member
|