Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/dynamicsproc/dsp/
DDPFrequency.cpp667 Eigen::Map<Eigen::VectorXf> eOutput(&cb.output[0], cb.output.size()); in processLastStages() local
668 mFftServer.inv(eOutput, cb.complexTemp); in processLastStages()
672 eOutput = eOutput.cwiseProduct(eWindow); in processLastStages()