Searched refs:mCubeThreshold (Results 1 – 2 of 2) sorted by relevance
129 mCubeThreshold(cubeThreshold), in Distortion()140 mLpfInBuffer[i] = x * x * x / (mCubeThreshold + x * x); // "Coring" nonlinearity. in process()160 mCubeThreshold = cubeThreshold; in setCubeThrehold()
88 float mCubeThreshold; variable