HomeSort by relevance Sort by last modified time
    Searched refs:mFftSize (Results 1 - 4 of 4) sorted by null

  /cts/apps/CtsVerifier/jni/audioquality/
Fft.cpp 22 Fft::Fft(void) : mCosine(0), mSine(0), mFftSize(0), mFftTableSize(0) { }
40 mFftSize = 0;
65 mFftSize = 1 << pow2;
66 mFftTableSize = lmx = mFftSize/2;
69 scl = (M_PI*2.0)/mFftSize;
75 mBase = (mFftTableSize * 2)/mFftSize;
90 for (lmx=mFftSize, lo=0; lo < l; lo++, k *= 2) {
93 lixnp = mFftSize - lix;
111 nv2 = mFftSize/2;
112 for ( i=1; i < mFftSize; i++ )
    [all...]
Fft.h 63 int mFftSize;
GlitchTest.cpp 41 mFftSize = mFt->fftGetSize();
42 mRe = new float[mFftSize];
43 mIm = new float[mFftSize];
44 float freqInterval = mSampleRate / mFftSize;
149 if ((numInput <= 0) || (numInput > mFftSize))
156 for ( ; i < mFftSize; ++i) {
161 *numOutput = 1 + (mFftSize / 2);
GlitchTest.h 88 int mFftSize;

Completed in 47 milliseconds