OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kStepWindowed
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_utils.h
54
// *
kStepWindowed
computes variances within a moving window
55
// * kStepBlocked is similar to
kStepWindowed
, but history is kept
58
// with the same effect as
kStepWindowed
, but less storage, so the window
65
kStepWindowed
,
72
// |window_size| is the number of samples for
kStepWindowed
and
78
// TODO(bercic) |skip_fudge| is a flag for
kStepWindowed
and kStepDecaying,
114
// Sample history for the rolling window in
kStepWindowed
and block-wise
intelligibility_enhancer_unittest.cc
128
step_types.push_back(VarianceArray::
kStepWindowed
);
intelligibility_utils_unittest.cc
80
step_types.push_back(VarianceArray::
kStepWindowed
);
intelligibility_utils.cc
90
case
kStepWindowed
:
Completed in 806 milliseconds