Loading lib_dec/hf_synth_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ void hf_synth_init_fx( hBWE_zero->seed2 = RANDOM_INITSEED; set16_fx(hBWE_zero->mem_hf_fx, 0, (L_FIR - 1)); set16_fx(hBWE_zero->mem_syn_hf_fx, 0, M); #ifdef MSAN_FIX #ifndef MSAN_FIX // Disabled to maintain EVS Bit-exactness set16_fx(hBWE_zero->mem_hp400_fx, 0, 6); #else set16_fx(hBWE_zero->mem_hp400_fx, 0, 4); Loading Loading
lib_dec/hf_synth_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ void hf_synth_init_fx( hBWE_zero->seed2 = RANDOM_INITSEED; set16_fx(hBWE_zero->mem_hf_fx, 0, (L_FIR - 1)); set16_fx(hBWE_zero->mem_syn_hf_fx, 0, M); #ifdef MSAN_FIX #ifndef MSAN_FIX // Disabled to maintain EVS Bit-exactness set16_fx(hBWE_zero->mem_hp400_fx, 0, 6); #else set16_fx(hBWE_zero->mem_hp400_fx, 0, 4); Loading