diff options
author | Chris Robinson <[email protected]> | 2022-09-02 09:44:01 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2022-09-02 09:44:01 -0700 |
commit | d2a2a696a13645414410c89614d482c33eae4d19 (patch) | |
tree | 4a7648fb299585eb8be63fb5c69907df68da25a0 /core | |
parent | e5c49d019f41ac9b2d04f9cd04f6c3f8421703a6 (diff) |
Update the second-order upsampler HF scale
Diffstat (limited to 'core')
-rw-r--r-- | core/ambidefs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ambidefs.cpp b/core/ambidefs.cpp index 864144b8..31ac699e 100644 --- a/core/ambidefs.cpp +++ b/core/ambidefs.cpp @@ -374,7 +374,7 @@ const std::array<float,MaxAmbiOrder+1> AmbiScale::DecoderHFScale1O2D{{ 1.414213562e+00f, 1.000000000e+00f }}; const std::array<float,MaxAmbiOrder+1> AmbiScale::DecoderHFScale2O{{ - 1.972026594e+00f, 1.527525232e+00f, 7.888106377e-01f + 1.825741858e+00f, 1.414213562e+00f, 7.302967433e-01f }}; const std::array<float,MaxAmbiOrder+1> AmbiScale::DecoderHFScale2O2D{{ 1.414213562e+00f, 1.224744871e+00f, 7.071067812e-01f |