Commit 4c9c745a authored by vaillancour's avatar vaillancour
Browse files

Fix clang format

parent 35147c34
Loading
Loading
Loading
Loading
Loading
+40 −38
Original line number Diff line number Diff line
@@ -1683,10 +1683,12 @@ static Word8 logarithmic_search_fx( const apa_state_t *ps,
            }

            /* update max corr */
            IF( LT_16( ps->scale, 100 ) ){
            IF( LT_16( ps->scale, 100 ) )
            {
                /* shrinking: prefer greater synchpos for equal coeff */
                BASOP_SATURATE_WARNING_OFF_EVS;
                    IF( GE_32( coeff, coeff_max ) ){
                IF( GE_32( coeff, coeff_max ) )
                {
                    coeff_max = L_add( coeff, 0 );
                    *synchpos = i;
                    move16();
+6 −5
Original line number Diff line number Diff line
@@ -2778,7 +2778,8 @@ void TonalMDCTConceal_Apply(
    Word32 *mdctSpectrum,                     /*IN/OUT*/
    Word16 *mdctSpectrum_exp                  /*IN */
#ifdef IVAS_CODE_MDCT_GSHAPE
   ,const PsychoacousticParameters* psychParamsCurrent
    ,
    const PsychoacousticParameters *psychParamsCurrent
#endif
)
{
+1 −1

File changed.

Contains only whitespace changes.

+48 −48

File changed.

Contains only whitespace changes.

+1184 −1184

File changed.

Contains only whitespace changes.

+865 −865

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+17 −17

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

Loading