Loading lib_dec/hf_synth_fx.c +9 −11 Original line number Diff line number Diff line Loading @@ -323,8 +323,6 @@ static void hf_synthesis_fx( /*scale *= fac;*/ tmp = mult_r( scale, tmp ); /* Q = (15 - exp1) + Q_tmp - 15 */ Q_tmp = sub( Q_tmp, exp1 ); } #endif /*-----------------------------------------------------------------* Loading Loading
lib_dec/hf_synth_fx.c +9 −11 Original line number Diff line number Diff line Loading @@ -323,8 +323,6 @@ static void hf_synthesis_fx( /*scale *= fac;*/ tmp = mult_r( scale, tmp ); /* Q = (15 - exp1) + Q_tmp - 15 */ Q_tmp = sub( Q_tmp, exp1 ); } #endif /*-----------------------------------------------------------------* Loading