OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Hanning
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/common_audio/
window_generator.h
23
static void
Hanning
(int length, float* window);
window_generator_unittest.cc
52
TEST(WindowGeneratorTest,
Hanning
) {
59
WindowGenerator::
Hanning
(2, window);
70
WindowGenerator::
Hanning
(3, window);
81
WindowGenerator::
Hanning
(6, window);
window_generator.cc
40
void WindowGenerator::
Hanning
(int length, float* window) {
Completed in 1381 milliseconds