Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/hapticgenerator/
DProcessors.cpp129 mCubeThreshold(cubeThreshold), in Distortion()
140 mLpfInBuffer[i] = x * x * x / (mCubeThreshold + x * x); // "Coring" nonlinearity. in process()
160 mCubeThreshold = cubeThreshold; in setCubeThrehold()
DProcessors.h88 float mCubeThreshold; variable