Loading lib_rend/ivas_orient_trk_fx.c +1 −3 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ * Local functions *------------------------------------------------------------------------------------------*/ #ifdef FIX_2398_PRECISSION_ORIENTATION_TRACKING /*------------------------------------------------------------------------------------------* * Sqrt32 with Newton-Raphson Correction * Loading @@ -60,8 +60,6 @@ * As final step. The number of Newton-Raphson iterations can be set by 3rd parameter n *------------------------------------------------------------------------------------------*/ #ifdef FIX_2398_PRECISSION_ORIENTATION_TRACKING static Word32 Sqrt32_NewtonRaphson( Word32 mantissa, Word16 * e, Word16 n ) { /*higher precission by Newton-Raphson iterations*/ Loading Loading
lib_rend/ivas_orient_trk_fx.c +1 −3 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ * Local functions *------------------------------------------------------------------------------------------*/ #ifdef FIX_2398_PRECISSION_ORIENTATION_TRACKING /*------------------------------------------------------------------------------------------* * Sqrt32 with Newton-Raphson Correction * Loading @@ -60,8 +60,6 @@ * As final step. The number of Newton-Raphson iterations can be set by 3rd parameter n *------------------------------------------------------------------------------------------*/ #ifdef FIX_2398_PRECISSION_ORIENTATION_TRACKING static Word32 Sqrt32_NewtonRaphson( Word32 mantissa, Word16 * e, Word16 n ) { /*higher precission by Newton-Raphson iterations*/ Loading