Commit 3ebc0c50 authored by Ian Kilpatrick's avatar Ian Kilpatrick Committed by Commit Bot

[code-inclusion] Remove "master" in dynamics_compressor_kernel.cc

As above - there should be no behaviour change.

Bug: 842296
Change-Id: I51766ea902b0b2bd90ead91dcb8bbeb2ee9e0857
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2267449
Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org>
Commit-Queue: Hongchan Choi <hongchan@chromium.org>
Reviewed-by: default avatarHongchan Choi <hongchan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#782601}
parent 9127fba1
...@@ -453,7 +453,7 @@ void DynamicsCompressorKernel::Process( ...@@ -453,7 +453,7 @@ void DynamicsCompressorKernel::Process(
float post_warp_compressor_gain = float post_warp_compressor_gain =
sinf(kPiOverTwoFloat * compressor_gain); sinf(kPiOverTwoFloat * compressor_gain);
// Calculate total gain using master gain and effect blend. // Calculate total gain using the linear post-gain and effect blend.
float total_gain = float total_gain =
dry_mix + wet_mix * linear_post_gain * post_warp_compressor_gain; dry_mix + wet_mix * linear_post_gain * post_warp_compressor_gain;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment