Commit db349f92 authored by vaclav's avatar vaclav Committed by Manuel Jander
Browse files

tabs -> spaces

parent 5152e7fe
Loading
Loading
Loading
Loading
+43 −43
Original line number Diff line number Diff line
@@ -931,7 +931,7 @@ Word16 gsc_gainQ_ivas_fx(
/* _ (Word16[]) old_y_gain_fx  : AR gain quantizer for low rate             */
/*--------------------------------------------------------------------------*/
/* RETURN ARGUMENTS :                                                       */
/* _ (Word16) :					average frequency gain 					    */
/* _ (Word16) :                : average frequency gain                     */
/*==========================================================================*/

Word16 gsc_gaindec_fx(                             /* o  : average frequency gain    */
@@ -1090,7 +1090,7 @@ Word16 gsc_gaindec_fx( /* o : average frequency gai
/* _ (Word16[]) old_y_gain_fx    : AR gain quantizer for low rate           */
/*--------------------------------------------------------------------------*/
/* RETURN ARGUMENTS :                                                       */
/* _ (Word16) :					average frequency gain 					    */
/* _ (Word16) :                  : average frequency gain                   */
/*==========================================================================*/

Word16 gsc_gaindec_ivas_fx(                             /* o  : average frequency gain    */
+16 −18
Original line number Diff line number Diff line
@@ -30,8 +30,6 @@
/* _ (Word16[]) exc_fx          : adapt. excitation exc (Q_exc)          */
/* _ (Word16[]) exc2_fx         : adapt. excitation/total exc (Q_exc)    */
/*-----------------------------------------------------------------------*/


/*-----------------------------------------------------------------------*/
/* RETURN ARGUMENTS :                                                    */
/* _ None                                                                */
+88 −90
Original line number Diff line number Diff line
@@ -348,7 +348,6 @@ void gain_dec_tc_ivas_fx(
/* INPUT/OUTPUT ARGUMENTS :                                                             */
/* _ None                                                                               */
/*--------------------------------------------------------------------------------------*/

/* _ None                                                                               */
/*--------------------------------------------------------------------------------------*/
/* RETURN ARGUMENTS :                                                                   */
@@ -591,7 +590,6 @@ void gain_dec_mless_fx(
/* INPUT/OUTPUT ARGUMENTS :                                                         */
/* _ None                                                                           */
/*----------------------------------------------------------------------------------*/

/* _ None                                                                           */
/*----------------------------------------------------------------------------------*/
/* RETURN ARGUMENTS :                                                               */
+35 −35
Original line number Diff line number Diff line
@@ -21,15 +21,15 @@
/* OUTPUT ARGUMENTS :                                                      */
/* _ (Word16[]) pitch_buf_fx   : floating pitch values for each subframe Q6*/
/* _ (Word16[])    voice_factors_fx: frame error rate        Q15           */
/*--------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/* INPUT/OUTPUT ARGUMENTS :                                                */
/*  Decoder_State *st_fx        : decoder  memory structure                */
/* _ (Word16[]) exc_fx          : adapt. excitation exc (Q_exc)            */
/* _ (Word16[]) exc2_fx         : adapt. excitation/total exc (Q_exc)      */
/*--------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/* RETURN ARGUMENTS :                                                      */
/* _ None                                                                  */
/*==========================================================================*/
/*=========================================================================*/

void decod_audio_fx(
    Decoder_State *st_fx,              /* i/o: decoder static memory                       */
+19 −20
Original line number Diff line number Diff line
@@ -9,25 +9,24 @@

/*======================================================================*/
/* FUNCTION : lp_filt_exc_dec_fx()                                      */
/*-----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
/* PURPOSE :  Low-pass filtering of the adaptive exctitation            */
/*                                                                      */
/*-----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
/*  INPUT ARGUMENTS :                                                   */
/* _ (Word32) core_brate : Core bitrate Q0                              */
/* _ (Word16) Opt_AMR_WB : flag indicating AMR-WB IO mode   Q0          */
/* _ (Word16) coder_type : coding type  Q0                              */
/* _ (Word16) i_subfr : subframe index  Q0                              */
/* _ (Word16) L_subfr :  subframe size Q0                               */
/*-----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
/* OUTPUT ARGUMENTS :                                                   */
/*-----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
/* INPUT OUTPUT ARGUMENTS                                               */
/* _ (Word16 *) exc : excitation buffer Q0                              */
/*-----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/*                                                                      */
/*-----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
/* RETURN ARGUMENTS :                                                   */
/* _ None                                                               */
/*=======================================================================*/
Loading