mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
6ef0c99e05
The new routine actually multiplies by two for consistency with the other FFT routines in use. MozReview-Commit-ID: Hk2Dg3fR2cQ |
||
---|---|---|
.. | ||
dl | ||
LICENSE | ||
moz.build | ||
OWNERS | ||
README.chromium | ||
README.mozilla |
Bug 1158741 added an omxSP_FFTInv_CCSToR_F32_Sfs_unscaled function as an optimization which performs the same operation as omxSP_FFTInv_CCSToR_F32_Sfs except it doesn't scale the results by the length of the FFT. For consistency with other FFT routines used, it does multiply the results by two. The affected files are: media/openmax_dl/dl/sp/api/omxSP.h media/openmax_dl/dl/sp/src/omxSP_FFTInv_CCSToR_F32_Sfs_unscaled_s.S