HomeSort by relevance Sort by last modified time
    Searched refs:xn (Results 1 - 25 of 50) sorted by null

1 2

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_sqrtl.c 80 long double lo, xn; local
124 xn = sqrt(u.e); /* 53-bit estimate of sqrtl(x). */
126 xn = (xn + (u.e / xn)) * 0.5; /* 106-bit estimate. */
130 lo = (lo - u.e) / xn; /* Low bits divided by xn. */
131 xn = xn + (u.e / xn); /* High portion of estimate. *
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
g_pitch.h 104 Word16 xn[], /* i : Pitch target. */
calc_en.h 140 * coeff[1] = -2 xn y1
142 * coeff[3] = -2 xn y2
148 * Product <y1 y1> and <xn y1> have been computed in G_pitch() and
154 Word16 xn[], /* i : LTP target vector, Q0 */
158 Word16 g_coeff[], /* i : Correlations <xn y1> <y1 y1> */
173 * en = <xn, xn>
177 Word16 xn[], /* i: LTP target vector, Q0 */
spreproc.cpp 117 xn -- Word16 array -- target vector for pitch search
185 Word16 xn[], /* o : target vector for pitch search */
227 Residu(Ap1, error, xn, L_SUBFR);
229 /* target signal xn[]*/
230 Syn_filt(Ap2, xn, xn, L_SUBFR, mem_w0, 0);
spreproc.h 122 Word16 xn[], /* o : target vector for pitch search */
spstproc.h 117 Word16 xn[], /* i : Target vector for pitch search */
cl_ltp.cpp 448 xn = pointer to target vector for pitch search (Word16)
461 g_coeff = pointer to array of correlations between xn, y1, & y2 (Word16)
502 Word16 xn[], // i : Target vector for pitch search Q0
509 Word16 g_coeff[], // o : Correlations between xn, y1, & y2
524 mode, T_op, exc, xn, h1,
544 *gain_pit = G_pitch(mode, xn, y1, g_coeff, L_SUBFR);
586 xn2[i] = sub(xn[i], extract_h(L_temp));
628 Word16 xn[], /* i : Target vector for pitch search Q0 */
635 Word16 g_coeff[], /* o : Correlations between xn, y1, & y2 */
662 xn,
    [all...]
pitch_fr.h 131 Word16 xn[], /* i : target vector */
cl_ltp.h 142 Word16 xn[], /* i : Target vector for pitch search Q0 */
149 Word16 g_coeff[], /* o : Correlations between xn, y1, & y2 */
gain_q.h 155 Word16 xn[], /* i : Target vector. */
159 Word16 g_coeff[], /* i : Correlations <xn y1> <y1 y1> */
spstproc.cpp 108 xn -- Word16 Array -- Target vector for pitch search
180 Word16 xn[], /* i : Target vector for pitch search */
301 * mem_w0,xn,sum Q0 Q0
310 mem_w0[j] = xn[i] - temp;
gain_q.cpp 390 xn -- Word16 array -- Target vector.
394 g_coeff -- Word16 array -- Correlations <xn y1> <y1 y1>
474 Word16 xn[], /* i : Target vector. */
478 Word16 g_coeff[], /* i : Correlations <xn y1> <y1 y1> */
539 xn,
564 xn,
598 xn,
610 xn,
679 xn,
calc_en.cpp 405 xn = LTP target vector, buffer type Word16
409 g_coeff = Correlations <xn y1> <y1 y1>
443 coeff[1] = -2 xn y1
445 coeff[3] = -2 xn y2
450 Product <y1 y1> and <xn y1> have been computed in G_pitch() and
469 Word16 xn[], // i : LTP target vector, Q0
473 Word16 g_coeff[], // i : Correlations <xn y1> <y1 y1>
501 frac_coeff[1] = negate(g_coeff[2]); // coeff[1] = -2 xn y1
515 // Compute scalar product -2*<xn[],y2[]>
517 s = L_mac(ener_init, xn[0], y2[0])
    [all...]
