Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A Dpost_decode_vad.h61 static const int kVadAutoEnable = 3000; variable
H A Dpost_decode_vad.cc67 if (sid_interval_counter_ >= kVadAutoEnable) { in Update()