Commit 1ecc558d authored by multrus's avatar multrus
Browse files

formatting

parent 230c0ae0
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -102,7 +102,6 @@ void getChannelEnergies_fx(

                nrg[ch] = BASOP_Util_Add_Mant32Exp( nrg[ch], nrg_e[ch], sum2, sum2_e, &nrg_e[ch] );
                move32();

            }

            nrg[ch] = Sqrt32( nrg[ch], &nrg_e[ch] ); // nrg_e
+14 −15
Original line number Diff line number Diff line
@@ -577,8 +577,7 @@ void swb_bwe_enc_ivas_fx(
    const Word16 *new_swb_speech_fx,   /* i  : original input signal at 32kHz           */
    const Word16 Q_new_swb_speech,     /* i  : Q for new_swb_speech_fx                  */
    Word16 *shb_speech_fx,             /* i  : SHB target signal (6-14kHz) at 16kHz  Q0 */
    const Word16 Q_slb_speech
);
    const Word16 Q_slb_speech );

void swb_CNG_enc_fx(
    Encoder_State *st_fx,         /* i/o: State structure                           */
+2 −3
Original line number Diff line number Diff line
@@ -272,8 +272,7 @@ void swb_bwe_enc_ivas_fx(
    const Word16 *new_swb_speech_fx,   /* i  : original input signal at 32kHz           */
    const Word16 Q_new_swb_speech,     /* i  : Q for new_swb_speech_fx                  */
    Word16 *shb_speech_fx_Q0,          /* i  : SHB target signal (6-14kHz) at 16kHz  Q0 */
    const Word16 Q_slb_speech
)
    const Word16 Q_slb_speech )
{
    Word16 i;
    Word16 *new_input_fx;
+0 −1
Original line number Diff line number Diff line
@@ -148,7 +148,6 @@ void PerceptualModel_fx(
}



/*------------------------------------------------------------------------------------------*
 * Function PerceptualModelStereo()
 *
+0 −1
Original line number Diff line number Diff line
@@ -360,7 +360,6 @@ Word16 ReadPredictors_fx(
}



Word32 AnyDecodingUnresolved(
    PredictionDecoder *psPredictionDecoder )
{
+3 −3

File changed.

Contains only whitespace changes.

+7 −7

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

+12 −12

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

Loading