Commit 65304580 authored by JÜRGEN Gerstacker's avatar JÜRGEN Gerstacker
Browse files

ISSUE 1817, MR less 1931, clang-format

parent 8e5a2afd
Loading
Loading
Loading
Loading
Loading
+7 −8
Original line number Diff line number Diff line
@@ -1921,7 +1921,6 @@ static Word32 CalculateAbsEnergy_fx( /* o : normalized resul
#endif /* 0/1 legacy */



    void IMDCT_fx( Word32 *x, Word16 x_e, Word16 *old_syn_overl, Word16 *syn_Overl_TDAC, Word16 *xn_buf, const Word16 *tcx_aldo_window_1, const PWord16 *tcx_aldo_window_1_trunc, const PWord16 *tcx_aldo_window_2, const PWord16 *tcx_mdct_window_half, const PWord16 *tcx_mdct_window_minimum, const PWord16 *tcx_mdct_window_trans, Word16 tcx_mdct_window_half_length, Word16 tcx_mdct_window_min_length, Word16 index, Word16 left_rect, Word16 tcx_offset, Word16 overlap, Word16 L_frame, Word16 L_frameTCX, Word16 L_spec_TCX5, Word16 L_frame_glob, Word16 frame_cnt, Word16 bfi, Word16 *old_out, Word16 *Q_old_wtda, Decoder_State *st, Word16 fullbandScale, Word16 *acelp_zir )
{
    const TCX_CONFIG_HANDLE tcx_cfg = st->hTcxCfg;
+18 −19
Original line number Diff line number Diff line
@@ -847,7 +847,6 @@ Word16 ApplyFdCng_fx(
                        FOR( j = 0; j < tmp_loop; j++ )
                        {
                            W_tmp = W_add( W_tmp, *( cngNoiseLevel + j ) ); /*Q31*/

                        }
                        L_tmp = w_norm_llQ31_inl( W_tmp, &L_tmp_exp ); /*Q31 - L_tmp_exp*/
                    }