Home
last modified time | relevance | path

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

/external/webrtc/common_audio/vad/
Dvad_core.c160 overhead2 = self->over_hang_max_2[0]; in GmmProbability()
165 overhead2 = self->over_hang_max_2[1]; in GmmProbability()
170 overhead2 = self->over_hang_max_2[2]; in GmmProbability()
556 memcpy(self->over_hang_max_2, kOverHangMax2Q, in WebRtcVad_set_mode_core()
557 sizeof(self->over_hang_max_2)); in WebRtcVad_set_mode_core()
567 memcpy(self->over_hang_max_2, kOverHangMax2LBR, in WebRtcVad_set_mode_core()
568 sizeof(self->over_hang_max_2)); in WebRtcVad_set_mode_core()
578 memcpy(self->over_hang_max_2, kOverHangMax2AGG, in WebRtcVad_set_mode_core()
579 sizeof(self->over_hang_max_2)); in WebRtcVad_set_mode_core()
589 memcpy(self->over_hang_max_2, kOverHangMax2VAG, in WebRtcVad_set_mode_core()
[all …]
Dvad_core.h46 int16_t over_hang_max_2[3]; member