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);
651 const int mute_release_active = in CConcealment_Apply() local
664 if (frameOk && !mute_release_active) { in CConcealment_Apply()
702 if ((!frameOk || mute_release_active) && in CConcealment_Apply()
743 frameOk, mute_release_active); in CConcealment_Apply()
746 } else if (!frameOk || mute_release_active) { in CConcealment_Apply()
789 return mute_release_active ? -1 : appliedProcessing; in CConcealment_Apply()
874 const int improveTonal, const int frameOk, const int mute_release_active) { in CConcealment_ApplyInter() argument
893 if (!frameOk || mute_release_active) { in CConcealment_ApplyInter()
909 if (!pConcealmentInfo->prevFrameOk[1] || mute_release_active) { in CConcealment_ApplyInter()
[all …]
Daacdecoder.cpp3254 const int mute_release_active = in CAacDecoder_DecodeFrame() local
3264 if (icsInfoUsedinFadeOut && icsIsInvalid && !mute_release_active) { in CAacDecoder_DecodeFrame()