Searched refs:SbrDec (Results 1 – 3 of 3) sorted by relevance
/external/aac/libSBRdec/src/ |
D | sbr_dec.cpp | 906 HANDLE_SBR_DEC hs = &(hSbrChannel->SbrDec); in createSbrDec() 955 hSbrChannel->SbrDec.tmp_memory = (FIXP_DBL **)fdkCallocMatrix2D_aligned( in createSbrDec() 957 if (hSbrChannel->SbrDec.tmp_memory == NULL) { in createSbrDec() 961 hSbrChannel->SbrDec.hQmfHBESlotsReal = hSbrChannel->SbrDec.tmp_memory; in createSbrDec() 962 hSbrChannel->SbrDec.hQmfHBESlotsImag = in createSbrDec() 965 if (hSbrChannel->SbrDec.hQmfHBESlotsImag == NULL) { in createSbrDec() 973 hSbrChannel->SbrDec.codecQMFBufferReal = in createSbrDec() 976 if (hSbrChannel->SbrDec.codecQMFBufferReal == NULL) { in createSbrDec() 980 hSbrChannel->SbrDec.codecQMFBufferImag = in createSbrDec() 983 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() 1043 ->SbrDec.sbrDrcChannel; in sbrDecoder_drcGetChannel() 1436 pSbrChannel[0]->SbrDec.PvcStaticData.pvc_mode_last, hBs, in sbrDecoder_Parse() 1674 &pSbrChannel[ch]->SbrDec, hSbrHeader, &pSbrChannel[ch]->prevFrameData, in sbrDecoder_DecodeElement() 1741 sbr_dec(&pSbrChannel[0]->SbrDec, input + offset0_block, timeData + offset0, in sbrDecoder_DecodeElement() 1742 (self->flags & SBRDEC_PS_DECODED) ? &pSbrChannel[1]->SbrDec : NULL, in sbrDecoder_DecodeElement() 1750 sbr_dec(&pSbrChannel[1]->SbrDec, input + offset1_block, in sbrDecoder_DecodeElement()
|
D | sbr_dec.h | 172 SBR_DEC SbrDec; member
|