Loading lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ #define REUSE_EVS_ACELP_corr_xh_fx // this one could be non-bit-exact on very low level signal, as summation is initialized with 1 instead of 0 #define REUSE_EVS_GAUSS_L2 // The gain is computed slightly differently, gauss_L2_ivas_fx was actually not using the right scaling. not BE #define REUSE_EVS_GAUSS_L2 // The gain is computed slightly differently, gauss_L2_ivas_fx was actually not using the right scaling, might not be BE #define REUSE_EVS_ACELP_PITCH_NORM_CORR // -> computation slightly different, make the pitch not BE, could be harmonized but won't be BE Loading lib_enc/pit_enc_fx.c +0 −3 Original line number Diff line number Diff line Loading @@ -1845,9 +1845,6 @@ void norm_corr_fx( { L_tmp = L_mac_o( L_tmp, xn[i], excf[i], &Overflow ); } #ifdef REUSE_EVS_ACELP_PITCH_NORM_CORR L_tmp = L_max( L_tmp, 1 ); #endif exp = norm_l( L_tmp ); L_tmp = L_shl( L_tmp, exp ); exp_corr = sub( 30, exp ); Loading Loading
lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ #define REUSE_EVS_ACELP_corr_xh_fx // this one could be non-bit-exact on very low level signal, as summation is initialized with 1 instead of 0 #define REUSE_EVS_GAUSS_L2 // The gain is computed slightly differently, gauss_L2_ivas_fx was actually not using the right scaling. not BE #define REUSE_EVS_GAUSS_L2 // The gain is computed slightly differently, gauss_L2_ivas_fx was actually not using the right scaling, might not be BE #define REUSE_EVS_ACELP_PITCH_NORM_CORR // -> computation slightly different, make the pitch not BE, could be harmonized but won't be BE Loading
lib_enc/pit_enc_fx.c +0 −3 Original line number Diff line number Diff line Loading @@ -1845,9 +1845,6 @@ void norm_corr_fx( { L_tmp = L_mac_o( L_tmp, xn[i], excf[i], &Overflow ); } #ifdef REUSE_EVS_ACELP_PITCH_NORM_CORR L_tmp = L_max( L_tmp, 1 ); #endif exp = norm_l( L_tmp ); L_tmp = L_shl( L_tmp, exp ); exp_corr = sub( 30, exp ); Loading