HomeSort by relevance Sort by last modified time
    Searched defs:exc2 (Results 1 - 3 of 3) 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...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 195 Word16 exc2[L_FRAME]; /* excitation vector */ local
553 exc2[i] = shr(exc[i], Q_new);
558 L_tmp += (exc2[i] * exc2[i])<<1;
565 dtx_enc(st->dtx_encSt, isf, exc2, &prms);
573 corr_gain = synthesis(Aq, &exc2[i_subfr], 0, &speech16k[i_subfr * 5 / 4], st);
671 exc2[i] = exc[i] >> Q_new;
675 L_tmp += (exc2[i] * exc2[i])<<1;
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 

Completed in 83 milliseconds