Loading lib_enc/ivas_stereo_dft_enc_itd.c +0 −1 Original line number Diff line number Diff line Loading @@ -730,7 +730,6 @@ void stereo_dft_enc_compute_itd( xcorr_abs[i] = sqrtf( xcorr[2 * i] * xcorr[2 * i] + xcorr[2 * i + 1] * xcorr[2 * i + 1] ); #ifdef FIX_ISSUE_2008_MISSING_CODE_FROM_PORTING /* VM: prod_LL tends to overflow, better to replace with sum(log(prod_L)) and retrain the classifier */ prod_LL = prod_L; prod_RR = prod_R; #endif Loading Loading
lib_enc/ivas_stereo_dft_enc_itd.c +0 −1 Original line number Diff line number Diff line Loading @@ -730,7 +730,6 @@ void stereo_dft_enc_compute_itd( xcorr_abs[i] = sqrtf( xcorr[2 * i] * xcorr[2 * i] + xcorr[2 * i + 1] * xcorr[2 * i + 1] ); #ifdef FIX_ISSUE_2008_MISSING_CODE_FROM_PORTING /* VM: prod_LL tends to overflow, better to replace with sum(log(prod_L)) and retrain the classifier */ prod_LL = prod_L; prod_RR = prod_R; #endif Loading