Commit dcb916fb authored by thomas dettbarn's avatar thomas dettbarn Committed by Sandesh Venkatesh
Browse files

applied the clang patch

parent dd2dc9c9
Loading
Loading
Loading
Loading
+21 −16
Original line number Diff line number Diff line
@@ -30,7 +30,13 @@

*******************************************************************************************************/
#define MERGE_REQUEST_1472_SPEEDUIP_ivas_mc_param_enc_fx_NONBE
#define	CONVERT64( x_64, y_fx, y_e ) { Word16 norm; norm=W_norm(x_64); y_fx = W_extract_h( W_shl( x_64, norm ) ); y_e = sub( sub( 35, gb ), norm ); }
#define CONVERT64( x_64, y_fx, y_e )               \
    {                                              \
        Word16 norm;                               \
        norm = W_norm( x_64 );                     \
        y_fx = W_extract_h( W_shl( x_64, norm ) ); \
        y_e = sub( sub( 35, gb ), norm );          \
    }
#include <math.h>
#include <assert.h>
#include "options.h"
@@ -914,7 +920,6 @@ static void ivas_param_mc_param_est_enc_fx(
                        Cy_sum_imag_64[cur_param_band][ch_idx1][ch_idx2] = W_add( Cy_sum_imag_64[cur_param_band][ch_idx1][ch_idx2],
                                                                                  W_sub( W_mult0_32_32( a_fx, d_fx ), W_mult0_32_32( b_fx, c_fx ) ) );
                        move64();

                    }
                }
#else