Loading lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,6 @@ #define NONBE_FIX_864_JBM_RENDER_FRAMESIZE /* FhG: issue #864: fix different behaviour of JBM TSM with different render frame sizes */ #define FIX_ISSUE_1792 /* FhG: fix noise bursts in binaural rendering */ /* Info for issue 1816: * Some compilers do not automatically use 32 bit for 16x16bit products. The code "Word32 c = (Word16) a * (Word16) b;" creates then a 16-bit result, sign-extending the Loading lib_dec/ivas_jbm_dec_fx.c +0 −4 Original line number Diff line number Diff line Loading @@ -622,11 +622,7 @@ ivas_error ivas_jbm_dec_tc_fx( move16(); FOR( ch = 0; ch < nchan_transport; ch++ ) { #ifdef FIX_ISSUE_1792 temp_min = L_norm_arr( p_output_fx[ch], output_frame ); #else temp_min = getScaleFactor32( p_output_fx[ch], output_frame ); #endif Q_p_output = s_min( Q_p_output, temp_min ); } Q_p_output = sub( Q_p_output, 2 ); Loading Loading
lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,6 @@ #define NONBE_FIX_864_JBM_RENDER_FRAMESIZE /* FhG: issue #864: fix different behaviour of JBM TSM with different render frame sizes */ #define FIX_ISSUE_1792 /* FhG: fix noise bursts in binaural rendering */ /* Info for issue 1816: * Some compilers do not automatically use 32 bit for 16x16bit products. The code "Word32 c = (Word16) a * (Word16) b;" creates then a 16-bit result, sign-extending the Loading
lib_dec/ivas_jbm_dec_fx.c +0 −4 Original line number Diff line number Diff line Loading @@ -622,11 +622,7 @@ ivas_error ivas_jbm_dec_tc_fx( move16(); FOR( ch = 0; ch < nchan_transport; ch++ ) { #ifdef FIX_ISSUE_1792 temp_min = L_norm_arr( p_output_fx[ch], output_frame ); #else temp_min = getScaleFactor32( p_output_fx[ch], output_frame ); #endif Q_p_output = s_min( Q_p_output, temp_min ); } Q_p_output = sub( Q_p_output, 2 ); Loading