Home
last modified time | relevance | path

Searched refs:halfFftSize (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/dynamicsproc/dsp/
DDPFrequency.cpp55 unsigned int halfFftSize, unsigned int samplingRate, DPBase &dpBase) { in initBuffers() argument
57 blockSize, overlapSize, halfFftSize); in initBuffers()
71 mPreEqFactorVector.resize(halfFftSize, 1.0); in initBuffers()
72 mPostEqFactorVector.resize(halfFftSize, 1.0); in initBuffers()
DDPFrequency.h102 void initBuffers(unsigned int blockSize, unsigned int overlapSize, unsigned int halfFftSize,