Searched refs:likelihood (Results 1 – 13 of 13) sorted by relevance
/external/webrtc/src/modules/audio_processing/ |
D | voice_detection_impl.cc | 26 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
|
D | voice_detection_impl.h | 41 virtual int set_likelihood(Likelihood likelihood); 42 virtual Likelihood likelihood() const;
|
/external/webrtc/src/modules/audio_processing/interface/ |
D | audio_processing.h | 581 virtual int set_likelihood(Likelihood likelihood) = 0; 582 virtual Likelihood likelihood() const = 0;
|
/external/webrtc/src/modules/audio_processing/test/ |
D | unit_test.cc | 845 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/ |
D | README.txt | 29 It also increase the likelihood the store may become dead.
|
/external/llvm/lib/Target/X86/ |
D | README-X86-64.txt | 39 Seems like the jb branch has high likelihood of being taken. It would have
|
/external/wpa_supplicant_8/hostapd/ |
D | README-WPS | 182 To reduce likelihood of PIN being used with other devices or of
|
/external/llvm/lib/Target/ARM/ |
D | README.txt | 27 also increases the likelihood that we will be able to reload multiple values
|
/external/jemalloc/ |
D | ChangeLog | 248 rather than replacing je_. This reduces the likelihood of applications
|
/external/ceres-solver/docs/source/ |
D | solving.rst | 2166 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/ |
D | rfc3711.txt | 1779 32-bit message authentication tag. The likelihood of any given
|
/external/sqlite/dist/ |
D | sqlite3.c | 98182 FUNCTION2(likelihood, 2, 0, 0, noopFunc, SQLITE_FUNC_UNLIKELY),
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 98164 FUNCTION2(likelihood, 2, 0, 0, noopFunc, SQLITE_FUNC_UNLIKELY),
|