Home
last modified time | relevance | path

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

/external/webrtc/common_audio/vad/
Dvad_core.c159 overhead1 = self->over_hang_max_1[0]; in GmmProbability()
164 overhead1 = self->over_hang_max_1[1]; in GmmProbability()
169 overhead1 = self->over_hang_max_1[2]; in GmmProbability()
554 memcpy(self->over_hang_max_1, kOverHangMax1Q, in WebRtcVad_set_mode_core()
555 sizeof(self->over_hang_max_1)); in WebRtcVad_set_mode_core()
565 memcpy(self->over_hang_max_1, kOverHangMax1LBR, in WebRtcVad_set_mode_core()
566 sizeof(self->over_hang_max_1)); in WebRtcVad_set_mode_core()
576 memcpy(self->over_hang_max_1, kOverHangMax1AGG, in WebRtcVad_set_mode_core()
577 sizeof(self->over_hang_max_1)); in WebRtcVad_set_mode_core()
587 memcpy(self->over_hang_max_1, kOverHangMax1VAG, in WebRtcVad_set_mode_core()
[all …]
Dvad_core.h54 int16_t over_hang_max_1[3]; member