HomeSort by relevance Sort by last modified time
    Searched refs:xm (Results 1 - 7 of 7) sorted by null

  /external/speex/libspeex/
lsp.c 228 spx_word16_t temp_xr,xl,xr,xm=0; local
349 If there is no sign change between poly(xm) and poly(xl) set interval
350 between xm and xr else set interval between xl and xr and repeat till
360 xm = ADD16(PSHR16(xl,1),PSHR16(xr,1)); /* bisect the interval */
362 xm = .5*(xl+xr); /* bisect the interval */
364 psumm=cheb_poly_eva(pt,xm,m,stack);
369 xl=xm;
372 xr=xm;
377 freq[j] = X2ANGLE(xm);
378 xl = xm;
    [all...]
  /external/openssl/crypto/perlasm/
x86gas.pl 20 elsif ($reg =~ m/^%[xm]/o) { undef; }
45 undef $suffix if ($dst =~ m/^%[xm]/o || $src =~ m/^%[xm]/o);
  /external/libvpx/vp8/encoder/
ssim.c 334 uint32 w = 0, xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; local
347 xm += Wxy * org[x];
357 const double iwx = xm * iw;
393 uint32 xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; local
409 xm += Wxy * org_x;
419 const double iwx = xm * iw;
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 383 const int xm = x + ((0x1c >> a) & 1); local
385 const float m = (float)(cos(xm * 2) * sin(ym * 4) * 0.75f);
387 FIXED(xm * scale + m);
  /frameworks/base/opengl/tests/angeles/
demo.c 383 const int xm = x + ((0x1c >> a) & 1); local
385 const float m = (float)(cos(xm * 2) * sin(ym * 4) * 0.75f);
387 FIXED(xm * scale + m);
  /external/svox/pico/lib/
picocep.c 196 picoos_int32 xi[5], x1[2], x2[3], xm[3], xn[2]; member in struct:cep_subobj
834 cep->xm[0] = 1;
835 cep->xm[1] = 2;
836 cep->xm[2] = -4;
    [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 371 }xm',
919 }xm',
    [all...]

Completed in 179 milliseconds