OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:desiredgainl
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/audio/
EqualPowerPanner.cpp
86
double
desiredGainL
;
104
desiredGainL
= cos(0.5 * piDouble * desiredPanPosition);
110
m_gainL =
desiredGainL
;
126
gainL += (
desiredGainL
- gainL) * SmoothingConstant;
136
gainL += (
desiredGainL
- gainL) * SmoothingConstant;
145
gainL += (
desiredGainL
- gainL) * SmoothingConstant;
Completed in 44 milliseconds