Loading lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -152,7 +152,6 @@ #define FIX_047_ERROR_ENABLING_AGC /* IVAS-047, Fix the error reporting when AGC is enabled*/ #define REFACTOR_REVERB_INIT_ADD_CFG_CHECKS /* Simplify and improve reverb initialization + add range checks on config parameter values */ Loading lib_enc/lib_enc.c +0 −6 Original line number Diff line number Diff line Loading @@ -762,13 +762,7 @@ static ivas_error configureEncoder( /* IVAS_fmToDo: needs more work in case of bitrate switching */ hEncoderConfig->sba_order = 1; } #ifndef FIX_047_ERROR_ENABLING_AGC #ifndef SBA_CLEANING st_ivas->sba_mode = ivas_sba_mode_select( hEncoderConfig->ivas_total_brate ); // VE: is it needed here? #endif #else st_ivas->sba_mode = ivas_sba_mode_select( hEncoderConfig->ivas_total_brate ); #endif } else if ( hEncoderConfig->ivas_format == MASA_FORMAT ) { Loading Loading
lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -152,7 +152,6 @@ #define FIX_047_ERROR_ENABLING_AGC /* IVAS-047, Fix the error reporting when AGC is enabled*/ #define REFACTOR_REVERB_INIT_ADD_CFG_CHECKS /* Simplify and improve reverb initialization + add range checks on config parameter values */ Loading
lib_enc/lib_enc.c +0 −6 Original line number Diff line number Diff line Loading @@ -762,13 +762,7 @@ static ivas_error configureEncoder( /* IVAS_fmToDo: needs more work in case of bitrate switching */ hEncoderConfig->sba_order = 1; } #ifndef FIX_047_ERROR_ENABLING_AGC #ifndef SBA_CLEANING st_ivas->sba_mode = ivas_sba_mode_select( hEncoderConfig->ivas_total_brate ); // VE: is it needed here? #endif #else st_ivas->sba_mode = ivas_sba_mode_select( hEncoderConfig->ivas_total_brate ); #endif } else if ( hEncoderConfig->ivas_format == MASA_FORMAT ) { Loading