Commit 79294dfd authored by vaillancour's avatar vaillancour Committed by Sandesh Venkatesh
Browse files

further fix to EVS bit exactness

parent 5bbf06ae
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -4127,8 +4127,10 @@ static void fec_ecu_dft_fx(
        Word16 loctmp = *exp;
        move16();
        loctmp = s_min( 15, loctmp );
        Copy_Scale_sig_16_32_DEPREC( Tfr16, Tfr32, *Nfft, loctmp ); /*Qin+exp; */ /*Even with limiting loctmp, if Copy_Scale_sig_16_32_no_sat() is used, can lead to 1 difference */
#else
        Copy_Scale_sig_16_32_no_sat( Tfr16, Tfr32, *Nfft, *exp ); /*Qin+exp; */
#endif
        Copy_Scale_sig_16_32_no_sat( Tfr16, Tfr32, *Nfft, loctmp ); /*Qin+exp; */
    }
#else
    Copy_Scale_sig_16_32_DEPREC( Tfr16, Tfr32, *Nfft, *exp ); /*Qin+exp; */