Loading lib_com/wi.c +2 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading @@ -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 ); Loading Loading
lib_com/wi.c +2 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading @@ -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 ); Loading