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

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
dec_amr.h 117 Word16 old_exc[L_SUBFR + PIT_MAX + L_INTERPOL]; member in struct:Decoder_amrState
dec_amr.cpp 319 state->exc = state->old_exc + PIT_MAX + L_INTERPOL;
322 Set_zero (state->old_exc, PIT_MAX + L_INTERPOL);
406 state->exc = state->old_exc + PIT_MAX + L_INTERPOL;
409 memset(state->old_exc, 0, sizeof(Word16)*(PIT_MAX + L_INTERPOL));
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cod_amr.h 142 Word16 old_exc[L_FRAME + PIT_MAX + L_INTERPOL]; member in struct:__anon51161
cod_amr.cpp 389 st->exc = st->old_exc + PIT_MAX + L_INTERPOL;
397 Set_zero(st->old_exc, PIT_MAX + L_INTERPOL);
487 st->exc = st->old_exc + PIT_MAX + L_INTERPOL;
498 memset(st->old_exc, 0, sizeof(Word16)*(PIT_MAX + L_INTERPOL));
923 Set_zero(st->old_exc, PIT_MAX + L_INTERPOL);
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
e_pv_amrwbdec.h 88 int16 old_exc[PIT_MAX + L_INTERPOL]; /* old excitation vector */ member in struct:__anon51177
pvamrwbdecoder.cpp 182 pv_memset((void *)dec_state->old_exc,
184 (PIT_MAX + L_INTERPOL)*sizeof(*dec_state->old_exc));
301 int16 *old_exc = ScratchMem2; local
303 int16 *Aq = &old_exc[(L_FRAME + 1) + PIT_MAX + L_INTERPOL];/* A(z) quantized for the 4 subframes */
483 pv_memcpy((void *)old_exc, (void *)st->old_exc, (PIT_MAX + L_INTERPOL)*sizeof(*old_exc));
485 exc = old_exc + PIT_MAX + L_INTERPOL;
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
cod_main.h 40 Word16 old_exc[PIT_MAX + L_INTERPOL]; /* old excitation vector */ member in struct:__anon51182
  /external/python/cpython3/Lib/
contextlib.py 474 def _fix_exception_context(new_exc, old_exc):
478 if exc_context is old_exc:
486 new_exc.__context__ = old_exc
611 def _fix_exception_context(new_exc, old_exc):
615 if exc_context is old_exc:
623 new_exc.__context__ = old_exc
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pystate.c 413 PyObject *old_exc = p->async_exc; local
417 Py_XDECREF(old_exc);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pystate.c 411 PyObject *old_exc = p->async_exc; local
415 Py_XDECREF(old_exc);
  /external/python/cpython2/Python/
pystate.c 413 PyObject *old_exc = p->async_exc; local
417 Py_XDECREF(old_exc);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 86 Set_zero(cod_state->old_exc, PIT_MAX + L_INTERPOL);
171 Word16 old_exc[(L_FRAME + 1) + PIT_MAX + L_INTERPOL]; local
240 exc = old_exc + PIT_MAX + L_INTERPOL;
246 Copy(st->old_exc, old_exc, PIT_MAX + L_INTERPOL);
350 Scale_sig(old_exc, PIT_MAX + L_INTERPOL, exp);
    [all...]
  /external/python/cpython3/Python/
pystate.c 793 PyObject *old_exc = p->async_exc; local
797 Py_XDECREF(old_exc);
    [all...]
  /external/python/setuptools/pkg_resources/
__init__.py     [all...]

Completed in 564 milliseconds