Commit 7b1e8d8a authored by Shikha Shetgeri's avatar Shikha Shetgeri
Browse files

pipeline fixes - set 1

parent 2b0b4faf
Loading
Loading
Loading
Loading
Loading
+4 −7
Original line number Diff line number Diff line
@@ -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++ )
@@ -84,7 +81,6 @@ static void ivas_set_up_cov_smoothing(
    }
    else
    {
#endif
#endif
        for ( j = 0; j < pFb->filterbank_num_bands; j++ )
        {
@@ -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;
@@ -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
    );

+1 −1
Original line number Diff line number Diff line
@@ -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 */
+4 −4

File changed.

Contains only whitespace changes.