HomeSort by relevance Sort by last modified time
    Searched full:paacdecoderstaticchannelinfo (Results 1 - 15 of 15) sorted by null

  /external/aac/libAACdec/src/
aacdecoder.cpp 756 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[ch]->pOverlapBuffer
    [all...]
rvlcconceal.cpp 401 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->concealmentInfo.aRvlcPreviousCodebook[bnds]!=INTENSITY_HCB2)
    [all...]
rvlc.h 115 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
121 * \param pAacDecoderStaticChannelInfo
126 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
rvlcconceal.h 101 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo
108 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo
rvlc.cpp 799 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo)
    [all...]
channel.cpp 133 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[2],
192 pAacDecoderStaticChannelInfo,
230 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
374 pAacDecoderStaticChannelInfo[ch],
aacdec_drc.h 144 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
161 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
channel.h 117 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[2],
138 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
conceal.h 130 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo );
134 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
aacdec_drc.cpp 622 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
765 pAacDecoderStaticChannelInfo[ch]->drcData = pThreadBs->channelData;
1007 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
1023 pAacDecoderStaticChannelInfo,
1039 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
    [all...]
block.h 206 void CBlock_FrequencyToTime(CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
217 void CBlock_FrequencyToTimeLowDelay(CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
block.cpp 682 void CBlock_FrequencyToTime(CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
727 &pAacDecoderStaticChannelInfo->IMdct,
751 void CBlock_FrequencyToTimeLowDelay( CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
761 pAacDecoderStaticChannelInfo->pOverlapBuffer,
conceal.cpp 220 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
654 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo )
732 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
755 pAacDecoderStaticChannelInfo );
790 pAacDecoderStaticChannelInfo,
828 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
    [all...]
aacdecoder.h 194 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[(6)]; /*!< Persistent channel memory */
aacdecoder_lib.cpp 806 if (ErrorStatus || (flags & AACDEC_CONCEAL) || self->pAacDecoderStaticChannelInfo[0]->concealmentInfo.concealState > ConcealState_FadeIn)

Completed in 3358 milliseconds