Commit 5602c6c4 authored by Arash Azizi's avatar Arash Azizi
Browse files

issue: 2446 Clang formatting patch

parent 5c55e152
Loading
Loading
Loading
Loading
Loading
+7 −8
Original line number Diff line number Diff line
@@ -8917,8 +8917,7 @@ void con_tcx_ivas_fx(
    Word16 *noise_seed,     /* i/o: noise seed for stereo       */
    const Word16 only_left, /* i  : TD-PLC only in left channel */
    const Word16 *A_cng,    /* i  : CNG LP filter coefficients  */
    const leg_flag
);
    const leg_flag );
#endif // !HARMONIZE_2446_CON_TCX_FX

void ivas_mdct_core_reconstruct_fx(
+8 −9
Original line number Diff line number Diff line
@@ -952,8 +952,7 @@ void con_tcx_ivas_fx(
    Word16 *noise_seed,     /* i/o: noise seed for stereo       Q0 */
    const Word16 only_left, /* i  : TD-PLC only in left channel Q0 */
    const Word16 *A_cng,    /* i  : CNG LP filter coefficients  Q14*/
    const Word16 leg_flag
    )
    const Word16 leg_flag )
#else
void con_tcx_ivas_fx(
    Decoder_State *st,      /* i/o: coder memory state             */
+10 −11
Original line number Diff line number Diff line
@@ -1312,7 +1312,6 @@ void ivas_mdct_core_reconstruct_fx(
#else
                    con_tcx_ivas_fx( st, &synthFB_fx[0], hCPE->hStereoMdct->lastCoh_fx, &sts[0]->seed_acelp, 1, &st->hFdCngDec->hFdCngCom->A_cng[0], 0 );
#endif // !HARMONIZE_2446_CON_TCX_FX
                    
                }
                ELSE
                {