Commit 4260892a authored by ber's avatar ber
Browse files

fix some errors - FIX1072_SPEEDUP_combinedMatrixCalculations has 2 calls now, check with pipelines

parent a7e5e223
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@
#include "wmc_auto.h"

# if ( BINAURAL_CHANNELS == 2 )
#define FIX1072_SPEEDUP_combinedMatrixCalculations
#define FIX1072_SPEEDUP_combinedMatrixCalculations //2 calls: approx 10.5 mhz
#endif


@@ -403,7 +403,6 @@ static void combinedMatrixCalculations(
        FOR( chB = 0; chB < BINAURAL_CHANNELS; chB++ )
        {

            chB = 0;
            /* Create testVariables*/
            Word32 Cre_fx_chB_0_GE_0 = GE_32( Cre_fx[chB][0], 0 );
            Word32 Cre_fx_chB_0_LT_0 = LT_32( Cre_fx[chB][0], 0 );