Loading lib_enc/enc_higher_acelp_fx.c +3 −0 Original line number Diff line number Diff line Loading @@ -369,6 +369,8 @@ void transf_cdbk_enc_fx( return; } #ifndef REUSE_EVS_ACELP_TC void transf_cdbk_enc_ivas_fx( Encoder_State *st_fx, /* i/o: encoder state structure */ const Word16 harm_flag_acelp, /* i : harmonic flag for higher rates ACELP Q0*/ Loading Loading @@ -746,6 +748,7 @@ void transf_cdbk_enc_ivas_fx( return; } #endif /*-------------------------------------------------------------------* * Find target in residual domain - cn[] *-------------------------------------------------------------------*/ Loading lib_enc/enc_tran_fx.c +2 −0 Original line number Diff line number Diff line Loading @@ -435,6 +435,7 @@ Word16 encod_tran_fx( return tc_subfr; } #ifndef REUSE_EVS_ACELP_TC Word16 encod_tran_ivas_fx( Encoder_State *st_fx, /* i/o: state structure */ Loading Loading @@ -840,3 +841,4 @@ Word16 encod_tran_ivas_fx( return tc_subfr; } #endif No newline at end of file lib_enc/transition_enc_fx.c +4 −2 Original line number Diff line number Diff line Loading @@ -876,6 +876,7 @@ void transition_enc_fx( return; } #ifndef REUSE_EVS_ACELP_TC void transition_enc_ivas_fx( Encoder_State *st_fx, /* i/o: encoder state structure */ Loading Loading @@ -1710,7 +1711,7 @@ void transition_enc_ivas_fx( return; } #endif /*-------------------------------------------------------------------------------------------* * tc_enc() * Loading Loading @@ -1946,6 +1947,7 @@ static void tc_enc_fx( move16(); return; } #ifndef REUSE_EVS_ACELP_TC static void tc_enc_ivas_fx( Encoder_State *st_fx, /* i/o: encoder state structure */ Loading Loading @@ -2166,7 +2168,7 @@ static void tc_enc_ivas_fx( move16(); return; } #endif /*-----------------------------------------------------------------* * gain_trans_enc() Loading Loading
lib_enc/enc_higher_acelp_fx.c +3 −0 Original line number Diff line number Diff line Loading @@ -369,6 +369,8 @@ void transf_cdbk_enc_fx( return; } #ifndef REUSE_EVS_ACELP_TC void transf_cdbk_enc_ivas_fx( Encoder_State *st_fx, /* i/o: encoder state structure */ const Word16 harm_flag_acelp, /* i : harmonic flag for higher rates ACELP Q0*/ Loading Loading @@ -746,6 +748,7 @@ void transf_cdbk_enc_ivas_fx( return; } #endif /*-------------------------------------------------------------------* * Find target in residual domain - cn[] *-------------------------------------------------------------------*/ Loading
lib_enc/enc_tran_fx.c +2 −0 Original line number Diff line number Diff line Loading @@ -435,6 +435,7 @@ Word16 encod_tran_fx( return tc_subfr; } #ifndef REUSE_EVS_ACELP_TC Word16 encod_tran_ivas_fx( Encoder_State *st_fx, /* i/o: state structure */ Loading Loading @@ -840,3 +841,4 @@ Word16 encod_tran_ivas_fx( return tc_subfr; } #endif No newline at end of file
lib_enc/transition_enc_fx.c +4 −2 Original line number Diff line number Diff line Loading @@ -876,6 +876,7 @@ void transition_enc_fx( return; } #ifndef REUSE_EVS_ACELP_TC void transition_enc_ivas_fx( Encoder_State *st_fx, /* i/o: encoder state structure */ Loading Loading @@ -1710,7 +1711,7 @@ void transition_enc_ivas_fx( return; } #endif /*-------------------------------------------------------------------------------------------* * tc_enc() * Loading Loading @@ -1946,6 +1947,7 @@ static void tc_enc_fx( move16(); return; } #ifndef REUSE_EVS_ACELP_TC static void tc_enc_ivas_fx( Encoder_State *st_fx, /* i/o: encoder state structure */ Loading Loading @@ -2166,7 +2168,7 @@ static void tc_enc_ivas_fx( move16(); return; } #endif /*-----------------------------------------------------------------* * gain_trans_enc() Loading