You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AE_ADD24S() expects input arguments to be Q9.23 values. Therefore,
negative 24-bit values in a 32-bit container should have their sign
extended to the upper 8 bits. Our other implementations of 24-bit mixing
all perform sign extension prior to mixing and do not rely on samples
being already sign-extended.
Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
0 commit comments