if((ism_mode==ISM_MASA_MODE_DISC&&nchan_ism>=3&&element_brate==16000)/* this condition corresponds to the ivas_total_brate = 96000 and 3 objects and 128 kbps and 4 objects */
#ifdef TUNING_48kbps_2obj
||(ism_mode==ISM_MASA_MODE_DISC&&nchan_ism==2&&element_brate==9600)/* this condition corresponds to the ivas_total_brate = 48000 and 2 objects */
#endif
)
#ifdef TUNING_DISC_3_4obj
if(ism_mode==ISM_MASA_MODE_DISC&&((nchan_ism==4&&element_brate==24000)||(nchan_ism==3&&element_brate==20000)))/* this condition corresponds to the ivas_total_brate = 96000 and 3 objects */