Home
last modified time | relevance | path

Searched refs:mute_release_active (Results 1 – 2 of 2) sorted by relevance

/external/aac/libAACdec/src/
Dconceal.cpp210 const int improveTonal, const int frameOk, const int mute_release_active);
653 const int mute_release_active = in CConcealment_Apply() local
666 if (frameOk && !mute_release_active) { in CConcealment_Apply()
704 if ((!frameOk || mute_release_active) && in CConcealment_Apply()
745 frameOk, mute_release_active); in CConcealment_Apply()
748 } else if (!frameOk || mute_release_active) { in CConcealment_Apply()
791 return mute_release_active ? -1 : appliedProcessing; in CConcealment_Apply()
876 const int improveTonal, const int frameOk, const int mute_release_active) { in CConcealment_ApplyInter() argument
895 if (!frameOk || mute_release_active) { in CConcealment_ApplyInter()
911 if (!pConcealmentInfo->prevFrameOk[1] || mute_release_active) { in CConcealment_ApplyInter()
[all …]
Daacdecoder.cpp3415 const int mute_release_active = in CAacDecoder_DecodeFrame() local
3425 if (icsInfoUsedinFadeOut && icsIsInvalid && !mute_release_active) { in CAacDecoder_DecodeFrame()