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

  /frameworks/av/media/libstagefright/codecs/amrwb/src/
dtx.h 136 int16 isf_old[M]; member in struct:__anon31456
217 int16 isf_old[],
dtx_decoder_amr_wb.cpp 141 pv_memcpy((void *)st->isf_old, (void *)isf_init, M*sizeof(*isf_init));
275 pv_memcpy((void *)st->isf_old, (void *)st->isf, M*sizeof(*st->isf));
327 pv_memcpy((void *)st->isf_old, (void *)st->isf, M*sizeof(*st->isf));
366 isf[i] = add_int16(isf[i], mult_int16(int_fac, st->isf_old[i]));
668 int16 isf_old[],
686 isf_tmp[k * M + i] = isf_old[indices[k] * M + i];
687 isf_old[indices[k] * M + i] = isf_old[indices[2] * M + i];
699 L_tmp = add_int32(L_tmp, (int32)(isf_old[i * M + j]));
712 isf_old[indices[k] * M + i] = isf_tmp[k * M + i]
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
dtx.c 38 Word16 isf_old[],
380 Word16 isf_old[],
397 isf_tmp[k * M + i] = isf_old[indices[k] * M + i];
398 isf_old[indices[k] * M + i] = isf_old[indices[2] * M + i];
410 L_tmp = L_add(L_tmp, L_deposit_l(isf_old[i * M + j]));
422 isf_old[indices[k] * M + i] = isf_tmp[k * M + i];

Completed in 128 milliseconds