Home
last modified time | relevance | path

Searched refs:likelihood (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/src/modules/audio_processing/
Dvoice_detection_impl.cc26 WebRtc_Word16 MapSetting(VoiceDetection::Likelihood likelihood) { in MapSetting() argument
27 switch (likelihood) { in MapSetting()
115 int VoiceDetectionImpl::set_likelihood(VoiceDetection::Likelihood likelihood) { in set_likelihood() argument
117 if (MapSetting(likelihood) == -1) { in set_likelihood()
121 likelihood_ = likelihood; in set_likelihood()
125 VoiceDetection::Likelihood VoiceDetectionImpl::likelihood() const { in likelihood() function in webrtc::VoiceDetectionImpl
Dvoice_detection_impl.h41 virtual int set_likelihood(Likelihood likelihood);
42 virtual Likelihood likelihood() const;
/external/webrtc/src/modules/audio_processing/interface/
Daudio_processing.h581 virtual int set_likelihood(Likelihood likelihood) = 0;
582 virtual Likelihood likelihood() const = 0;
/external/webrtc/src/modules/audio_processing/test/
Dunit_test.cc845 VoiceDetection::Likelihood likelihood[] = { in TEST_F() local
851 for (size_t i = 0; i < sizeof(likelihood)/sizeof(*likelihood); i++) { in TEST_F()
853 apm_->voice_detection()->set_likelihood(likelihood[i])); in TEST_F()
854 EXPECT_EQ(likelihood[i], apm_->voice_detection()->likelihood()); in TEST_F()
/external/llvm/lib/CodeGen/
DREADME.txt29 It also increase the likelihood the store may become dead.
/external/llvm/lib/Target/X86/
DREADME-X86-64.txt39 Seems like the jb branch has high likelihood of being taken. It would have
/external/wpa_supplicant_8/hostapd/
DREADME-WPS182 To reduce likelihood of PIN being used with other devices or of
/external/llvm/lib/Target/ARM/
DREADME.txt27 also increases the likelihood that we will be able to reload multiple values
/external/jemalloc/
DChangeLog248 rather than replacing je_. This reduces the likelihood of applications
/external/ceres-solver/docs/source/
Dsolving.rst2166 covariance. Then the maximum likelihood estimate of :math:`x` given
2191 covariance of :math:`y`, then the maximum likelihood problem to be
/external/srtp/doc/
Drfc3711.txt1779 32-bit message authentication tag. The likelihood of any given
/external/sqlite/dist/
Dsqlite3.c98182 FUNCTION2(likelihood, 2, 0, 0, noopFunc, SQLITE_FUNC_UNLIKELY),
/external/sqlite/dist/orig/
Dsqlite3.c98164 FUNCTION2(likelihood, 2, 0, 0, noopFunc, SQLITE_FUNC_UNLIKELY),