Home
last modified time | relevance | path

Searched refs:exc2 (Results 1 – 14 of 14) sorted by relevance

/external/speex/libspeex/
Dltp.c361 const spx_word16_t *exc2, in pitch_gain_search_3tap() argument
401 e[j]=exc2[j-pp]; in pitch_gain_search_3tap()
403 e[j]=exc2[j-pp-pitch]; in pitch_gain_search_3tap()
428 spx_word16_t e0=exc2[-pitch-1+i]; in pitch_gain_search_3tap()
509 exc[j]=MAC16_16(exc[j],SHL16(gain[2-i],7),exc2[j-pp]); in pitch_gain_search_3tap()
514 exc[j]=MAC16_16(exc[j],SHL16(gain[2-i],7),exc2[j-pp-pitch]); in pitch_gain_search_3tap()
543 spx_word16_t *exc2, in pitch_search_3tap() argument
599 if (ABS16(exc2[i])>16383) in pitch_search_3tap()
622 … bits, stack, exc2, r, new_target, &cdbk_index, plc_tuning, *cumul_gain, scaledown); in pitch_search_3tap()
770 spx_word16_t *exc2, in forced_pitch_quant() argument
[all …]
Dltp.h73 spx_word16_t *exc2,
116 spx_word16_t *exc2,
/external/aac/libAACdec/src/
Dusacdec_acelp.cpp463 FIXP_DBL exc2[] /* (o) : post-processed excitation u(n) Q15 */ in BuildAdaptiveExcitation() argument
490 *exc2++ = tmp - cpe_code_smooth; in BuildAdaptiveExcitation()
506 *exc2++ = tmp - cpe_code_smooth; /* tmp - c_pe * g_sc * c(i+1) */ in BuildAdaptiveExcitation()
515 *exc2++ = tmp; in BuildAdaptiveExcitation()
746 FIXP_DBL *exc2; in CLpd_AcelpDecode() local
773 exc2 = (FIXP_DBL *)tmp_buf; in CLpd_AcelpDecode()
883 gain_code_smooth, period_fac, exc2); in CLpd_AcelpDecode()
896 exc2, /* (i) : input signal */ in CLpd_AcelpDecode()
/external/python/cpython2/Lib/unittest/test/
Dtest_runner.py56 exc2 = Exception('bar')
61 raise exc2
70 self.assertEqual((test2, Type2, instance2), (test, Exception, exc2))
/external/python/cpython3/Lib/unittest/test/
Dtest_runner.py51 exc2 = Exception('bar')
56 raise exc2
67 self.assertEqual((Type2, instance2), (Exception, exc2))
/external/python/cpython3/Lib/test/
Dtest_contextlib.py716 exc2 = Exception(2)
727 stack.enter_context(gets_the_context_right(exc2))
732 self.assertIs(exc.__context__.__context__, exc2)
746 exc2 = Exception(2)
753 stack.callback(raise_nested, exc2, exc3)
759 self.assertIs(exc.__context__.__context__.__context__, exc2)
Dtest_raise.py43 except IndexError as exc2:
44 self.assertTrue(exc1 is exc2)
/external/python/cpython3/Python/
Derrors.c387 PyObject *exc2, *val2, *tb2; in _PyErr_ChainExceptions() local
388 PyErr_Fetch(&exc2, &val2, &tb2); in _PyErr_ChainExceptions()
395 PyErr_NormalizeException(&exc2, &val2, &tb2); in _PyErr_ChainExceptions()
397 PyErr_Restore(exc2, val2, tb2); in _PyErr_ChainExceptions()
Dceval.c3221 PyObject *tp2, *exc2, *tb2; in _PyEval_EvalFrameDefault() local
3226 exc2 = PEEK(5); in _PyEval_EvalFrameDefault()
3230 SET_VALUE(6, exc2); in _PyEval_EvalFrameDefault()
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_tasks.py2198 exc2 = RuntimeError()
2204 d.set_exception(exc2)
2208 self.assertEqual(fut.result(), [3, 1, exc, exc2])
/external/guice/extensions/persist/lib/
Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/ ...
/external/scapy/test/
Dregression.uts8019 except Exception as exc2:
8020 rc = isinstance(exc2, type(_exc1))
8390 except Exception as exc2:
8391 rc = isinstance(exc2, type(exc1))