Commit a2fa75b8 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

Merge branch 'main' of ssh://forge.3gpp.org:29419/sa4/audio/ivas-basop into...

Merge branch 'main' of ssh://forge.3gpp.org:29419/sa4/audio/ivas-basop into 2228-be_fix_1391_coverage_spar_dyn__channel-never-activated-in-basop-main
parents 678d22c5 20057001
Loading
Loading
Loading
Loading
Loading
+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                                                               */
/*=======================================================================*/
+29 −33
Original line number Diff line number Diff line
@@ -22,17 +22,15 @@ static void tc_dec_fx( Decoder_State *st_fx, const Word16 L_frame, Word16 exc[],
/* _ (Word16) L_frame        : length of the frame        Q0            */
/* _ (Word16[]) pitch_buf_fx: floating pitch values for each subframe Q6*/
/* _ (Word16[]) voice_factors_fx: frame error rate           Q15        */
/*-----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
/* OUTPUT ARGUMENTS :                                                   */
/* _ (Word16[]) exc_fx       : adapt. excitation exc (Q0)               */
/* _ (Word16[]) exc2_fx      : adapt. excitation/total exc (Q0)         */
/*-----------------------------------------------------------------------*/


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

void transition_dec_fx(
    Decoder_State *st_fx,    /* i/o: decoder state structure */
@@ -650,8 +648,6 @@ void transition_dec_fx(
/* _ (Word16[]) exc_fx          : adapt. excitation exc (Q0)            */
/* _ (Word16[]) exc2_fx       : adapt. excitation/total exc (Q0)        */
/*----------------------------------------------------------------------*/


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