Loading lib_enc/ivas_stereo_dft_enc.c 100644 → 100755 +7 −0 Original line number Diff line number Diff line Loading @@ -2898,6 +2898,13 @@ static void stereo_dft_enc_compute_prm( pPredGain[b] = 0.f; } #ifndef STABILIZE_GIPD if ( b < hStereoDft->gipd_band_max ) { gain_IPD += ( sum_nrg_L + sum_nrg_R + 2 * dot_prod_real ) / sub_nrg_DMX[b] / hStereoDft->gipd_band_max; } #endif #ifdef STABILIZE_GIPD if ( b2 == hStereoDft->gipd_band_max ) #else Loading Loading
lib_enc/ivas_stereo_dft_enc.c 100644 → 100755 +7 −0 Original line number Diff line number Diff line Loading @@ -2898,6 +2898,13 @@ static void stereo_dft_enc_compute_prm( pPredGain[b] = 0.f; } #ifndef STABILIZE_GIPD if ( b < hStereoDft->gipd_band_max ) { gain_IPD += ( sum_nrg_L + sum_nrg_R + 2 * dot_prod_real ) / sub_nrg_DMX[b] / hStereoDft->gipd_band_max; } #endif #ifdef STABILIZE_GIPD if ( b2 == hStereoDft->gipd_band_max ) #else Loading