HomeSort by relevance Sort by last modified time
    Searched full:desiredgainl (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/platform/audio/
EqualPowerPanner.cpp 79 double desiredGainL = 0.5 * cos(piDouble * desiredPanPosition) + 0.5;
80 double desiredGainR = sqrt(1.0 - desiredGainL*desiredGainL);
85 m_gainL = desiredGainL;
100 gainL += (desiredGainL - gainL) * SmoothingConstant;

Completed in 131 milliseconds