OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kFftSize
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/beamformer/
covariance_matrix_generator_unittest.cc
145
const float
kFftSize
= 512;
160
kFftSize
,
183
const float
kFftSize
= 512;
198
kFftSize
,
nonlinear_beamformer.h
123
static const size_t
kFftSize
= 256;
124
static const size_t kNumFreqBins =
kFftSize
/ 2 + 1;
129
float window_[
kFftSize
];
Completed in 67 milliseconds