Commit 00a473b5 authored by multrus's avatar multrus
Browse files

formatting, simplification

parent fca6c5d2
Loading
Loading
Loading
Loading
Loading
+1 −8
Original line number Diff line number Diff line
@@ -869,14 +869,7 @@ void init_tcx_cfg_ivas_fx(
    move16();
    mdctWindowLength = getMdctWindowLength_fx( fscale ); /*Q0*/
#ifdef HARMONIZE_2567_init_functions
    IF( EQ_16( element_mode, EVS_MONO ) )
    {
        mdctWindowLengthFB = getMdctWindowLength_fx( fscaleFB ); /*Q0*/
    }
    ELSE
    {
        mdctWindowLengthFB = (Word16) ( mdctWindowLength * input_Fs / sr_core );
    }
    mdctWindowLengthFB = getMdctWindowLength_fx( fscaleFB ); /*Q0*/ /* this replaces (int16_t) ( mdctWindowLength * input_Fs / sr_core ) as used in float */
#else
    mdctWindowLengthFB = (Word16) ( mdctWindowLength * input_Fs / sr_core );
#endif
+2 −2

File changed.

Contains only whitespace changes.