Commit 61139445 authored by Arthur Tritthart's avatar Arthur Tritthart
Browse files

excluded L_multi31x16_X2 from compile, if not needed

parent b3b53d14
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -8,6 +8,8 @@
#include "prot_fx.h"
#include "cnst.h"


#ifndef FIX_2402_SIMPLIFY_ARI_CODEC
/**
 * \brief  31x16 Bit multiply (x*y)
 *
@@ -26,6 +28,7 @@ Word32 L_multi31x16_X2( Word16 xh, Word16 xl, Word16 y )

    return z;
}
#endif

/*---------------------------------------------------------------
  Ari 14 bits common routines
+2 −0
Original line number Diff line number Diff line
@@ -5707,10 +5707,12 @@ Word16 IGFCommonFuncsIGFGetCFTables_fx(
    const Word16 **cf_off_se11  /* o  : offsets for CF tables above         */
);
#ifndef FIX_2402_SIMPLIFY_ARI_CODEC
Word32 L_multi31x16_X2(
    Word16 xh,
    Word16 xl,
    Word16 y );
#endif
Word32 mul_sbc_14bits(
    Word32 r, /* Q0 */