Unverified Commit 784f1c5c authored by norvell's avatar norvell
Browse files

t push

Merge branch 'fix-directivity-precision' of https://forge.3gpp.org/rep/sa4/audio/ivas-basop into fix-directivity-precision
parents 4e3a0c1b 829f404d
Loading
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -129,11 +129,8 @@ Word32 floatToFixed_32(
}



Word16 float_to_fix_find_q
(
    const float val 
)
Word16 float_to_fix_find_q(
    const float val )
{
    Word16 bits;
    float absVal;
+1 −1

File changed.

Contains only whitespace changes.