Commit 25661aff authored by multrus's avatar multrus
Browse files

formatting

parent f3c2d135
Loading
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -1080,4 +1080,3 @@ void init_tcx_window_cfg_fx(

    return;
}
+3 −6
Original line number Diff line number Diff line
@@ -7956,7 +7956,6 @@ void decoder_tcx_ivas_fx(
    const Word16 sba_dirac_stereo_flag );



void tcx_decoder_memory_update(
    Word16 *xn_buf,    /* i/o: mdct output buffer used also as temporary buffer  : Q0 */
    Word16 *synthout,  /* o: synth                                               : Q0 */
@@ -9483,10 +9482,8 @@ void SetModeIndex_fx(
    Encoder_State *st,              /* i  : Encoder state                          */
    const Word32 last_total_brate,  /* i  : last total bitrate                     Q0*/
    const Word16 last_element_mode, /* i  : last IVAS element mode                 Q0*/
    const Word16 MCT_flag           /* i  : hMCT handle allocated (1) or not (0)   Q0*/
    ,
    const Word16 shift
);
    const Word16 MCT_flag,          /* i  : hMCT handle allocated (1) or not (0)   Q0*/
    const Word16 shift );

void init_tcx_cfg_fx(
    TCX_CONFIG_HANDLE hTcxCfg,
+0 −2
Original line number Diff line number Diff line
@@ -2155,5 +2155,3 @@ void tcx_get_gain(

    return;
}

+23 −28
Original line number Diff line number Diff line
@@ -408,8 +408,7 @@ static void GetF0(
    Word32 /*int*/ const pitchLag,   /*i   -  Q16*/
    Word16 /*short*/ *const pOrigF0, /*o   -  Q10*/
    Word32 *const pOrigF0_32,        /*o   -  Q10+16*/
    Word16 /*short*/ *const pF0      /*o   -  Q10*/
    ,
    Word16 /*short*/ *const pF0,     /*o   -  Q10*/
    Word32 *const pF0_32,            /*o   -  Q10+16*/
    const Word16 element_mode        /*i EVS_MONO or anything else */
)
@@ -587,8 +586,7 @@ static void findStrongestHarmonics(
static void CorrectF0(
    const Word16 /*short*/ *pHarmonicIndexes, /*I    - Q0  */
    const Word16 /*short*/ nHarmonics,        /*I    - Q0  */
    Word16 /*short*/ *pF0                     /*I/O  - Q10 range: {0}, [4..18) */
    ,
    Word16 /*short*/ *pF0,                    /*I/O  - Q10 range: {0}, [4..18) */
    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 */
)
@@ -802,8 +800,7 @@ static void modifyThreshold(
    Word32 F0_32,                              /*I   - Q26*/
    Word16 /*short*/ threshold,                /*I   - Q10*/
    Word32 threshold_32,                       /*I   - Q26*/
    Word16 * /*short*/ thresholdModification /*I   - Q10*/
    ,
    Word16 * /*short*/ thresholdModification,  /*I   - Q10*/
    Word32 * /*long*/ thresholdModification32, /*I   - Q26*/
    const Word16 element_mode                  /*I/O - Q10*/
)
@@ -851,8 +848,7 @@ static void modifyThresholds(
    Word32 F0_32,                              /*I   - Q26*/
    Word16 /*short*/ origF0,                   /*I   - Q10*/
    Word32 origF0_32,                          /*I   - Q26*/
    Word16 * /*short*/ thresholdModification /*Q10*/
    ,
    Word16 * /*short*/ thresholdModification,  /*Q10*/
    Word32 * /*long*/ thresholdModification32, /*Q26*/
    const Word16 element_mode                  /*I EVS_MONO or anything else */
)
@@ -1269,8 +1265,7 @@ static void RefineThresholdsUsingPitch_fx(
    const Word32 currentPitchLag,    /*Qx*/
    Word16 *pF0,                     /*Q10*/
    Word32 *pF0_32,                  /*Q10+Q16, NULL in EVS_MONO mode */
    Word16 *thresholdModification /*Q10*/
    ,
    Word16 *thresholdModification,   /*Q10*/
    Word32 *thresholdModification32, /*Q10+Q16, NULL in EVS_MONO mode */
    const Word16 element_mode        /*Q0 EVS_MONO or anything else */
)
+0 −1
Original line number Diff line number Diff line
@@ -194,4 +194,3 @@ void reconfig_decoder_LPD_fx(

    return;
}
Loading