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

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
DynamicsCompressorKernel.cpp 388 float scaledInput = compressorInput;
389 float absInput = scaledInput > 0 ? scaledInput : -scaledInput;

Completed in 112 milliseconds