*total_brate_sec=max(*total_brate_sec,tdm_bit_allc_tbl[0][0]);/* sanity check to ensure the secondary channel always gets the minimal bitrate it needs */
}
else
{
*total_brate_sec=max(*total_brate_sec,3500);/* sanity check to ensure the secondary channel always gets the minimal bitrate it needs */
}
#else
*total_brate_sec=max(*total_brate_sec,tdm_bit_allc_tbl[idx][coder_type]);/* sanity check to ensure the secondary channel always gets the minimal bitrate it needs */