#ifdef ISM_16_KHZ_COREaa // VE: to be verified !!!!!
#define ISM_NB_BITS_METADATA_NOMINAL ( ( SCE_CORE_16k_LOW_LIMIT_ISM - ACELP_16k_LOW_LIMIT ) / FRAMES_PER_SEC ) /* nominal number of metadata bits - used for configuration of Core-Coder modules */
#else
#define ISM_NB_BITS_METADATA_NOMINAL ( ( SCE_CORE_16k_LOW_LIMIT - ACELP_16k_LOW_LIMIT ) / FRAMES_PER_SEC ) /* nominal number of metadata bits - used for configuration of Core-Coder modules */
elseif(element_brate[ch]>=sce_core_16k_limit)/* replicate function set_ACELP_flag() -> it is not intended to switch the ACELP internal sampling rate within an object */
#else
elseif(element_brate[ch]>=SCE_CORE_16k_LOW_LIMIT)/* replicate function set_ACELP_flag() -> it is not intended to switch the ACELP internal sampling rate within an object */
if(element_brate[ch]<sce_core_16k_limit)/* replicate function set_ACELP_flag() -> it is not intended to switch the ACELP internal sampling rate within an object */
#else
if(element_brate[ch]<SCE_CORE_16k_LOW_LIMIT)/* replicate function set_ACELP_flag() -> it is not intended to switch the ACELP internal sampling rate within an object */