Commit e2521a3a authored by Fabian Bauer's avatar Fabian Bauer
Browse files

set sfcorrection 0

parent 6888d91f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1038,7 +1038,7 @@ void ivas_mcmasa_param_est_enc_fx(
#ifdef FUNC_compute_cov_mtx_fx_16
    /*get freq/band mapping*/
    int fb_map[DIRAC_NO_FB_BANDS_MAX];
    int const sfCorrection = 3;
    int const sfCorrection = 0;
    FOR( int b = 0; b < num_freq_bands; b++ )
    {
        FOR( int f = hMcMasa->band_grouping[b]; f < hMcMasa->band_grouping[b + 1]; f++ )
@@ -2216,6 +2216,7 @@ static void compute_cov_mtx_fx_16(
                COVls->xi_fx[i][j] = L_shl( temp32_1, tmp_16 ); // exp:max_exp-tmp_16
                COVls->xi_e[i][j] = sub( max_exp, tmp_16 );
                move32();
                move16();
            }
        }
    }