Commit 73c015f4 authored by JÜRGEN Gerstacker's avatar JÜRGEN Gerstacker
Browse files

removed macros to enable functions that were not needed previously

parent e40c7718
Loading
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -461,7 +461,6 @@ Word16 ari_decode_14bits_bit_ext_fx( Decoder_State *st, Tastat *s )
    return ari_decode_14bits_ext_fx( st, s, cum_freq, ari_lookup_bit_fx );
}

#ifndef FIX_2402_REPL_EVS_ARI_CODEC_DEC
static Word16 ari_lookup_pow_fx( Tastat *s, Word16 base )
{
    Word32 cum, range;
@@ -555,9 +554,7 @@ static Word16 ari_lookup_pow_fx( Tastat *s, Word16 base )

    return symbol;
}
#endif /* FIX_2402_REPL_EVS_ARI_CODEC_DEC */

#ifndef FIX_2402_REPL_EVS_ARI_CODEC_DEC
static Word16 ari_lookup_sign_fx( Tastat *s, Word16 base )
{
    Word32 cum, range;
@@ -586,9 +583,7 @@ static Word16 ari_lookup_sign_fx( Tastat *s, Word16 base )

    return symbol;
}
#endif /* FIX_2402_REPL_EVS_ARI_CODEC_DEC */

#ifndef FIX_2402_REPL_EVS_ARI_CODEC_DEC
static Word16 ari_decode_14bits_notbl_fx(
    Word16 *ptr, /* Q0 */
    Word16 bp,
@@ -656,7 +651,6 @@ static Word16 ari_decode_14bits_notbl_fx(

    return bp;
}
#endif /* FIX_2402_REPL_EVS_ARI_CODEC_DEC */

/*------------------------------------------------------------------------
 * Function: ari_decode_14bits_pow_fx