OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:updateStaticCurveParameters
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/audio/
DynamicsCompressorKernel.h
105
float
updateStaticCurveParameters
(float dbThreshold, float dbKnee, float ratio);
DynamicsCompressorKernel.cpp
180
float DynamicsCompressorKernel::
updateStaticCurveParameters
(float dbThreshold, float dbKnee, float ratio)
231
float k =
updateStaticCurveParameters
(dbThreshold, dbKnee, ratio);
Completed in 31 milliseconds