Home
last modified time | relevance | path

Searched refs:sf1_exp_coeff (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codecs/amrnb/enc/src/
Dqgain475.cpp1164 Word16 sf1_exp_coeff[], /* i : energy coeff. (5), exponent part, Q0 */ in MR475_gain_quant() argument
1238 exp_max[5] = (sf1_exp_coeff[0] - 13); in MR475_gain_quant()
1239 exp_max[6] = (sf1_exp_coeff[1] - 14); in MR475_gain_quant()
1240 exp_max[7] = (sf1_exp_coeff[2] + (15 + (exp << 1))); in MR475_gain_quant()
1241 exp_max[8] = (sf1_exp_coeff[3] + exp); in MR475_gain_quant()
1242 exp_max[9] = (sf1_exp_coeff[4] + (1 + exp)); in MR475_gain_quant()
Dqgain475.h160 Word16 sf1_exp_coeff[], /* i : energy coeff. (5), exponent part, Q0 */