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

  /frameworks/av/media/libstagefright/codecs/amrwb/src/
synthesis_amr_wb.cpp 166 int16 *Ap = &HF[L_SUBFR16k]; /* High Frequency vector */
167 int16 *HfA = &Ap[M16k + 1];
385 weight_amrwb_lpc(HfA, Ap, 29491, M16k); /* fac=0.9 */
387 wb_syn_filt(Ap,
399 weight_amrwb_lpc(Aq, Ap, 19661, M); /* fac=0.6 */
401 wb_syn_filt(Ap,
  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 709 til::SExpr *Ap = new (Arena) til::Apply(Dr, Sf);
710 til::SExpr *E = new (Arena) til::Call(Ap);
  /external/clang/test/SemaCXX/
functional-cast.cpp 125 typedef A *Ap;
126 (void)Ap((B*)0);
133 (void)Ap((D*)0);
140 (void)Ap((E*)0); // functional-style cast ignores access control
  /external/ppp/pppd/
eap.c 1325 struct t_num sval, gval, Nval, *Ap, Bval
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 177 Word16 Ap[M + 1]; /* A(z) with spectral expansion */
432 Weight_a(p_A, Ap, GAMMA1, M);
435 Residu_opt(Ap, &speech[i_subfr], &wsp[i_subfr], L_SUBFR);
437 Residu(Ap, &speech[i_subfr], &wsp[i_subfr], L_SUBFR);
766 Weight_a(p_A, Ap, GAMMA1, M);
769 Residu_opt(Ap, error + M, xn, L_SUBFR);
771 Residu(Ap, error + M, xn, L_SUBFR);
783 Weight_a(p_A, Ap, GAMMA1, M);
784 Syn_filt(Ap,code + M, code + M, L_SUBFR / 2, code, 0);
    [all...]
  /external/qemu/disas/
i386.c 414 #define Ap { OP_DIR, 0 }
    [all...]

Completed in 473 milliseconds