Searched refs:past_gain_pit (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dec_gains.cpp548 if (sub (tmp, st->past_gain_pit) > 0)
550 tmp = st->past_gain_pit;
596 if (sub(tmp, st->past_gain_pit, pOverflow) > 0)
598 tmp = st->past_gain_pit;
658 state->past_gain_pit = 0;
698 state->past_gain_pit = 0;
771 st->past_gain_pit = *gain_pitch;
773 if (sub (st->past_gain_pit, 16384) > 0) // if (st->past_gain_pit > 1.0)
775 st->past_gain_pit
[all...]
H A Dec_gains.h102 Word16 past_gain_pit; member in struct:__anon515
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Ddec_gain2_amr_wb.cpp153 /* 4 *past_gain_pit */
185 int16 *past_gain_pit, *past_gain_code, *past_qua_en, *gbuf, *pbuf, *prev_gc; local
193 past_gain_pit = mem + 4;
220 *past_gain_pit = tmp;
222 if (*past_gain_pit > 15565)
224 *past_gain_pit = 15565; /* 0.95 in Q14 */
230 *gain_pit = mult_int16(pdown_unusable[state], *past_gain_pit);
234 *gain_pit = mult_int16(pdown_usable[state], *past_gain_pit);
287 pbuf[4] = *past_gain_pit;
355 *past_gain_pit
[all...]

Completed in 86 milliseconds