Commit 9dbb2bf6 authored by JÜRGEN Gerstacker's avatar JÜRGEN Gerstacker
Browse files

harmonized ari_lookup_sign_fx() and ari_lookup_pow_fx(), correction: also...

harmonized  ari_lookup_sign_fx() and  ari_lookup_pow_fx(), correction: also changed ari_start_decode() function
parent b231f61e
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -31,7 +31,11 @@ static Word16 tcx_arith_decode_fx(
    Word64 W_tmp;
    move32();

#ifdef FIX_2402_REPL_EVS_ARI_CODEC_DEC3
    bp = ari_start_decoding_14bits_prm_ivas_fx( prm, 0, &as );
#else
    bp = ari_start_decoding_14bits_prm_fx( prm, 0, &as );
#endif /* FIX_2402_REPL_EVS_ARI_CODEC_DEC3 */

    tmp = sub( envelope_e, 1 + 15 );
    W_tmp = 0;