OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:likelihood
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_processing/
voice_detection_impl.cc
24
int MapSetting(VoiceDetection::
Likelihood
likelihood
) {
25
switch (
likelihood
) {
104
int VoiceDetectionImpl::set_likelihood(VoiceDetection::
Likelihood
likelihood
) {
106
if (MapSetting(
likelihood
) == -1) {
110
likelihood_ =
likelihood
;
114
VoiceDetection::
Likelihood
VoiceDetectionImpl::
likelihood
() const {
function in class:webrtc::VoiceDetectionImpl
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc
1261
VoiceDetection::Likelihood
likelihood
[] = {
local
[
all
...]
Completed in 58 milliseconds