Commit 827a6910 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

EVS bitexactness preserving change

parent b6e38f36
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);