Home
last modified time | relevance | path

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

/frameworks/av/media/module/codecs/amrnb/dec/src/
Dec_gains.cpp699 state->prev_gp = 16384; in ec_gain_pitch_reset()
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()
Dec_gains.h103 Word16 prev_gp; member