Home
last modified time | relevance | path

Searched refs:pAacDecoderStaticChannelInfo (Results 1 – 19 of 19) sorted by relevance

/external/aac/libAACdec/src/
Dusacdec_lpd.cpp869 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo, in CLpd_FdnsDecode() argument
947 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo, UINT flags, in CLpd_TcxDecode() argument
949 FIXP_DBL *pAlfd_gains = pAacDecoderStaticChannelInfo->last_alfd_gains; in CLpd_TcxDecode()
950 ULONG *pSeed = &pAacDecoderStaticChannelInfo->nfRandomSeed; in CLpd_TcxDecode()
969 pAacDecoderStaticChannelInfo->last_tcx_pitch = find_mpitch(coeffs, lg); in CLpd_TcxDecode()
973 pAacDecoderStaticChannelInfo->last_tcx_noise_factor = tcx_noise_factor; in CLpd_TcxDecode()
976 tcx_noise_factor = pAacDecoderStaticChannelInfo->last_tcx_noise_factor; in CLpd_TcxDecode()
1040 pAacDecoderChannelInfo, pAacDecoderStaticChannelInfo, in CLpd_TcxDecode()
1063 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo, int lg, in CLpd_TCX_Read() argument
1093 error = CArco_DecodeArithData(pAacDecoderStaticChannelInfo->hArCo, hBs, pSpec, in CLpd_TCX_Read()
[all …]
Drvlcconceal.cpp434 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo) { in BidirectionalEstimation_UseScfOfPrevFrameAsReference() argument
492 if ((pAacDecoderStaticChannelInfo->concealmentInfo in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
494 (pAacDecoderStaticChannelInfo->concealmentInfo in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
501 fMin(commonMin, pAacDecoderStaticChannelInfo->concealmentInfo in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
512 if (pAacDecoderStaticChannelInfo->concealmentInfo in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
519 fMin(commonMin, pAacDecoderStaticChannelInfo->concealmentInfo in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
530 if ((pAacDecoderStaticChannelInfo->concealmentInfo in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
532 (pAacDecoderStaticChannelInfo->concealmentInfo in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
534 (pAacDecoderStaticChannelInfo->concealmentInfo in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
536 (pAacDecoderStaticChannelInfo->concealmentInfo in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
[all …]
Dchannel.cpp165 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[2], in CChannelElement_Decode()
204 pAacDecoderChannelInfo, pAacDecoderStaticChannelInfo, in CChannelElement_Decode()
247 pAacDecoderStaticChannelInfo[ch], flags); in CChannelElement_Decode()
304 pAacDecoderStaticChannelInfo[L] in CChannelElement_Decode()
308 pAacDecoderStaticChannelInfo[L] in CChannelElement_Decode()
350 pAacDecoderChannelInfo, pAacDecoderStaticChannelInfo, in CChannelElement_Decode()
375 pAacDecoderStaticChannelInfo[L] in CChannelElement_Decode()
380 CRvlc_ElementCheck(pAacDecoderChannelInfo, pAacDecoderStaticChannelInfo, in CChannelElement_Decode()
414 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[], in CChannelElement_Read() argument
449 if (pAacDecoderStaticChannelInfo != NULL) { in CChannelElement_Read()
[all …]
Dusacdec_lpd.h120 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
134 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo, UINT flags);
147 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
199 void CFdp_Reset(CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo);
Dconceal.cpp215 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
221 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
240 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
551 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo) { in CConcealment_Store() argument
631 FDKmemcpy(hConcealmentInfo->lsf4, pAacDecoderStaticChannelInfo->lpc4_lsf, in CConcealment_Store()
635 pAacDecoderStaticChannelInfo->last_tcx_gain; in CConcealment_Store()
637 pAacDecoderStaticChannelInfo->last_tcx_gain_e; in CConcealment_Store()
649 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo, in CConcealment_Apply() argument
673 pAacDecoderStaticChannelInfo); in CConcealment_Apply()
687 pAacDecoderStaticChannelInfo, samplesPerFrame, in CConcealment_Apply()
[all …]
Daacdecoder.cpp269 if (self->pAacDecoderStaticChannelInfo in CAacDecoder_SignalInterruption()
271 self->pAacDecoderStaticChannelInfo[i]->hArCo->m_numberLinesPrev = 0; in CAacDecoder_SignalInterruption()
1365 if (self->pAacDecoderStaticChannelInfo[ch] != NULL) { in CAacDecoder_DeInit()
1366 if (self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer != NULL) { in CAacDecoder_DeInit()
1368 &self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer); in CAacDecoder_DeInit()
1370 if (self->pAacDecoderStaticChannelInfo[ch]->hArCo != NULL) { in CAacDecoder_DeInit()
1371 CArco_Destroy(self->pAacDecoderStaticChannelInfo[ch]->hArCo); in CAacDecoder_DeInit()
1373 FreeAacDecoderStaticChannelInfo(&self->pAacDecoderStaticChannelInfo[ch]); in CAacDecoder_DeInit()
2169 self->pAacDecoderStaticChannelInfo[ch] = in CAacDecoder_Init()
2171 if (self->pAacDecoderStaticChannelInfo[ch] == NULL) { in CAacDecoder_Init()
[all …]
Drvlc.cpp805 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo) { in rvlcFinalErrorDetection() argument
944 pAacDecoderStaticChannelInfo->concealmentInfo in rvlcFinalErrorDetection()
953 pAacDecoderStaticChannelInfo->concealmentInfo in rvlcFinalErrorDetection()
960 pAacDecoderStaticChannelInfo->concealmentInfo in rvlcFinalErrorDetection()
977 (pAacDecoderStaticChannelInfo->concealmentInfo.rvlcPreviousBlockType == in rvlcFinalErrorDetection()
979 pAacDecoderStaticChannelInfo->concealmentInfo in rvlcFinalErrorDetection()
983 pAacDecoderChannelInfo, pAacDecoderStaticChannelInfo); in rvlcFinalErrorDetection()
995 !(pAacDecoderStaticChannelInfo->concealmentInfo in rvlcFinalErrorDetection()
998 (pAacDecoderStaticChannelInfo->concealmentInfo in rvlcFinalErrorDetection()
1022 pAacDecoderStaticChannelInfo->concealmentInfo in rvlcFinalErrorDetection()
[all …]
Dblock.cpp901 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo, in CBlock_ReadAcSpectralData() argument
928 CArco_DecodeArithData(pAacDecoderStaticChannelInfo->hArCo, hBs, in CBlock_ReadAcSpectralData()
1017 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo, in CBlock_FrequencyToTime() argument
1046 if (pAacDecoderStaticChannelInfo->IMdct.prev_tl == 0) { in CBlock_FrequencyToTime()
1066 int last_frame_lost = pAacDecoderStaticChannelInfo->last_lpc_lost; in CBlock_FrequencyToTime()
1068 if (pAacDecoderStaticChannelInfo->last_core_mode == LPD) { in CBlock_FrequencyToTime()
1106 if (pAacDecoderStaticChannelInfo->last_lpd_mode == 0 || in CBlock_FrequencyToTime()
1107 pAacDecoderStaticChannelInfo->last_lpd_mode == 4) { in CBlock_FrequencyToTime()
1123 fMult(pAacDecoderStaticChannelInfo->lpc4_lsf[i], in CBlock_FrequencyToTime()
1135 &pAacDecoderStaticChannelInfo->IMdct, synth, in CBlock_FrequencyToTime()
[all …]
Drvlcconceal.h119 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo);
125 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo);
Drvlc.h138 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
150 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
Dchannel.h132 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[2],
154 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
Dconceal.h136 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo);
141 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
Daacdec_drc.h157 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
183 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
Dblock.h189 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
220 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
229 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
Daacdec_drc.cpp680 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[], in aacDecoder_drcExtractAndMap() argument
694 FDK_ASSERT(pAacDecoderStaticChannelInfo != NULL); in aacDecoder_drcExtractAndMap()
806 (pAacDecoderStaticChannelInfo[ch]->drcData.expiryCount < in aacDecoder_drcExtractAndMap()
809 (AACDEC_DRC_PAYLOAD_TYPE)pAacDecoderStaticChannelInfo[ch] in aacDecoder_drcExtractAndMap()
817 pAacDecoderStaticChannelInfo[ch]->drcData = pThreadBs->channelData; in aacDecoder_drcExtractAndMap()
1263 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[], in aacDecoder_drcProlog() argument
1282 self, hBs, pAacDecoderStaticChannelInfo, pceInstanceTag, channelMapping, in aacDecoder_drcProlog()
1305 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[], in aacDecoder_drcEpilog() argument
1324 self, hBs, pAacDecoderStaticChannelInfo, pceInstanceTag, channelMapping, in aacDecoder_drcEpilog()
Dstereo.cpp545 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[2], in CJointStereo_ApplyMS()
569 &pAacDecoderStaticChannelInfo[L] in CJointStereo_ApplyMS()
572 pAacDecoderStaticChannelInfo[L] in CJointStereo_ApplyMS()
575 pAacDecoderStaticChannelInfo[L] in CJointStereo_ApplyMS()
578 pAacDecoderStaticChannelInfo[L] in CJointStereo_ApplyMS()
581 pAacDecoderStaticChannelInfo[L] in CJointStereo_ApplyMS()
585 pAacDecoderStaticChannelInfo[L] in CJointStereo_ApplyMS()
588 pAacDecoderStaticChannelInfo[L] in CJointStereo_ApplyMS()
800 if (pAacDecoderStaticChannelInfo[L] in CJointStereo_ApplyMS()
Daacdecoder.h239 *pAacDecoderStaticChannelInfo[(8)]; /*!< Persistent channel memory */ member
Dchannelinfo.h462 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[2],
Daacdecoder_lib.cpp1434 self->pAacDecoderStaticChannelInfo[0]->concealmentInfo.concealState > in aacDecoder_DecodeFrame()