Searched refs:pAacDecoderStaticChannelInfo (Results 1 - 15 of 15) sorted by relevance

/external/aac/libAACdec/src/
H A Drvlcconceal.h101 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo
108 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo
H A Dchannel.h117 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[2],
138 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
H A Drvlc.h115 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
121 * \param pAacDecoderStaticChannelInfo
126 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
H A Daacdec_drc.h144 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
161 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
H A Dconceal.h130 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo );
134 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
H A Drvlcconceal.cpp401 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo
452 if ( (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]==INTENSITY_HCB) || (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]==INTENSITY_HCB2) ) {
454 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = FDKmin(commonMin, pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousScaleFactor[bnds]);
462 if ( (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]==NOISE_HCB) ) {
464 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = FDKmin(commonMin, pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousScaleFactor[bnds]);
471 if ( (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]!=ZERO_HCB)
472 && (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]!=NOISE_HCB)
473 && (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]!=INTENSITY_HCB)
474 && (pAacDecoderStaticChannelInfo
[all...]
H A Daacdecoder.cpp756 if (self->pAacDecoderStaticChannelInfo[ch] != NULL) {
757 FreeOverlapBuffer (&self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer);
758 FreeAacDecoderStaticChannelInfo (&self->pAacDecoderStaticChannelInfo[ch]);
971 if (self->pAacDecoderStaticChannelInfo[ch] == NULL) {
972 self->pAacDecoderStaticChannelInfo[ch] = GetAacDecoderStaticChannelInfo(ch);
973 if (self->pAacDecoderStaticChannelInfo[ch] == NULL) {
976 self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer = GetOverlapBuffer(ch); /* This area size depends on the AOT */
977 if (self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer == NULL) {
1012 mdct_init( &self->pAacDecoderStaticChannelInfo[ch]->IMdct,
1013 self->pAacDecoderStaticChannelInfo[c
[all...]
H A Drvlc.cpp799 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo)
940 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousScaleFactor[bnds] = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
948 pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds] = pAacDecoderChannelInfo->pDynData->aCodeBook[bnds];
953 pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds] = ZERO_HCB;
966 && (pAacDecoderStaticChannelInfo->concealmentInfo.rvlcPreviousBlockType == currentBlockType) && pAacDecoderStaticChannelInfo->concealmentInfo.rvlcPreviousScaleFactorOK
969 BidirectionalEstimation_UseScfOfPrevFrameAsReference (pAacDecoderChannelInfo, pAacDecoderStaticChannelInfo);
980 && !(pAacDecoderStaticChannelInfo->concealmentInfo.rvlcPreviousScaleFactorOK && pRvlc->sf_concealment && (pAacDecoderStaticChannelInfo->concealmentInfo.rvlcPreviousBlockType == currentBlockType))
1005 if ( (pRvlc->conceal_min <= pRvlc->conceal_max) && pAacDecoderStaticChannelInfo
798 rvlcFinalErrorDetection(CAacDecoderChannelInfo *pAacDecoderChannelInfo, CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo) argument
1126 CRvlc_Decode( CAacDecoderChannelInfo *pAacDecoderChannelInfo, CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo, HANDLE_FDK_BITSTREAM bs ) argument
1173 CRvlc_ElementCheck( CAacDecoderChannelInfo *pAacDecoderChannelInfo[], CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[], const UINT flags, const INT elChannels ) argument
[all...]
H A Dblock.h206 void CBlock_FrequencyToTime(CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
217 void CBlock_FrequencyToTimeLowDelay(CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
H A Dchannel.cpp133 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[2],
192 pAacDecoderStaticChannelInfo,
230 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
374 pAacDecoderStaticChannelInfo[ch],
132 CChannelElement_Decode( CAacDecoderChannelInfo *pAacDecoderChannelInfo[2], CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[2], SamplingRateInfo *pSamplingRateInfo, UINT flags, int el_channels) argument
228 CChannelElement_Read(HANDLE_FDK_BITSTREAM hBs, CAacDecoderChannelInfo *pAacDecoderChannelInfo[], CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[], const AUDIO_OBJECT_TYPE aot, const SamplingRateInfo *pSamplingRateInfo, const UINT flags, const UINT frame_length, const UCHAR numberOfChannels, const SCHAR epConfig, HANDLE_TRANSPORTDEC pTpDec ) argument
H A Daacdec_drc.cpp622 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
765 pAacDecoderStaticChannelInfo[ch]->drcData = pThreadBs->channelData;
1007 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
1023 pAacDecoderStaticChannelInfo,
1039 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
1055 pAacDecoderStaticChannelInfo,
H A Daacdecoder.h194 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[(6)]; /*!< Persistent channel memory */ member in struct:AAC_DECODER_INSTANCE
H A Dblock.cpp682 void CBlock_FrequencyToTime(CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo, argument
727 &pAacDecoderStaticChannelInfo->IMdct,
751 void CBlock_FrequencyToTimeLowDelay( CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo, argument
761 pAacDecoderStaticChannelInfo->pOverlapBuffer,
H A Dconceal.cpp220 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
654 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo )
732 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
755 pAacDecoderStaticChannelInfo );
790 pAacDecoderStaticChannelInfo,
828 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
729 CConcealment_Apply( CConcealmentInfo *hConcealmentInfo, CAacDecoderChannelInfo *pAacDecoderChannelInfo, CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo, const SamplingRateInfo *pSamplingRateInfo, const int samplesPerFrame, const UCHAR lastLpdMode, const int frameOk, const UINT flags) argument
826 CConcealment_ApplyNoise(CConcealmentInfo *pConcealmentInfo, CAacDecoderChannelInfo *pAacDecoderChannelInfo, CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo, const SamplingRateInfo *pSamplingRateInfo, const int samplesPerFrame, const UINT flags) argument
H A Daacdecoder_lib.cpp806 if (ErrorStatus || (flags & AACDEC_CONCEAL) || self->pAacDecoderStaticChannelInfo[0]->concealmentInfo.concealState > ConcealState_FadeIn)

Completed in 194 milliseconds