Loading lib_com/basop_util.c +1 −2 Original line number Diff line number Diff line Loading @@ -1283,7 +1283,7 @@ static Word32 L_dmult( Word32 L_var1, Word32 L_var2 ) * BASOP weights: 24 (incl. L_dmult) */ static Word32 div_w_newton( const Word32 num, const Word32 den ) static Word32 div_w_newton( Word32 num, Word32 den ) { Word32 x0, x1, x2, x3, diff, result; Loading Loading @@ -2576,7 +2576,6 @@ Word32 BASOP_Util_Add_Mant32Exp /* o : normalized result mantissa */ return ( a_m ); } static const Word16 shift_lc[] = { 9, 10 }; Word32 Isqrt_lc1( Loading Loading
lib_com/basop_util.c +1 −2 Original line number Diff line number Diff line Loading @@ -1283,7 +1283,7 @@ static Word32 L_dmult( Word32 L_var1, Word32 L_var2 ) * BASOP weights: 24 (incl. L_dmult) */ static Word32 div_w_newton( const Word32 num, const Word32 den ) static Word32 div_w_newton( Word32 num, Word32 den ) { Word32 x0, x1, x2, x3, diff, result; Loading Loading @@ -2576,7 +2576,6 @@ Word32 BASOP_Util_Add_Mant32Exp /* o : normalized result mantissa */ return ( a_m ); } static const Word16 shift_lc[] = { 9, 10 }; Word32 Isqrt_lc1( Loading