Home
last modified time | relevance | path

Searched refs:pTimeData (Results 1 – 12 of 12) sorted by relevance

/external/aac/libFDK/include/
Dmdct.h184 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/
Dtransform.cpp117 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()
Dtransform.h131 INT FDKaacEnc_Transform_Real(const INT_PCM* pTimeData,
156 INT FDKaacEnc_Transform_Real_Eld(const INT_PCM* pTimeData,
/external/aac/libAACdec/src/
Daacdecoder_lib.cpp1143 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 …]
Daacdecoder.h430 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,
Dusacdec_lpd.h147 CAacDecoderChannelInfo *pAacDecoderChannelInfo, FIXP_PCM *pTimeData,
Daacdecoder.cpp571 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 …]
Dusacdec_lpd.cpp1549 CAacDecoderChannelInfo *pAacDecoderChannelInfo, FIXP_PCM *pTimeData, in CLpd_RenderTimeSignal() argument
2014 pTimeData, pAacDecoderStaticChannelInfo->mem_bpf); in CLpd_RenderTimeSignal()
/external/aac/libFDK/src/
Dmdct.cpp344 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/
Dsac_dec_lib.cpp1510 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/
Dsac_dec_lib.h408 INT_PCM *input, PCM_MPS *pTimeData,
/external/aac/libAACdec/include/
Daacdecoder_lib.h1064 INT_PCM *pTimeData,