Loading lib_enc/acelp_core_enc_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -1329,8 +1329,8 @@ ivas_error acelp_core_enc_ivas_fx( max = s_max( max, tmp ); } shift = sub( norm_s( max ), 3 ); shift = s_min( shift, 0 ); shift = sub( norm_s( max ), 4 ); shift = s_min( shift, -1 ); //shift = -2; } #endif Loading lib_enc/ivas_core_pre_proc_front_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -582,7 +582,7 @@ ivas_error pre_proc_front_ivas_fx( move16(); set32_fx( sig_out, 0, 960 ); #if 1//ndef TRY_SHIFT_ACELP , for 16kHz core, it seems better to keep it like that #ifndef TRY_SHIFT_ACELP headroom = 2; #else headroom = 1; Loading Loading
lib_enc/acelp_core_enc_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -1329,8 +1329,8 @@ ivas_error acelp_core_enc_ivas_fx( max = s_max( max, tmp ); } shift = sub( norm_s( max ), 3 ); shift = s_min( shift, 0 ); shift = sub( norm_s( max ), 4 ); shift = s_min( shift, -1 ); //shift = -2; } #endif Loading
lib_enc/ivas_core_pre_proc_front_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -582,7 +582,7 @@ ivas_error pre_proc_front_ivas_fx( move16(); set32_fx( sig_out, 0, 960 ); #if 1//ndef TRY_SHIFT_ACELP , for 16kHz core, it seems better to keep it like that #ifndef TRY_SHIFT_ACELP headroom = 2; #else headroom = 1; Loading