g_pitch.cpp 116 xn = pointer to pitch target buffer (Word16)
165 Word16 xn[], // i : Pitch target.
213 // Compute scalar product <xn[],y1[]>
220 s = L_mac(s, xn[i], y1[i]);
232 s = L_mac (s, xn[i], scaled_y1[i]);
300 Word16 xn[], /* i : Pitch target. Q0 */
318 Word16 *p_xn = &xn[0];
369 /* Compute scalar product <xn[],y1[]> */
405 p_xn = &xn[0];
cod_amr.cpp 828 Word16 xn[L_SUBFR]; // Target vector for pitch search
833 Word16 gCoeff[6]; // Correlations between xn, y1, & y2:
1052 st->h1, xn, res, st->error);
1060 st->h1, xn, res, st->error);
1231 Word16 xn[L_SUBFR]; \/* Target vector for pitch search *\/ local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
g_pitch.c 30 Word16 xn[], /* (i) : Pitch target. */
40 /* Compute scalar product <xn[],y1[]> */
41 xy = extract_h(Dot_product12_asm(xn, y1, L_subfr, &exp_xy));
45 /* Compute scalar product <xn[],y1[]> */
46 xy = extract_h(Dot_product12(xn, y1, L_subfr, &exp_xy));
pitch_f4.c 39 Word16 xn[], /* (i) : target vector */
49 Word16 xn[], /* (i) : target vector */
66 Word16 xn[], /* (i) : target vector */
90 Norm_corr_asm(exc, xn, h, L_subfr, t_min, t_max, corr);
92 Norm_Corr(exc, xn, h, L_subfr, t_min, t_max, corr);
163 Word16 xn[], /* (i) : target vector */
184 /* Compute rounded down 1/sqrt(energy of xn[]) */
188 L_tmp += (xn[i] * xn[i]);
189 L_tmp += (xn[i+1] * xn[i+1])
    [all...]
  /external/openssl/crypto/x509/
x509_r2x.c 72 X509_NAME *xn; local
91 xn=X509_REQ_get_subject_name(r);
92 if (X509_set_subject_name(ret,X509_NAME_dup(xn)) == 0)
94 if (X509_set_issuer_name(ret,X509_NAME_dup(xn)) == 0)
  /external/chromium/net/data/proxy_resolver_v8_unittest/
international_domain_names.js 5 // in punycode as 'xn--bcher-kva.ch'
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
Norm_Corr_opt.s 18 @ Word16 xn[], /* (i) : target vector */
27 @ r1 --- xn[]
43 .equ XN , 4
71 MOV r14, r1 @copy xn[] address
81 SMLABB r6, r9, r9, r6 @L_tmp += (xn[i] * xn[i])
82 SMLATT r6, r9, r9, r6 @L_tmp += (xn[i+1] * xn[i+1])
107 MOV r12, r1 @copy of xn[]
113 LDR r10, [r12], #4 @load xn[i], xn[i+1
    [all...]
  /external/openssl/ssl/
ssl_cert.c 676 X509_NAME *xn=NULL; local
705 if ((xn=X509_get_subject_name(x)) == NULL) goto err;
707 xn=X509_NAME_dup(xn);
708 if (xn == NULL) goto err;
709 if (sk_X509_NAME_find(sk,xn) >= 0)
710 X509_NAME_free(xn);
713 sk_X509_NAME_push(sk,xn);
714 sk_X509_NAME_push(ret,xn);
747 X509_NAME *xn=NULL local
    [all...]
  /external/chromium/net/base/
effective_tld_names.cc     [all...]
  /external/webkit/LayoutTests/fast/url/script-tests/
host.js 35 ["\u4f60\u597d\u4f60\u597d", "xn--6qqa088eba"],
39 ["%E4%BD%A0%E5%A5%BD\u4f60\u597d", "xn--6qqa088eba"],
61 // if ( is escaped after punicode is created we would get xn--%28-8tb (incorrect).
62 ["\u0442(", "xn--%28-7ed"]
  /external/clang/test/SemaTemplate/
default-expr-arguments.cpp 74 void test_x0_not_default_constructible(X0<NotDefaultConstructible> xn) {
75 xn.f(NotDefaultConstructible(17));
76 xn.f(42);
77 xn.f(); // expected-note{{in instantiation of default function argument}}
  /external/openssl/crypto/asn1/
x_name.c 500 int X509_NAME_set(X509_NAME **xn, X509_NAME *name)
504 if (!xn || !name) return(0);
506 if (*xn != name)
511 X509_NAME_free(*xn);
512 *xn=in;
515 return(*xn != NULL);

Completed in 628 milliseconds

1 2