Searched refs:likelihood (Results 1 – 16 of 16) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/ |
D | voice_detection_impl.cc | 109 int VoiceDetectionImpl::set_likelihood(VoiceDetection::Likelihood likelihood) { in set_likelihood() argument 111 likelihood_ = likelihood; in set_likelihood() 114 switch (likelihood) { in set_likelihood() 137 VoiceDetection::Likelihood VoiceDetectionImpl::likelihood() const { in likelihood() function in webrtc::VoiceDetectionImpl
|
D | voice_detection_impl.h | 37 int set_likelihood(Likelihood likelihood) override; 38 Likelihood likelihood() const override;
|
/external/webrtc/webrtc/modules/audio_processing/include/ |
D | mock_audio_processing.h | 156 int(Likelihood likelihood)); 157 MOCK_CONST_METHOD0(likelihood,
|
D | audio_processing.h | 948 virtual int set_likelihood(Likelihood likelihood) = 0; 949 virtual Likelihood likelihood() const = 0;
|
/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/webrtc/webrtc/modules/audio_processing/test/ |
D | audio_processing_unittest.cc | 1484 VoiceDetection::Likelihood likelihood[] = { in TEST_F() local 1490 for (size_t i = 0; i < arraysize(likelihood); i++) { in TEST_F() 1492 apm_->voice_detection()->set_likelihood(likelihood[i])); in TEST_F() 1493 EXPECT_EQ(likelihood[i], apm_->voice_detection()->likelihood()); in TEST_F()
|
/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 | 416 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/chromium-trace/catapult/third_party/gsutil/ |
D | CHANGES.md | 129 - Improved response to process kill signals, reducing the likelihood of
|
/external/srtp/doc/ |
D | rfc3711.txt | 1779 32-bit message authentication tag. The likelihood of any given
|
/external/tpm2/ |
D | part4.txt | 30858 likelihood, if the number is not prime, the first test fails.
|
/external/sqlite/dist/ |
D | sqlite3.c | 100325 FUNCTION2(likelihood, 2, 0, 0, noopFunc, SQLITE_FUNC_UNLIKELY),
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 100307 FUNCTION2(likelihood, 2, 0, 0, noopFunc, SQLITE_FUNC_UNLIKELY),
|