/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/libvpx/vp8/encoder/ |
ssim.c | 49 uint32 w = 0, xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; local 62 xm += Wxy * org[x]; 72 const double iwx = xm * iw; 108 uint32 xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; local 124 xm += Wxy * org_x; 134 const double iwx = xm * iw;
|
/external/webp/src/enc/ |
filter.c | 237 double w, xm, ym, xxm, xym, yym; member in struct:__anon15230 256 stats->xm += s1; 266 const double xmxm = stats->xm * stats->xm; 268 const double xmym = stats->xm * stats->ym;
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_feature_matching.cpp | 2929 int x_l,y_l,x_r,y_r,xm,ym; local 2967 int xm,ym; local [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_feature_matching.cpp | 2929 int x_l,y_l,x_r,y_r,xm,ym; local 2967 int xm,ym; local [all...] |
/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/native/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...] |