Loading lib_com/options.h +2 −0 Original line number Diff line number Diff line Loading @@ -168,6 +168,8 @@ /* #################### Start NON-BE switches ############################ */ /* any switch which is non-be wrt. TS 26.258 V3.0 */ #define FIX_1543_MID_LSF_BITS /* VA: float issue 1543: Resolve "MSAN: use-of-uninitialized-value in lib_enc/lsf_enc.c:262:5 for EVS encoder" */ /* ##################### End NON-BE switches ########################### */ Loading lib_enc/acelp_core_enc.c +3 −0 Original line number Diff line number Diff line Loading @@ -371,6 +371,9 @@ ivas_error acelp_core_enc( nb_bits = 0; st->acelp_cfg.FEC_mode = 0; uc_two_stage_flag = 0; #ifdef FIX_1543_MID_LSF_BITS st->acelp_cfg.mid_lsf_bits = -1; #endif if ( !nelp_mode && !ppp_mode ) { Loading Loading
lib_com/options.h +2 −0 Original line number Diff line number Diff line Loading @@ -168,6 +168,8 @@ /* #################### Start NON-BE switches ############################ */ /* any switch which is non-be wrt. TS 26.258 V3.0 */ #define FIX_1543_MID_LSF_BITS /* VA: float issue 1543: Resolve "MSAN: use-of-uninitialized-value in lib_enc/lsf_enc.c:262:5 for EVS encoder" */ /* ##################### End NON-BE switches ########################### */ Loading
lib_enc/acelp_core_enc.c +3 −0 Original line number Diff line number Diff line Loading @@ -371,6 +371,9 @@ ivas_error acelp_core_enc( nb_bits = 0; st->acelp_cfg.FEC_mode = 0; uc_two_stage_flag = 0; #ifdef FIX_1543_MID_LSF_BITS st->acelp_cfg.mid_lsf_bits = -1; #endif if ( !nelp_mode && !ppp_mode ) { Loading