OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lowestFreq
(Results
1 - 2
of
2
) sorted by null
/cts/apps/CtsVerifier/jni/audioquality/
CompareSpectra.cpp
136
float
lowestFreq
= 100.0; // don't count DC, room rumble, etc.
138
int lowestBin = int(0.5 + (
lowestFreq
* fftSize / sample_rate));
GlitchTest.cpp
31
float
lowestFreq
= 200.0; // Lowest frequency to include in
48
mLowestSpectrumBin = (int)(0.5 + (
lowestFreq
/ freqInterval));
Completed in 32 milliseconds