Loading lib_com/prot_fx.h +2 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading @@ -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 */ Loading lib_dec/inov_dec_fx.c +2 −1 Original line number Diff line number Diff line Loading @@ -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() */ /*-----------------------------------------------------------------------*/ Loading Loading @@ -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 lib_dec/ivas_td_low_rate_dec_fx.c +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
lib_com/prot_fx.h +2 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading @@ -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 */ Loading
lib_dec/inov_dec_fx.c +2 −1 Original line number Diff line number Diff line Loading @@ -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() */ /*-----------------------------------------------------------------------*/ Loading Loading @@ -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
lib_dec/ivas_td_low_rate_dec_fx.c +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading