HomeSort by relevance Sort by last modified time
    Searched defs:exc2 (Results 1 - 9 of 9) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder.cpp 310 int16 *exc2 = &excp[L_SUBFR]; /* excitation vector */ local
311 int16 *HfIsf = &exc2[L_FRAME];
351 dtx_dec_amr_wb(&(st->dtx_decSt), exc2, newDTXState, isf, &prms);
455 &exc2[i_subfr],
905 exc2[i] = (exc[i_subfr + i] + (0x0004 * (exc[i_subfr + i] != MAX_16))) >> 3;
919 tmp = mult_int16(exc2[i], pit_sharp);
931 voice_fac = voice_factor(exc2, -3, gain_pit, code, gain_code, L_SUBFR);
943 pv_memcpy((void *)exc2, (void *)&exc[i_subfr], L_SUBFR*sizeof(*exc2));
1049 L_tmp = mac_16by16_to_int32(L_tmp, exc2[0], gain_pit)
    [all...]
  /external/python/cpython3/Python/
errors.c 387 PyObject *exc2, *val2, *tb2; local
388 PyErr_Fetch(&exc2, &val2, &tb2);
395 PyErr_NormalizeException(&exc2, &val2, &tb2);
397 PyErr_Restore(exc2, val2, tb2);
ceval.c 3221 PyObject *tp2, *exc2, *tb2; local
    [all...]
  /external/aac/libAACdec/src/
usacdec_acelp.cpp 445 * Enhance pitch of c(n) and build post-processed excitation u(n) (exc2)
453 * \param[out] exc2 post-processed excitation u(n), exponent = SF_EXC.
463 FIXP_DBL exc2[] /* (o) : post-processed excitation u(n) Q15 */
465 /* Note: code[L_SUBFR] and exc2[L_SUBFR] share the same memory!
466 If exc2[i] is written, code[i] will be destroyed!
490 *exc2++ = tmp - cpe_code_smooth;
506 *exc2++ = tmp - cpe_code_smooth; /* tmp - c_pe * g_sc * c(i+1) */
515 *exc2++ = tmp;
746 FIXP_DBL *exc2; local
764 /* use same memory for code[L_SUBFR] and exc2[L_SUBFR] *
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 197 Word16 exc2[L_FRAME]; /* excitation vector */ local
555 exc2[i] = shr(exc[i], Q_new);
560 L_tmp += (exc2[i] * exc2[i])<<1;
567 dtx_enc(st->dtx_encSt, isf, exc2, &prms);
575 corr_gain = synthesis(Aq, &exc2[i_subfr], 0, &speech16k[i_subfr * 5 / 4], st);
673 exc2[i] = exc[i] >> Q_new;
677 Word32 tmp = L_mult(exc2[i], exc2[i]); // (exc2[i] * exc2[i])<<1
    [all...]
  /external/guice/extensions/persist/lib/
dom4j-1.6.1.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
dom4j-1.6.1.jar 
  /prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 

Completed in 210 milliseconds