Commit 14a2604b authored by Jan Kiene's avatar Jan Kiene
Browse files

fix compiler warning

parent a0f8e022
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -8560,7 +8560,6 @@ Word16 FEC_synchro_exc_fx( /* o : do_WI flag
// dec_uv_fx.c
void decod_unvoiced_fx(
    Decoder_State *st_fx,     /*   i/o: decoder static memory                             */
    const Word16 *Aq_fx,      /*   Q12        i  : LP filter coefficient                  */
    const Word16 coder_type,  /*   Q0        i  : coding type                             */
    Word16 *tmp_noise_fx,     /*   Q5        o  : long term temporary noise energy        */
    Word16 *pitch_buf_fx,     /*   Q6        o  : floating pitch values for each subframe */
+1 −1
Original line number Diff line number Diff line
@@ -801,7 +801,7 @@ ivas_error acelp_core_dec_fx(
            ELSE IF( EQ_16( st_fx->coder_type, UNVOICED ) )
            {
                /* UNVOICED frames */
                decod_unvoiced_fx( st_fx, Aq_fx, st_fx->coder_type, &tmp_noise_fx, pitch_buf_fx, voice_factors, exc_fx, exc2_fx, bwe_exc_fx, gain_buf );
                decod_unvoiced_fx( st_fx, st_fx->coder_type, &tmp_noise_fx, pitch_buf_fx, voice_factors, exc_fx, exc2_fx, bwe_exc_fx, gain_buf );
            }
            ELSE IF( EQ_16( st_fx->ppp_mode_dec, 1 ) )
            {
+0 −1
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@ static void gain_dec_gacelp_uv_fx(

void decod_unvoiced_fx(
    Decoder_State *st_fx,     /* 					i/o: decoder static memory                  */
    const Word16 *Aq_fx,      /* 	Q12				i  : LP filter coefficient                  */
    const Word16 coder_type,  /* 	Q0				i  : coding type                            */
    Word16 *tmp_noise_fx,     /* 	Q0				o  : long term temporary noise energy       */
    Word16 *pitch_buf_fx,     /* 	Q6				o  : floating pitch values for each subframe*/