Loading lib_com/core_com_config_fx.c +1 −8 Original line number Diff line number Diff line Loading @@ -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 Loading lib_enc/core_enc_init_fx.c +2 −2 File changed.Contains only whitespace changes. Show changes Loading
lib_com/core_com_config_fx.c +1 −8 Original line number Diff line number Diff line Loading @@ -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 Loading