Home
last modified time | relevance | path

Searched refs:sf0_exp_coeff (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
Dqgain475.cpp1152 Word16 sf0_exp_coeff[], /* i : energy coeff. (5), exponent part, Q0 */ in MR475_gain_quant() argument
1227 exp_max[0] = (sf0_exp_coeff[0] - 13); in MR475_gain_quant()
1228 exp_max[1] = (sf0_exp_coeff[1] - 14); in MR475_gain_quant()
1229 exp_max[2] = (sf0_exp_coeff[2] + (15 + (exp << 1))); in MR475_gain_quant()
1230 exp_max[3] = (sf0_exp_coeff[3] + exp); in MR475_gain_quant()
1231 exp_max[4] = (sf0_exp_coeff[4] + (1 + exp)); in MR475_gain_quant()
Dgain_q.cpp288 Set_zero(state->sf0_exp_coeff, 5); in gainQuant_reset()
545 st->sf0_exp_coeff, in gainQuant()
621 st->sf0_exp_coeff, in gainQuant()
Dqgain475.h148 Word16 sf0_exp_coeff[], /* i : energy coeff. (5), exponent part, Q0 */
Dgain_q.h120 Word16 sf0_exp_coeff[5]; member