#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 */
#ifdef FIX_532_ISM_MD_INACTIVE
#define ISM_METADATA_MD_FLAG_BITS 1 /* flag to distinguish between NULL metadata and low-rate ISM_NO_META class */
#define ISM_METADATA_INACTIVE_FLAG_BITS 1 /* flag to signal whether MD are sent in low-rate inactive frame */
if(element_brate[ch]<MIN_BRATE_SWB_STEREO)/* replicate function set_bw() -> check the coded audio band-width */
{
#ifdef FIX_532_ISM_MD_INACTIVE
limit=MIN_BRATE_WB_BWE/FRAMES_PER_SEC;
#else
limit=MIN_BRATE_WB_BWE/FRMS_PER_SECOND;
#endif
}
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_LOW_LIMIT)/* replicate function set_ACELP_flag() -> it is not intended to switch the ACELP internal sampling rate within an object */