Searched refs:pTimeDataPcmPost (Results 1 – 1 of 1) sorted by relevance
/external/aac/libAACdec/src/ |
D | aacdecoder_lib.cpp | 1153 PCM_DEC *pTimeDataPcmPost; /* Signal buffer for PCM post-processing */ in aacDecoder_DecodeFrame() local 1648 pTimeDataPcmPost = self->pTimeData2; in aacDecoder_DecodeFrame() 1656 pTimeDataPcmPost[i] = in aacDecoder_DecodeFrame() 1721 (FIXP_DBL *)pTimeDataPcmPost + in aacDecoder_DecodeFrame() 1724 pTimeDataPcmPost, drcWorkBuffer, self->streamInfo.numChannels, in aacDecoder_DecodeFrame() 1727 drcWorkBuffer = (FIXP_DBL *)pTimeDataPcmPost; in aacDecoder_DecodeFrame() 1762 drcWorkBuffer, pTimeDataPcmPost, self->streamInfo.numChannels, in aacDecoder_DecodeFrame() 1788 self->hPcmUtils, pTimeDataPcmPost, timeDataFixpPcmSize, in aacDecoder_DecodeFrame() 1823 pInterleaveBuffer = (PCM_LIM *)pTimeDataPcmPost; in aacDecoder_DecodeFrame() 1828 FDK_interleave(pTimeDataPcmPost, pInterleaveBuffer, in aacDecoder_DecodeFrame() [all …]
|