Commit d7f61056 authored by vaclav's avatar vaclav
Browse files

inov_decode_ivas_fx() leftover

parent 0e8ed344
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -7129,6 +7129,7 @@ void inov_decode_fx(
    const Word16 L_subfr     /* i  : subframe length Q0                             */
);
#ifndef CLEANUP_ACELP_ENC
void inov_decode_ivas_fx(
    Decoder_State *st_fx,    /* i/o: decoder state structure */
    const Word32 core_brate, /* i  : core bitrate Q0                                */
@@ -7142,7 +7143,7 @@ void inov_decode_ivas_fx(
    Word16 *code,            /* o  : algebraic excitation Q12                        */
    const Word16 L_subfr     /* i  : subframe length Q0                             */
);
#endif
void dec_acelp_4t64_fx(
    Decoder_State *st_fx, /* i/o: decoder state structure */
    Word16 nbbits,        /* i  : number of bits per codebook               */
+2 −1
Original line number Diff line number Diff line
@@ -191,7 +191,7 @@ void inov_decode_fx(
    cb_shape_fx( 1, 1, 0, sharpFlag, 0, g1, g2, p_Aq, code, tilt_code, shr( add( pt_pitch, 26 ), 6 ), 0, L_subfr );
    return;
}

#ifndef CLEANUP_ACELP_ENC
/*======================================================================*/
/* FUNCTION : inov_decode_ivas_fx() */
/*-----------------------------------------------------------------------*/
@@ -376,3 +376,4 @@ void inov_decode_ivas_fx(
    cb_shape_fx( 1, 1, 0, sharpFlag, 0, g1, g2, p_Aq, code, tilt_code, shr( add( pt_pitch, 26 ), 6 ), 0, L_subfr );
    return;
}
#endif
+4 −0
Original line number Diff line number Diff line
@@ -297,7 +297,11 @@ void decod_gen_2sbfr_fx(
         * Innovation decoding
         *--------------------------------------------------------------*/

#ifdef CLEANUP_ACELP_ENC
        inov_decode_fx( st, st->core_brate, 0, L_frame, sharpFlag, i_subfr, p_Aq, st->tilt_code_fx, *pt_pitch, code, 2 * L_SUBFR );
#else
        inov_decode_ivas_fx( st, st->core_brate, 0, L_frame, sharpFlag, i_subfr, p_Aq, st->tilt_code_fx, *pt_pitch, code, 2 * L_SUBFR );
#endif

        /*--------------------------------------------------------------*
         * Gain decoding