Home
last modified time | relevance | path

Searched refs:kFastAccelerate (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddefines.h21 kFastAccelerate, enumerator
Dneteq_impl.cc785 case kFastAccelerate: { in GetAudioInternal()
787 enable_fast_accelerate_ && (operation == kFastAccelerate); in GetAudioInternal()
1012 *operation != kFastAccelerate && in GetDecision()
1089 case kFastAccelerate: { in GetDecision()
1178 if (*operation == kAccelerate || *operation == kFastAccelerate || in GetDecision()
1184 if (*operation == kAccelerate || *operation == kFastAccelerate) { in GetDecision()
1361 operation == kFastAccelerate || operation == kMerge || in DecodeLoop()
Ddecision_logic_normal.cc138 return kFastAccelerate; in ExpectedPacketAvailable()