Commit d7746898 authored by vaclav's avatar vaclav
Browse files

fix MSAN errors

parent 980f808b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1004,7 +1004,7 @@ void ivas_hq_core_dec_fx(
#ifdef FIX_2280_REDUCTION_UNNECESSARY_SCALING
    Copy_Scale_sig( output, st_fx->old_exc_fx + sub( L_EXC_MEM_DEC, st_fx->L_frame ), st_fx->L_frame, negate( Q_output ) ); /* Q0 */

    Copy_Scale_sig_16_32_DEPREC( output, output_32_fx, L_FRAME48k, sub( Q11, Q_output ) ); // Q11
    Copy_Scale_sig_16_32_DEPREC( output, output_32_fx, L_FRAME16k, sub( Q11, Q_output ) ); // Q11
    st_fx->Q_syn_factor = s_min( 0, s_min( *Q_synth, Q_output ) );
#else
    IF( st_fx->element_mode > EVS_MONO )