Searched defs:x1 (Results 1 - 6 of 6) sorted by relevance

/system/bt/embdrv/sbc/encoder/srce/
H A Dsbc_dct.c99 register int32_t x0, x1, x2, x3, x4, x5, x6, x7, temp; local
105 x1 = (pInVect[3] + pInVect[5]) >> 1;
138 /* rearrangement of x1,x3,x5,x7 as in (15) */
142 x1 -= x3 >> 1;
144 /* two-dimensional IDCT of x1 and x5 */
146 temp = x1;
147 x1 = x1 + x5;
162 /* 4-point IDCT of x1,x3,x5 and x7 and post multiplication by diagonal matrix
164 SBC_IDCT_MULT((SBC_COS_PI_SUR_16), (x1
[all...]
/system/bt/stack/smp/
H A Dp_256_ecc_pp.cc45 uint32_t* x1; local
57 x1 = p->x;
65 multiprecision_sub_mod(t2, x1, t1, keyLength); // t2=x1-t1
66 multiprecision_add_mod(t1, x1, t1, keyLength); // t1=x1+t1
76 multiprecision_mersenns_mult_mod(t3, y3, x1, keyLength); // t3=y3*x1=x1*y1^2
93 uint32_t* x1; local
[all...]
/system/core/toolbox/
H A Dnewfs_msdos.c263 u_int fat, bss, rds, cls, dir, lsn, x, x1, x2; local
584 x1 = bpb.res + rds;
586 if (x1 + (u_int64_t)x * bpb.nft > bpb.bsec)
588 x1 += x * bpb.nft;
589 x = (u_int64_t)(bpb.bsec - x1) * bpb.bps * NPB /
596 x1 += (bpb.bspf - 1) * bpb.nft;
608 cls = (bpb.bsec - x1) / bpb.spc;
618 bpb.bsec = x1 + (cls + 1) * bpb.spc - 1;
659 x1 = sizeof(struct bs);
660 bsbpb = (struct bsbpb *)(img + x1);
[all...]
/system/keymaster/
H A Docb.c438 EXPAND_ASSIST(x0, x1, x2, x3, 85, aes_const); \
444 EXPAND_ASSIST(x0, x1, x2, x3, 85, (aes_const * 2)); \
451 __m128i x0, x1, x2; local
455 EXPAND_ASSIST(x0, x1, x2, x0, 255, 1);
457 EXPAND_ASSIST(x0, x1, x2, x0, 255, 2);
459 EXPAND_ASSIST(x0, x1, x2, x0, 255, 4);
461 EXPAND_ASSIST(x0, x1, x2, x0, 255, 8);
463 EXPAND_ASSIST(x0, x1, x2, x0, 255, 16);
465 EXPAND_ASSIST(x0, x1, x2, x0, 255, 32);
467 EXPAND_ASSIST(x0, x1, x
478 __m128i x0, x1, x2, x3, tmp, *kp = (__m128i*)key; local
489 __m128i x0, x1, x2, x3, *kp = (__m128i*)key; local
[all...]
/system/core/libpixelflinger/
H A Dscanline.cpp648 const int x1 = c->iterators.xr; local
649 int xc = x1 - xs;
1912 const uint32_t x1 = c->iterators.xr; local
1913 const uint32_t xc = x1 - xs;
2003 const uint32_t x1 = c->iterators.xr; local
2004 const uint32_t xc = x1 - xs;
H A Dtrap.cpp518 int32_t x1 = v1[0]; local
523 int32_t dx01 = x0 - x1;
531 swap(x0, x1);
533 dx01 = x0 - x1;
538 int32_t dx12 = x1 - x2;
542 const int32_t bminx = TRI_FLOOR(min(x0, x1, x2)) >> TRI_FRACTION_BITS;
544 const int32_t bmaxx = TRI_CEIL( max(x0, x1, x2)) >> TRI_FRACTION_BITS;
557 int32_t ey1 = dy12 * (x1 - mx) - dx12 * (y1 - my);
696 const int x1 = top[0]; local
697 const int dx = bot[0] - x1;
882 const int x1 = top[0]; local
[all...]

Completed in 465 milliseconds