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

  /external/aac/libAACdec/src/
rvlcconceal.h 101 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo
108 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo
channel.h 117 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[2],
138 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
rvlc.h 115 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
121 * \param pAacDecoderStaticChannelInfo
126 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
aacdec_drc.h 141 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
171 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
conceal.h 130 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo );
134 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
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...]
aacdecoder.cpp 787 if (self->pAacDecoderStaticChannelInfo[ch] != NULL) {
788 if (self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer != NULL) {
789 FreeOverlapBuffer (&self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer);
791 if (self->pAacDecoderStaticChannelInfo[ch] != NULL) {
792 FreeAacDecoderStaticChannelInfo (&self->pAacDecoderStaticChannelInfo[ch]);
    [all...]
rvlc.cpp 799 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo)
    [all...]
block.h 206 void CBlock_FrequencyToTime(CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
217 void CBlock_FrequencyToTimeLowDelay(CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
channel.cpp 133 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[2],
192 pAacDecoderStaticChannelInfo,
230 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
374 pAacDecoderStaticChannelInfo[ch],
aacdecoder.h 196 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[(8)]; /*!< Persistent channel memory */
aacdec_drc.cpp 669 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
683 FDK_ASSERT(pAacDecoderStaticChannelInfo != NULL);
826 pAacDecoderStaticChannelInfo[ch]->drcData = pThreadBs->channelData;
    [all...]
block.cpp 675 void CBlock_FrequencyToTime(CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
720 &pAacDecoderStaticChannelInfo->IMdct,
744 void CBlock_FrequencyToTimeLowDelay( CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
754 pAacDecoderStaticChannelInfo->pOverlapBuffer,
conceal.cpp 220 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
654 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo )
732 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
755 pAacDecoderStaticChannelInfo );
791 pAacDecoderStaticChannelInfo,
829 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
    [all...]
aacdecoder_lib.cpp 912 if (ErrorStatus || (flags & AACDEC_CONCEAL) || self->pAacDecoderStaticChannelInfo[0]->concealmentInfo.concealState > ConcealState_FadeIn)
    [all...]

Completed in 281 milliseconds