Loading lib_enc/ivas_core_pre_proc_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -1268,7 +1268,7 @@ void ivas_compute_core_buffers_fx( inp_max = s_max( extract_h( max_32 ), 1 ); #ifdef NONBE_FIX_ISSUE_2206 shift = sub( norm_s( inp_max ), sub( 1, Q_old_inp_16k ) ); shift = sub( norm_s( inp_max ), sub( 0, Q_old_inp_16k ) ); #else shift = sub( norm_s( inp_max ), 1 /* headroom */ ); #endif Loading Loading
lib_enc/ivas_core_pre_proc_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -1268,7 +1268,7 @@ void ivas_compute_core_buffers_fx( inp_max = s_max( extract_h( max_32 ), 1 ); #ifdef NONBE_FIX_ISSUE_2206 shift = sub( norm_s( inp_max ), sub( 1, Q_old_inp_16k ) ); shift = sub( norm_s( inp_max ), sub( 0, Q_old_inp_16k ) ); #else shift = sub( norm_s( inp_max ), 1 /* headroom */ ); #endif Loading