/external/aac/libFDK/include/ |
D | mdct.h | 184 INT mdct_block(H_MDCT hMdct, const INT_PCM *pTimeData, const INT noInSamples, 205 INT imdct_drain(H_MDCT hMdct, FIXP_DBL *pTimeData, INT nrSamplesRoom); 212 INT imdct_copy_ov_and_nr(H_MDCT hMdct, FIXP_DBL *pTimeData, INT nrSamples);
|
/external/aac/libAACenc/src/ |
D | transform.cpp | 117 INT FDKaacEnc_Transform_Real(const INT_PCM *pTimeData, in FDKaacEnc_Transform_Real() argument 130 timeData = pTimeData; in FDKaacEnc_Transform_Real() 172 INT FDKaacEnc_Transform_Real_Eld(const INT_PCM *pTimeData, in FDKaacEnc_Transform_Real_Eld() argument 191 timeData = pTimeData; in FDKaacEnc_Transform_Real_Eld()
|
D | transform.h | 131 INT FDKaacEnc_Transform_Real(const INT_PCM* pTimeData, 156 INT FDKaacEnc_Transform_Real_Eld(const INT_PCM* pTimeData,
|
/external/aac/libAACdec/src/ |
D | aacdecoder_lib.cpp | 1143 INT_PCM *pTimeData = NULL; in aacDecoder_DecodeFrame() local 1160 pTimeData = self->pcmOutputBuffer; in aacDecoder_DecodeFrame() 1321 pTimeDataFixpPcm = pTimeData; in aacDecoder_DecodeFrame() 1419 self->qmfDomain.globalConf.TDinput = pTimeData; in aacDecoder_DecodeFrame() 1479 FDKmemcpy(input, pTimeData, in aacDecoder_DecodeFrame() 1484 sbrError = sbrDecoder_Apply(self->hSbrDecoder, input, pTimeData, in aacDecoder_DecodeFrame() 1567 (INT_PCM *)self->workBufferCore2, pTimeData, timeDataSize, in aacDecoder_DecodeFrame() 1593 FDKmemclear(pTimeData, self->mpsOutChannelsLast * in aacDecoder_DecodeFrame() 1615 sbrError = sbrDecoder_Apply(self->hSbrDecoder, pTimeData, pTimeData, in aacDecoder_DecodeFrame() 1657 (PCM_DEC)FX_PCM2PCM_DEC(pTimeData[i]) >> PCM_OUT_HEADROOM; in aacDecoder_DecodeFrame() [all …]
|
D | aacdecoder.h | 430 HANDLE_AACDECODER self, const UINT flags, FIXP_PCM *pTimeData, 439 const INT_PCM *pTimeData, INT_PCM **pTimeDataFlush, const INT numChannels, 444 INT_PCM *pTimeData, INT_PCM **pTimeDataFlush, const INT numChannels,
|
D | usacdec_lpd.h | 147 CAacDecoderChannelInfo *pAacDecoderChannelInfo, FIXP_PCM *pTimeData,
|
D | aacdecoder.cpp | 571 const INT_PCM *pTimeData, INT_PCM **pTimeDataFlush, const INT numChannels, in CAacDecoder_PrepareCrossFade() argument 587 const INT_PCM *pIn = &pTimeData[ch * s1]; in CAacDecoder_PrepareCrossFade() 609 INT_PCM *pTimeData, INT_PCM **pTimeDataFlush, const INT numChannels, in CAacDecoder_ApplyCrossFade() argument 625 INT_PCM *pIn = &pTimeData[ch * s1]; in CAacDecoder_ApplyCrossFade() 2378 HANDLE_AACDECODER self, const UINT flags, FIXP_PCM *pTimeData, in CAacDecoder_DecodeFrame() argument 3002 (FIXP_DBL *)pTimeData; in CAacDecoder_DecodeFrame() 3320 FDKmemclear(pTimeData + offset, in CAacDecoder_DecodeFrame() 3328 pTimeData + offset, self->streamInfo.aacSamplesPerFrame, in CAacDecoder_DecodeFrame() 3340 pTimeData + offset, self->streamInfo.aacSamplesPerFrame); in CAacDecoder_DecodeFrame() 3350 pTimeData + offset, self->streamInfo.aacSamplesPerFrame, in CAacDecoder_DecodeFrame() [all …]
|
D | usacdec_lpd.cpp | 1549 CAacDecoderChannelInfo *pAacDecoderChannelInfo, FIXP_PCM *pTimeData, in CLpd_RenderTimeSignal() argument 2014 pTimeData, pAacDecoderStaticChannelInfo->mem_bpf); in CLpd_RenderTimeSignal()
|
/external/aac/libFDK/src/ |
D | mdct.cpp | 344 INT imdct_copy_ov_and_nr(H_MDCT hMdct, FIXP_DBL *pTimeData, INT nrSamples) { in imdct_copy_ov_and_nr() argument 351 FDKmemcpy(pTimeData, hMdct->overlap.time, nt * sizeof(FIXP_DBL)); in imdct_copy_ov_and_nr() 352 pTimeData += nt; in imdct_copy_ov_and_nr() 358 *pTimeData = IMDCT_SCALE_DBL(x); in imdct_copy_ov_and_nr() 359 pTimeData++; in imdct_copy_ov_and_nr() 364 *pTimeData = IMDCT_SCALE_DBL(x); in imdct_copy_ov_and_nr() 365 pTimeData++; in imdct_copy_ov_and_nr()
|
/external/aac/libSACdec/src/ |
D | sac_dec_lib.cpp | 1510 INT_PCM *input, PCM_MPS *pTimeData, in mpegSurroundDecoder_Apply() argument 1518 PCM_MPS *pTimeOut = pTimeData; in mpegSurroundDecoder_Apply() 1686 pTimeData + timeDataFrameSizeOut - timeDataFrameSize; in mpegSurroundDecoder_Apply() 1688 FDKmemmove(pTimeData + (i + 1) * timeDataFrameSizeOut - timeDataFrameSize, in mpegSurroundDecoder_Apply() 1689 pTimeData + timeDataFrameSize * i, in mpegSurroundDecoder_Apply() 1691 FDKmemclear(pTimeData + i * timeDataFrameSizeOut, in mpegSurroundDecoder_Apply() 1696 FDKmemcpy(input, pTimeData, in mpegSurroundDecoder_Apply()
|
/external/aac/libSACdec/include/ |
D | sac_dec_lib.h | 408 INT_PCM *input, PCM_MPS *pTimeData,
|
/external/aac/libAACdec/include/ |
D | aacdecoder_lib.h | 1064 INT_PCM *pTimeData,
|