Loading lib_com/enhancer_fx.c +5 −0 Original line number Diff line number Diff line Loading @@ -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++) { Loading Loading
lib_com/enhancer_fx.c +5 −0 Original line number Diff line number Diff line Loading @@ -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++) { Loading