Searched refs:E_high_exp_max (Results 1 – 1 of 1) sorted by relevance
586 int E_high_exp_max = 0; in pvcDecodeTimeSlot() local625 if (predCoeff_exp > E_high_exp_max) { in pvcDecodeTimeSlot()626 E_high_exp_max = predCoeff_exp; in pvcDecodeTimeSlot()632 int scale = fMin(E_high_exp_max - E_high_exp[ksg], DFRACT_BITS - 1); in pvcDecodeTimeSlot()635 *predictedEsg_exp = E_high_exp_max; in pvcDecodeTimeSlot()