Commit 5da44726 authored by vaclav's avatar vaclav
Browse files

simplification

parent 1749d5da
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -636,8 +636,7 @@ ivas_error core_switching_post_dec_fx(
                Word16 output_mem_fx[NS2SA( 48000, STEREO_DFT32MS_OVL_NS )];
                IF( output_mem_fx32 != NULL )
                {
                    Copy_Scale_sig_32_16( output_mem_fx32, output_mem_fx, NS2SA_FX2( st_fx->output_Fs, STEREO_DFT32MS_OVL_NS ), -Q11 ); // Q(q_output_mem_fx-11)
                    Scale_sig( output_mem_fx, NS2SA_FX2( st_fx->output_Fs, STEREO_DFT32MS_OVL_NS ), Qtmp );                             /* Qtmp */
                    Copy_Scale_sig_32_16( output_mem_fx32, output_mem_fx, NS2SA_FX2( st_fx->output_Fs, STEREO_DFT32MS_OVL_NS ), sub( Qtmp, Q11 ) ); // Qtmp
                }
#else
                IF( output_mem_fx != NULL )