HomeSort by relevance Sort by last modified time
    Searched refs: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/test/SemaCXX/
functional-cast.cpp 124 typedef A *Ap;
125 (void)Ap((B*)0);
132 (void)Ap((D*)0);
139 (void)Ap((E*)0); // functional-style cast ignores access control
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 175 Word16 Ap[M + 1]; /* A(z) with spectral expansion */
430 Weight_a(p_A, Ap, GAMMA1, M);
433 Residu_opt(Ap, &speech[i_subfr], &wsp[i_subfr], L_SUBFR);
435 Residu(Ap, &speech[i_subfr], &wsp[i_subfr], L_SUBFR);
764 Weight_a(p_A, Ap, GAMMA1, M);
767 Residu_opt(Ap, error + M, xn, L_SUBFR);
769 Residu(Ap, error + M, xn, L_SUBFR);
781 Weight_a(p_A, Ap, GAMMA1, M);
782 Syn_filt(Ap,code + M, code + M, L_SUBFR / 2, code, 0);
    [all...]
  /external/ppp/pppd/
eap.c 1325 struct t_num sval, gval, Nval, *Ap, Bval
    [all...]
  /external/opencv/cv/src/
cvcalibration.cpp     [all...]
  /external/qemu/
i386-dis.c 414 #define Ap { OP_DIR, 0 }
    [all...]

Completed in 235 milliseconds