Commit 976df6d8 authored by vaclav's avatar vaclav
Browse files

fix BE

parent b373aef0
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -153,6 +153,7 @@ void DTFS_copy(
    Xout->upper_cut_off_freq_of_interest = Xinp.upper_cut_off_freq_of_interest;
    Xout->upper_cut_off_freq = Xinp.upper_cut_off_freq;
#endif

    return;
}

@@ -3159,7 +3160,7 @@ ivas_error WIsyn(
    DTFS_phaseShift( CURRCW_DTFS, tmp );
    FUNC( 2 );
    MULT( 2 );
    DTFS_phaseShift( CURRCW_DTFS, (float) ( PI2 * alignment / CURRCW_DTFS->lag ) );
    DTFS_phaseShift( CURRCW_DTFS_out, (float) ( PI2 * alignment / CURRCW_DTFS->lag ) );

    /* Compute the cubic phase track and transform to 1-D signal */
    FUNC( 6 );