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

/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dec_gains.cpp659 state->prev_gp = 16384;
699 state->prev_gp = 16384;
763 if (sub (*gain_pitch, st->prev_gp) > 0)
765 *gain_pitch = st->prev_gp;
768 st->prev_gp = *gain_pitch;
820 if (sub(*gain_pitch, st->prev_gp, pOverflow) > 0)
822 *gain_pitch = st->prev_gp;
825 st->prev_gp = *gain_pitch;
H A Dec_gains.h103 Word16 prev_gp; member in struct:__anon400

Completed in 84 milliseconds