Loading lib_enc/lp_exc_e_fx.c +11 −10 Original line number Diff line number Diff line Loading @@ -259,13 +259,14 @@ else exc_tmp[i] = round_fx( Ltmp ); } } IF( use_prev_sf_pit_gain == 1 ) { IF( use_prev_sf_pit_gain == 1 ) { wtmp1 = adpt_enr_fx( codec_mode, exc_tmp, h1, y1_tmp, L_subfr, &gain2, gain_pit, clip_gain, xn, xn2_tmp, &exp_ener1, use_prev_sf_pit_gain ); } ELSE{ ELSE { wtmp1 = adpt_enr_fx( codec_mode, exc_tmp, h1, y1_tmp, L_subfr, &gain2, g_corr2, clip_gain, xn, xn2_tmp, &exp_ener1, use_prev_sf_pit_gain ); } } if ( LT_16( exp_ener, exp_ener1 ) ) Loading lib_enc/acelp_core_switch_enc_fx.c +2 −2 File changed.Contains only whitespace changes. Show changes lib_enc/core_switching_enc.c +4 −4 File changed.Contains only whitespace changes. Show changes Loading
lib_enc/lp_exc_e_fx.c +11 −10 Original line number Diff line number Diff line Loading @@ -259,13 +259,14 @@ else exc_tmp[i] = round_fx( Ltmp ); } } IF( use_prev_sf_pit_gain == 1 ) { IF( use_prev_sf_pit_gain == 1 ) { wtmp1 = adpt_enr_fx( codec_mode, exc_tmp, h1, y1_tmp, L_subfr, &gain2, gain_pit, clip_gain, xn, xn2_tmp, &exp_ener1, use_prev_sf_pit_gain ); } ELSE{ ELSE { wtmp1 = adpt_enr_fx( codec_mode, exc_tmp, h1, y1_tmp, L_subfr, &gain2, g_corr2, clip_gain, xn, xn2_tmp, &exp_ener1, use_prev_sf_pit_gain ); } } if ( LT_16( exp_ener, exp_ener1 ) ) Loading