Commit a30bba1b authored by TYAGIRIS's avatar TYAGIRIS
Browse files

clang fixes

parent 1473fa6c
Loading
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -75,8 +75,7 @@ static void adaptive_polar_ext_plc(
    float xf_bet[CLDFB_PLC_XF]
#endif
    ,
    const int16_t iNumCols
)
    const int16_t iNumCols )
{
    float uth[CLDFB_NO_COL_MAX], uthu[CLDFB_NO_COL_MAX], urh[CLDFB_NO_COL_MAX];
    float ph_adj, ph_diff, ph_adj_t, quot, drho, srho, diff, dth, sth, fac_real, fac_imag;
@@ -520,8 +519,7 @@ void ivas_splitBinRendPLC(
                                    xf_alp, hSplitRendPLC->CldfbPLC_state.xf_bet[n][i]
#endif
                                    ,
                                    iNumCols
            );
                                    iNumCols );

            for ( k = 0; k < iNumCols; k++ )
            {
+1 −1

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.