tcx_arith_decode_envelope_fx(st,x,x_e,L_frame,L_spec,Aind,*prm_target,prm_sqQ,(Word16)NE_16(st->last_core_from_bs,ACELP_CORE),prm_hm,/* HM parameter area */hTcxDec->tcx_hm_LtpPitchLag,&arith_bits,&signaling_bits,0,1);
#else
tcx_arith_decode_envelope_ivas_fx(st,x,x_e,L_frame,L_spec,Aind,*prm_target,prm_sqQ,(Word16)NE_16(st->last_core_from_bs,ACELP_CORE),prm_hm,/* HM parameter area */hTcxDec->tcx_hm_LtpPitchLag,&arith_bits,&signaling_bits,1);
#endif
}
ELSE
{
#ifdef HARMONIZE_2598_tcx_arith_decode_envelope
tcx_arith_decode_envelope_fx(st,x,x_e,L_frame,L_spec,Aind,*prm_target,prm_sqQ,(Word16)NE_16(st->last_core_from_bs,ACELP_CORE),prm_hm,/* HM parameter area */hTcxDec->tcx_hm_LtpPitchLag,&arith_bits,&signaling_bits,0,0);
#else
tcx_arith_decode_envelope_ivas_fx(st,x,x_e,L_frame,L_spec,Aind,*prm_target,prm_sqQ,(Word16)NE_16(st->last_core_from_bs,ACELP_CORE),prm_hm,/* HM parameter area */hTcxDec->tcx_hm_LtpPitchLag,&arith_bits,&signaling_bits,0);