Loading lib_enc/ivas_mcmasa_enc_fx.c +2 −1 Original line number Diff line number Diff line Loading @@ -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++ ) Loading Loading @@ -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(); } } } Loading Loading
lib_enc/ivas_mcmasa_enc_fx.c +2 −1 Original line number Diff line number Diff line Loading @@ -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++ ) Loading Loading @@ -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(); } } } Loading