Loading lib_com/ivas_cov_smooth.c +4 −7 Original line number Diff line number Diff line Loading @@ -51,17 +51,14 @@ static void ivas_set_up_cov_smoothing( ivas_filterbank_t *pFb, const float max_update_rate, const int16_t min_pool_size #ifdef COV_SMOOTH_TUNING #ifndef FIX_331_ALL_BRS , const int16_t nchan_inp /* i : number of input channels */ #endif #endif ) { int16_t j, k; #ifndef FIX_331_ALL_BRS #ifdef COV_SMOOTH_TUNING if ( nchan_inp <= FOA_CHANNELS ) { for ( j = 0; j < pFb->filterbank_num_bands; j++ ) Loading @@ -84,7 +81,6 @@ static void ivas_set_up_cov_smoothing( } else { #endif #endif for ( j = 0; j < pFb->filterbank_num_bands; j++ ) { Loading @@ -105,6 +101,9 @@ static void ivas_set_up_cov_smoothing( hCovState->pSmoothing_factor[j] = max_update_rate; } } #ifndef FIX_331_ALL_BRS } #endif hCovState->prior_bank_idx = -1; return; Loading Loading @@ -150,11 +149,9 @@ ivas_error ivas_spar_covar_smooth_enc_open( } ivas_set_up_cov_smoothing( hCovState, pFb, cov_smooth_cfg->max_update_rate, cov_smooth_cfg->min_pool_size #ifdef COV_SMOOTH_TUNING #ifndef FIX_331_ALL_BRS , nchan_inp #endif #endif ); Loading lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -144,7 +144,7 @@ #define FIX_103_RA_PARAMS_PARAM_BIN_REND /* Issue 103: Digest room acoustics parameters for Parametric Binaural Renderer*/ /*#define SBA_HPF_TUNING_DEC*/ #define SMOOTH_WITH_TRANS_DET //#define FIX_331_ALL_BRS /*Enable the fix_331 across all the bitrates and sba modes*/ #define FIX_331_ALL_BRS /*Enable the fix_331 across all the bitrates and sba modes*/ #define FIX_350_MASA_DELAY_COMP /* Nokia: Issue 350: MASA audio/meta delay compensation */ #define FIX_MDCT_BASED_BWD /* FhG: fixes for BWD for issues with reaction to transients for MDCT-stereo and MCT */ Loading lib_enc/ivas_spar_encoder.c +4 −4 File changed.Contains only whitespace changes. Show changes Loading
lib_com/ivas_cov_smooth.c +4 −7 Original line number Diff line number Diff line Loading @@ -51,17 +51,14 @@ static void ivas_set_up_cov_smoothing( ivas_filterbank_t *pFb, const float max_update_rate, const int16_t min_pool_size #ifdef COV_SMOOTH_TUNING #ifndef FIX_331_ALL_BRS , const int16_t nchan_inp /* i : number of input channels */ #endif #endif ) { int16_t j, k; #ifndef FIX_331_ALL_BRS #ifdef COV_SMOOTH_TUNING if ( nchan_inp <= FOA_CHANNELS ) { for ( j = 0; j < pFb->filterbank_num_bands; j++ ) Loading @@ -84,7 +81,6 @@ static void ivas_set_up_cov_smoothing( } else { #endif #endif for ( j = 0; j < pFb->filterbank_num_bands; j++ ) { Loading @@ -105,6 +101,9 @@ static void ivas_set_up_cov_smoothing( hCovState->pSmoothing_factor[j] = max_update_rate; } } #ifndef FIX_331_ALL_BRS } #endif hCovState->prior_bank_idx = -1; return; Loading Loading @@ -150,11 +149,9 @@ ivas_error ivas_spar_covar_smooth_enc_open( } ivas_set_up_cov_smoothing( hCovState, pFb, cov_smooth_cfg->max_update_rate, cov_smooth_cfg->min_pool_size #ifdef COV_SMOOTH_TUNING #ifndef FIX_331_ALL_BRS , nchan_inp #endif #endif ); Loading
lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -144,7 +144,7 @@ #define FIX_103_RA_PARAMS_PARAM_BIN_REND /* Issue 103: Digest room acoustics parameters for Parametric Binaural Renderer*/ /*#define SBA_HPF_TUNING_DEC*/ #define SMOOTH_WITH_TRANS_DET //#define FIX_331_ALL_BRS /*Enable the fix_331 across all the bitrates and sba modes*/ #define FIX_331_ALL_BRS /*Enable the fix_331 across all the bitrates and sba modes*/ #define FIX_350_MASA_DELAY_COMP /* Nokia: Issue 350: MASA audio/meta delay compensation */ #define FIX_MDCT_BASED_BWD /* FhG: fixes for BWD for issues with reaction to transients for MDCT-stereo and MCT */ Loading