HomeSort by relevance Sort by last modified time
    Searched full:past_gain_pit (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrwb/src/
dec_gain2_amr_wb.cpp 153 /* 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 = *gain_pit
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
ec_gains.cpp 548 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 = 16384
    [all...]
ec_gains.h 102 Word16 past_gain_pit; member in struct:__anon31432

Completed in 125 milliseconds