Home
last modified time | relevance | path

Searched defs:active_speech (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A Dpost_decode_vad.h56 bool active_speech() const { return active_speech_; } in active_speech() function
H A Daccelerate.cc51 bool active_speech, in CheckCriteriaAndStretch()
H A Dpreemptive_expand.cc64 bool active_speech, in CheckCriteriaAndStretch() argument
H A Dtime_stretch.cc103 bool active_speech = in Process() local
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/cng/
H A Daudio_encoder_cng_unittest.cc115 void CheckBlockGrouping(size_t blocks_per_frame, bool active_speech) { in CheckBlockGrouping()