ACELP_config*acelp_cfg,/* i : ACELP bit-allocation */
constWord16signalling_bits,/* i : number of signalling bits */
constWord16coder_type,/* i : coder type */
#ifdef NONBE_FIX_GSC_BSTR
constWord16inactive_coder_type_flag,/* i : AVQ (0) or GSC (1) IC flag */
#endif
constWord16tc_subfr,/* i : TC subfr ID */
constWord16tc_call,/* i : TC call number (0,1,2,3,5(DEC)) */
Word16*nBits_es_Pred,/* o : number of bits for Es_pred Q */
@@ -795,9 +793,7 @@ ivas_error config_acelp1(
Word16flag_hardcoded,coder_type_sw,fix_first;
Word32core_brate;
#ifdef DEBUGGING
#ifdef REMOVE_IVAS_UNUSED_PARAMETERS_WARNING
(void)active_cnt;
#endif
#endif
ivas_errorerror;
@@ -1078,13 +1074,9 @@ ivas_error config_acelp1(
test();
test();
test();
#ifdef NONBE_FIX_GSC_BSTR
IF((NE_16(coder_type,UNVOICED)&&NE_16(coder_type,AUDIO)&&coder_type!=INACTIVE&&!(LE_32(core_brate,ACELP_8k00)&&NE_16(coder_type,TRANSITION)))/* mid bitrates in GC and VC, low+mid bitrates in TC */||
/* gain Q bit-budget - part 1: 'Es_pred' of memory-less gain Q */
#ifdef NONBE_FIX_GSC_BSTR
IF((NE_16(coder_type,UNVOICED)&&NE_16(coder_type,AUDIO)&&coder_type!=INACTIVE&&!(LE_32(core_brate,ACELP_8k00)&&NE_16(coder_type,TRANSITION)))/* mid bitrates in GC and VC, low+mid bitrates in TC */||