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

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dgain_q.h120 Word16 sf0_exp_coeff[5]; member in struct:__anon380
H A Dqgain475.h148 Word16 sf0_exp_coeff[], /* i : energy coeff. (5), exponent part, Q0 */
H A Dqgain475.cpp799 sf0_exp_coeff = energy coeff. (exponent part) (Word16)
858 Word16 sf0_exp_coeff[], // i : energy coeff. (5), exponent part, Q0
921 exp_max[0] = sub(sf0_exp_coeff[0], 13);
922 exp_max[1] = sub(sf0_exp_coeff[1], 14);
923 exp_max[2] = add(sf0_exp_coeff[2], add(15, shl(exp, 1)));
924 exp_max[3] = add(sf0_exp_coeff[3], exp);
925 exp_max[4] = add(sf0_exp_coeff[4], add(1, exp));
1152 Word16 sf0_exp_coeff[], /* i : energy coeff. (5), exponent part, Q0 */
1227 exp_max[0] = (sf0_exp_coeff[0] - 13);
1228 exp_max[1] = (sf0_exp_coeff[
1146 MR475_gain_quant( gc_predState *pred_st, Word16 sf0_exp_gcode0, Word16 sf0_frac_gcode0, Word16 sf0_exp_coeff[], Word16 sf0_frac_coeff[], Word16 sf0_exp_target_en, Word16 sf0_frac_target_en, Word16 sf1_code_nosharp[], Word16 sf1_exp_gcode0, Word16 sf1_frac_gcode0, Word16 sf1_exp_coeff[], Word16 sf1_frac_coeff[], Word16 sf1_exp_target_en, Word16 sf1_frac_target_en, Word16 gp_limit, Word16 *sf0_gain_pit, Word16 *sf0_gain_cod, Word16 *sf1_gain_pit, Word16 *sf1_gain_cod, Flag *pOverflow ) argument
[all...]
H A Dgain_q.cpp288 Set_zero(state->sf0_exp_coeff, 5);
545 st->sf0_exp_coeff,
621 st->sf0_exp_coeff,

Completed in 68 milliseconds