Commit 5113e3b4 authored by vaillancour's avatar vaillancour
Browse files

more fixes concerning -rf encoder command line

parent a3a04f1f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -383,8 +383,13 @@ Word16 E_UTIL_enhancer(
    move16();
    code_exp = sub(add(31-16 + 15-11, code_exp), tmp);

#ifdef BASOP_NOGLOB
    L_tmp = L_shl_o(L_tmp, tmp, &Overflow);
    gain = round_fx_o(L_tmp, &Overflow);
#else
    L_tmp = L_shl(L_tmp, tmp);
    gain = round_fx(L_tmp);
#endif

    FOR (i=0; i<L_subfr; i++)
    {