Commit f9107a76 authored by fotopoulou's avatar fotopoulou Committed by multrus
Browse files

remove comment as in original MR

parent 6759b051
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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