// threshold = totalEnergySum / ( MAX_PARAM_SPATIAL_SUBFRAMES * LOWBITRATE_NUM_BANDS ) * 0.5f; /* Average energy multiplied with energy ratio of 0.5f */
threshold=BASOP_Util_Divide3232_Scale_cadence(totalEnergySum,(MAX_PARAM_SPATIAL_SUBFRAMES*LOWBITRATE_NUM_BANDS)*2,&exp);/* Average energy multiplied with energy ratio of 0.5f */
threshold=BASOP_Util_Divide3232_Scale_newton(totalEnergySum,(MAX_PARAM_SPATIAL_SUBFRAMES*LOWBITRATE_NUM_BANDS)*2,&exp);/* Average energy multiplied with energy ratio of 0.5f */