Loading lib_com/ivas_cov_smooth.c +14 −3 Original line number Diff line number Diff line Loading @@ -50,8 +50,11 @@ static void ivas_set_up_cov_smoothing( ivas_cov_smooth_state_t *hCovState, ivas_filterbank_t *pFb, const float max_update_rate, const int16_t min_pool_size, const int16_t min_pool_size #ifndef FIX_331_ALL_BRS , const int16_t nchan_inp /* i : number of input channels */ #endif #ifdef LBR_SBA_EXTRA_COV_SMOOTH , const int32_t ivas_total_brate Loading Loading @@ -195,9 +198,17 @@ ivas_error ivas_spar_covar_smooth_enc_open( } #ifdef LBR_SBA_EXTRA_COV_SMOOTH ivas_set_up_cov_smoothing( hCovState, pFb, cov_smooth_cfg->max_update_rate, cov_smooth_cfg->min_pool_size, nchan_inp, ivas_total_brate ); ivas_set_up_cov_smoothing( hCovState, pFb, cov_smooth_cfg->max_update_rate, cov_smooth_cfg->min_pool_size #ifndef FIX_331_ALL_BRS , nchan_inp #endif , ivas_total_brate ); #else ivas_set_up_cov_smoothing( hCovState, pFb, cov_smooth_cfg->max_update_rate, cov_smooth_cfg->min_pool_size, nchan_inp ); ivas_set_up_cov_smoothing( hCovState, pFb, cov_smooth_cfg->max_update_rate, cov_smooth_cfg->min_pool_size, #ifndef FIX_331_ALL_BRS , nchan_inp #endif ); #endif *hCovState_out = hCovState; Loading Loading
lib_com/ivas_cov_smooth.c +14 −3 Original line number Diff line number Diff line Loading @@ -50,8 +50,11 @@ static void ivas_set_up_cov_smoothing( ivas_cov_smooth_state_t *hCovState, ivas_filterbank_t *pFb, const float max_update_rate, const int16_t min_pool_size, const int16_t min_pool_size #ifndef FIX_331_ALL_BRS , const int16_t nchan_inp /* i : number of input channels */ #endif #ifdef LBR_SBA_EXTRA_COV_SMOOTH , const int32_t ivas_total_brate Loading Loading @@ -195,9 +198,17 @@ ivas_error ivas_spar_covar_smooth_enc_open( } #ifdef LBR_SBA_EXTRA_COV_SMOOTH ivas_set_up_cov_smoothing( hCovState, pFb, cov_smooth_cfg->max_update_rate, cov_smooth_cfg->min_pool_size, nchan_inp, ivas_total_brate ); ivas_set_up_cov_smoothing( hCovState, pFb, cov_smooth_cfg->max_update_rate, cov_smooth_cfg->min_pool_size #ifndef FIX_331_ALL_BRS , nchan_inp #endif , ivas_total_brate ); #else ivas_set_up_cov_smoothing( hCovState, pFb, cov_smooth_cfg->max_update_rate, cov_smooth_cfg->min_pool_size, nchan_inp ); ivas_set_up_cov_smoothing( hCovState, pFb, cov_smooth_cfg->max_update_rate, cov_smooth_cfg->min_pool_size, #ifndef FIX_331_ALL_BRS , nchan_inp #endif ); #endif *hCovState_out = hCovState; Loading