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

12 3 4

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
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...]
pitch_fr.cpp 157 xn[] = pointer to buffer of type Word16
206 static void Norm_Corr (Word16 exc[], Word16 xn[], Word16 h[], Word16 L_subfr,
260 // Compute correlation between xn[] and excf[]
264 s = L_mac (s, xn[j], s_excf[j]);
313 Word16 xn[],
384 p_x = xn;
1060 xn[] = pointer to target vector of type Word16
1114 Word16 xn[], // i : target vector Q0
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
arith_decl_pure.go 49 func divWVW(z []Word, xn Word, x []Word, y Word) (r Word) {
50 return divWVW_g(z, xn, x, y)
arith_decl.go 20 func divWVW(z []Word, xn Word, x []Word, y Word) (r Word)
  /prebuilts/go/linux-x86/src/math/big/
arith_decl_pure.go 49 func divWVW(z []Word, xn Word, x []Word, y Word) (r Word) {
50 return divWVW_g(z, xn, x, y)
arith_decl.go 20 func divWVW(z []Word, xn Word, x []Word, y Word) (r Word)
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/idna/
idna.go 19 const acePrefix = "xn--"
22 // ToASCII("bücher.example.com") is "xn--bcher-kva.example.com", and
42 // ToUnicode("xn--bcher-kva.example.com") is "bücher.example.com", and
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/idna/
idna.go 19 const acePrefix = "xn--"
22 // ToASCII("bücher.example.com") is "xn--bcher-kva.example.com", and
42 // ToUnicode("xn--bcher-kva.example.com") is "bücher.example.com", and
  /prebuilts/go/darwin-x86/src/math/
jn.go 96 // xn=x-(2n+1)*pi/4, sqt2 = sqrt(2),then
98 // n sin(xn)*sqt2 cos(xn)*sqt2
271 // xn=x-(2n+1)*pi/4, sqt2 = sqrt(2),then
273 // n sin(xn)*sqt2 cos(xn)*sqt2
  /prebuilts/go/linux-x86/src/math/
jn.go 96 // xn=x-(2n+1)*pi/4, sqt2 = sqrt(2),then
98 // n sin(xn)*sqt2 cos(xn)*sqt2
271 // xn=x-(2n+1)*pi/4, sqt2 = sqrt(2),then
273 // n sin(xn)*sqt2 cos(xn)*sqt2
  /external/clang/test/SemaTemplate/
default-expr-arguments.cpp 83 void test_x0_not_default_constructible(X0<NotDefaultConstructible> xn) {
84 xn.f(NotDefaultConstructible(17));
85 xn.f(42);
86 xn.f(); // expected-note{{in instantiation of default function argument}}
  /external/boringssl/src/crypto/x509/
x_name.c 527 int X509_NAME_set(X509_NAME **xn, X509_NAME *name)
531 if (!xn || !name)
534 if (*xn != name) {
537 X509_NAME_free(*xn);
538 *xn = in;
541 return (*xn != NULL);
  /external/pdfium/third_party/lcms2-2.6/src/
cmswtpnt.c 283 cmsFloat64Number xn, yn; local
288 xn = WhitePt -> x;
308 _cmsVEC3init(&WhitePoint, xn/yn, 1.0, (1.0-xn-yn)/yn);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
q_gain2.c 63 Word16 xn[], /* (i) Q_xn: Target vector. */
65 Word16 Q_xn, /* (i) : xn and y1 format */
68 Word16 g_coeff[], /* (i) : Correlations <xn y1> <y1 y1> */
131 * coeff[1] = -2 xn y1 *
133 * coeff[3] = -2 xn y2 *
136 * Product <y1 y1> and <xn y1> have been compute in G_pitch() and *
142 coeff[1] = negate(g_coeff[2]); /* coeff[1] = -2 xn y1 */
153 /* Compute scalar product -2*<xn[],y2[]> */
155 coeff[3] = extract_h(L_negate(Dot_product12_asm(xn, y2, L_subfr, &exp)));
157 coeff[3] = extract_h(L_negate(Dot_product12(xn, y2, L_subfr, &exp)))
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
nm.c 510 const char *xn, *yn;
517 xn = bfd_asymbol_name (x);
521 return xn != NULL;
522 if (xn == NULL)
529 return *xn != '\0';
530 if (*xn == '\0')
533 return strcoll (xn, yn);
535 return strcmp (xn, yn);
600 const char *xn, *yn;
623 xn = bfd_asymbol_name (x)
505 const char *xn, *yn; local
595 const char *xn, *yn; local
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/cookiejar/
jar_test.go 126 "www.bücher.de": "www.xn--bcher-kva.de",
1147 {"http://www.xn--bcher-kva.test", "a=1"},
1149 {"http://xn--bcher-kva.test", ""},
1151 {"http://bar.xn--bcher-kva.test", ""},
1153 {"http://foo.www.xn--bcher-kva.test", ""},
1160 "http://www.xn--bcher-kva.test",
1165 {"http://www.xn--bcher-kva.test", "a=1"},
1167 {"http://xn--bcher-kva.test", ""},
1169 {"http://bar.xn--bcher-kva.test", ""},
1171 {"http://foo.www.xn--bcher-kva.test", ""}
    [all...]
  /prebuilts/go/linux-x86/src/net/http/cookiejar/
jar_test.go 126 "www.bücher.de": "www.xn--bcher-kva.de",
1147 {"http://www.xn--bcher-kva.test", "a=1"},
1149 {"http://xn--bcher-kva.test", ""},
1151 {"http://bar.xn--bcher-kva.test", ""},
1153 {"http://foo.www.xn--bcher-kva.test", ""},
1160 "http://www.xn--bcher-kva.test",
1165 {"http://www.xn--bcher-kva.test", "a=1"},
1167 {"http://xn--bcher-kva.test", ""},
1169 {"http://bar.xn--bcher-kva.test", ""},
1171 {"http://foo.www.xn--bcher-kva.test", ""}
    [all...]
  /external/vixl/test/aarch64/
test-utils-aarch64.cc 339 Register xn(i, kXRegSize);
341 VIXL_ASSERT(!xn.Is(sp));
342 if (!xn.IsZero()) {
345 __ Mov(xn, value);
346 first = xn;
350 __ Mov(xn, first);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
acelp.h 348 Word16 xn[], /* (i) : target vector */
377 Word16 xn[], /* (i) : Pitch target. */
386 Word16 xn[], /* (i) Q_xn:Target vector. */
388 Word16 Q_xn, /* (i) :xn and y1 format */
391 Word16 g_coeff[], /* (i) :Correlations <xn y1> <y1 y1> */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
Norm_Corr_neon.s 18 @ Word16 xn[], /* (i) : target vector */
27 @ r1 --- xn[]
43 .equ XN , 4
71 MOV r14, r1 @copy xn[] address
113 MOV r12, r1 @copy of xn[]

Completed in 675 milliseconds

12 3 4