Home
last modified time | relevance | path

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

/frameworks/av/media/module/codecs/amrnb/dec/src/
Dec_gains.cpp580 Word16 *gain_pitch, /* o : pitch gain (Q14) */ in ec_gain_pitch() argument
600 *gain_pitch = mult(tmp, pdown[state], pOverflow); in ec_gain_pitch()
810 Word16 *gain_pitch, /* i/o : pitch gain */ in ec_gain_pitch_update() argument
820 if (sub(*gain_pitch, st->prev_gp, pOverflow) > 0) in ec_gain_pitch_update()
822 *gain_pitch = st->prev_gp; in ec_gain_pitch_update()
825 st->prev_gp = *gain_pitch; in ec_gain_pitch_update()
828 st->past_gain_pit = *gain_pitch; in ec_gain_pitch_update()
Dec_gains.h183 Word16 *gain_pitch, /* o : pitch gain (Q14) */
198 Word16 *gain_pitch, /* i/o : pitch gain */