Commit 3b8c063f authored by Arthur Tritthart's avatar Arthur Tritthart
Browse files

fix clang format

parent dfbd2223
Loading
Loading
Loading
Loading
Loading
+57 −53
Original line number Diff line number Diff line
@@ -436,7 +436,8 @@ static void GetF0(
#endif
    Word16 /*short*/ *const pF0 /*o   -  Q10*/
#ifdef FIX_ISSUE_1966_F0_32BIT
  , Word32 *const pF0_32,                /*o   -  Q10+16*/
    ,
    Word32 *const pF0_32,     /*o   -  Q10+16*/
    const Word16 element_mode /*i EVS_MONO or anything else */
#endif
)
@@ -640,7 +641,8 @@ static void CorrectF0(
    const Word16 /*short*/ nHarmonics,        /*I    - Q0  */
    Word16 /*short*/ *pF0                     /*I/O  - Q10 range: {0}, [4..18) */
#ifdef FIX_ISSUE_1966_F0_32BIT
  , Word32 /*long*/ *pF0_32,                  /*I/O  - Q10+16 range: {0}, [4..18), NULL for EVS_MONO */
    ,
    Word32 /*long*/ *pF0_32,  /*I/O  - Q10+16 range: {0}, [4..18), NULL for EVS_MONO */
    const Word16 element_mode /*I  EVS_MONO or anything else */
#endif
)
@@ -834,7 +836,6 @@ static void CorrectF0(
                F0 = 0;
                move16();
#endif

            }
        }
        /* Otherwise if there are at least 3 distances between peaks with length 1 and if the 1st harmonic is in pHarmonicIndexes then keep the original F0 */
@@ -894,7 +895,8 @@ static void modifyThreshold(
#endif
    Word16 * /*short*/ thresholdModification /*I   - Q10*/
#ifdef FIX_ISSUE_1966_F0_32BIT
  , Word32 * /*long*/ thresholdModification32, /*I   - Q26*/
    ,
    Word32 * /*long*/ thresholdModification32, /*I   - Q26*/
    const Word16 element_mode                  /*I/O - Q10*/
#endif
)
@@ -962,7 +964,8 @@ static void modifyThresholds(
#endif
    Word16 * /*short*/ thresholdModification /*Q10*/
#ifdef FIX_ISSUE_1966_F0_32BIT
  , Word32 * /*long*/ thresholdModification32, /*Q26*/
    ,
    Word32 * /*long*/ thresholdModification32, /*Q26*/
    const Word16 element_mode                  /*I EVS_MONO or anything else */
#endif
)
@@ -1429,7 +1432,8 @@ static void RefineThresholdsUsingPitch_fx(
#endif
    Word16 *thresholdModification /*Q10*/
#ifdef FIX_ISSUE_1966_F0_32BIT
  , Word32 *thresholdModification32, /*Q10+Q16, NULL in EVS_MONO mode */
    ,
    Word32 *thresholdModification32, /*Q10+Q16, NULL in EVS_MONO mode */
    const Word16 element_mode        /*Q0 EVS_MONO or anything else */
#endif
)
+3 −2
Original line number Diff line number Diff line
@@ -604,7 +604,8 @@ static void FindPhaseDifferences(
    TonalMDCTConcealPtr const hTonalMDCTConc, /* i  : Pointer to internal structure        */
    Word32 powerSpectrum[]                    /* i  : Power spectrum data Qx                 */
#ifdef FIX_ISSUE_1966_PHASE_DIFF
  , const Word16 element_mode                 /* i  : EVS_MONO or anything else */
    ,
    const Word16 element_mode /* i  : EVS_MONO or anything else */
#endif
)
{