| Index: Source/core/platform/audio/ipp/FFTFrameIPP.cpp
|
| diff --git a/Source/core/platform/audio/ipp/FFTFrameIPP.cpp b/Source/core/platform/audio/ipp/FFTFrameIPP.cpp
|
| index b484d8c07194a461f27cf74a2e2c6032514d3c41..fa25a9f60aa749805c217094273e5f314bc5fbb3 100644
|
| --- a/Source/core/platform/audio/ipp/FFTFrameIPP.cpp
|
| +++ b/Source/core/platform/audio/ipp/FFTFrameIPP.cpp
|
| @@ -115,7 +115,7 @@ void FFTFrame::multiply(const FFTFrame& frame)
|
| float real0 = realP1[0];
|
| float imag0 = imagP1[0];
|
|
|
| - VectorMath::zvmul(realP1, imagP1, realP2, imagP2, realP1, imagP1, halfSize);
|
| + VectorMath::zvmul(realP1, imagP1, realP2, imagP2, realP1, imagP1, halfSize);
|
|
|
| // Multiply the packed DC/nyquist component
|
| realP1[0] = real0 * realP2[0];
|
|
|