OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:speech_probability
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/
noise_suppression_impl.h
38
float
speech_probability
() const override;
noise_suppression_impl.cc
157
float NoiseSuppressionImpl::
speech_probability
() const {
function in class:webrtc::NoiseSuppressionImpl
audio_processing_impl_locking_unittest.cc
603
apm_->noise_suppression()->
speech_probability
();
[
all
...]
/external/webrtc/webrtc/common_audio/vad/
vad_core.c
145
int32_t noise_probability[kNumGaussians],
speech_probability
[kNumGaussians];
local
201
speech_probability
[k] = kSpeechDataWeights[gaussian] * tmp1_s32;
202
h1_test +=
speech_probability
[k]; // Q27
259
tmp1_s32 = (
speech_probability
[0] & 0xFFFFF000) << 2; // Q29
321
// sgprvec[k] = |
speech_probability
[k]| /
322
// (|
speech_probability
[0]| + |
speech_probability
[1]|)
/external/webrtc/webrtc/modules/audio_processing/include/
mock_audio_processing.h
141
MOCK_CONST_METHOD0(
speech_probability
,
audio_processing.h
[
all
...]
/external/webrtc/webrtc/modules/audio_processing/test/
process_test.cc
782
ns_speech_prob = apm->noise_suppression()->
speech_probability
();
[
all
...]
audio_processing_unittest.cc
[
all
...]
Completed in 95 milliseconds