Loading lib_dec/er_dec_acelp_fx.c +1 −4 Original line number Diff line number Diff line Loading @@ -1061,10 +1061,7 @@ void con_acelp_fx( move16(); } set16_fx( &hHQ_core->old_out_LB_fx[( W1 + n )], 0, n ); #ifdef FIX_1348_BIT_PRECISION_IMPROVEMENT hHQ_core->Q_old_wtda_LB = st->Q_syn; move16(); #else #ifndef FIX_1348_BIT_PRECISION_IMPROVEMENT hHQ_core->Q_old_wtda = hHQ_core->Q_old_wtda_LB; move16(); #endif Loading Loading
lib_dec/er_dec_acelp_fx.c +1 −4 Original line number Diff line number Diff line Loading @@ -1061,10 +1061,7 @@ void con_acelp_fx( move16(); } set16_fx( &hHQ_core->old_out_LB_fx[( W1 + n )], 0, n ); #ifdef FIX_1348_BIT_PRECISION_IMPROVEMENT hHQ_core->Q_old_wtda_LB = st->Q_syn; move16(); #else #ifndef FIX_1348_BIT_PRECISION_IMPROVEMENT hHQ_core->Q_old_wtda = hHQ_core->Q_old_wtda_LB; move16(); #endif Loading