/frameworks/base/media/libstagefright/codecs/avc/enc/src/ |
sad_mb_offset.h | 29 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local 38 x8 = 16; 106 if (--x8) 125 __inline int32 sad_mb_offset3(uint8 *ref, uint8 *blk, int lx, int dmin, int32 x8) 127 __inline int32 sad_mb_offset2(uint8 *ref, uint8 *blk, int lx, int dmin, int32 x8) 129 __inline int32 sad_mb_offset1(uint8 *ref, uint8 *blk, int lx, int dmin, int32 x8) 201 ADDLSS x8, x8, #INC_X8 local 224 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local 228 x8 = 16; //<<===========****** [all...] |
sad_inline.h | 79 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local 83 x8 = (uint32)ref & 0x3; 84 if (x8 == 3) 86 if (x8 == 2) 88 if (x8 == 1) 99 x8 = 16; 147 if (--x8) 254 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local 261 MOVS x8, ref, lsl #31 ; local 319 ADDLSS x8, x8, #0x10000001 local 392 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local [all...] |
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/ |
sad_mb_offset.h | 34 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local 43 x8 = 16; 111 if (--x8) 130 __inline int32 sad_mb_offset3(UChar *ref, UChar *blk, Int lx, Int dmin, int32 x8) 132 __inline int32 sad_mb_offset2(UChar *ref, UChar *blk, Int lx, Int dmin, int32 x8) 134 __inline int32 sad_mb_offset1(UChar *ref, UChar *blk, Int lx, Int dmin, int32 x8) 207 ADDLSS x8, x8, #INC_X8 local 230 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local 238 x8 = 16 [all...] |
sad_inline.h | 84 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local 88 x8 = (uint32)ref & 0x3; 89 if (x8 == 3) 91 if (x8 == 2) 93 if (x8 == 1) 104 x8 = 16; 152 if (--x8) 259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local 266 MOVS x8, ref, lsl #31 ; local 324 ADDLSS x8, x8, #0x10000001 local 448 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local [all...] |
fastidct.cpp | 81 int32 x0, x1, x3, x5, x7;//, x8; 107 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 116 x8 = x0 - x2; 118 x2 = x8; 119 x8 = x4 - x6; 121 x6 = x8; 142 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 151 x8 = x0 - x2; 153 x2 = x8; 154 x8 = x4 - x6 261 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 432 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 502 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 746 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 924 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 990 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 1223 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 1429 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 1500 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 1748 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local [all...] |
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/ |
rijndael-alg-fst.c | 42 word8 x8[MAXKC][4]; member in union:__anon6747 45 #define tk xtk.x8 145 word8 x8[16]; member in union:__anon6748 148 #define a xa.x8 149 #define b xb.x8 151 word8 x8[4][4]; member in union:__anon6749 154 #define temp xtemp.x8 310 word8 x8[16]; member in union:__anon6750 313 #define a xa.x8 314 #define b xb.x8 316 word8 x8[4][4]; member in union:__anon6751 [all...] |
/external/clang/test/ASTMerge/Inputs/ |
struct1.c | 39 struct S8 *x8; variable in typeref:struct:S8
|
struct2.c | 36 struct S8 { int i; float f; } *x8; variable in typeref:struct:S8
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
idct_vca.cpp | 160 int32 x0, x1, x3, x5, x7;//, x8; 187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 212 x8 = x0 - x2; 214 x2 = x8; 215 x8 = x4 - x6; 217 x6 = x8; 259 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 268 x8 = x0 - x2; 270 x2 = x8; 271 x8 = x4 - x6 296 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 373 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 507 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local 580 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local [all...] |
block_idct.cpp | 516 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 557 x8 = W7 * (x4 + x5) + 4; 558 x4 = (x8 + (W1 - W7) * x4) >> 3; 559 x5 = (x8 - (W1 + W7) * x5) >> 3; 560 x8 = W3 * (x6 + x7) + 4; 561 x6 = (x8 - (W3 - W5) * x6) >> 3; 562 x7 = (x8 - (W3 + W5) * x7) >> 3; 565 x8 = x0 + x1; 576 x7 = x8 + x3; 577 x8 -= x3 627 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local 837 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local [all...] |
/external/flac/libFLAC/ |
bitreader.c | 548 FLAC__uint32 x8, x32 = 0; local 555 if(!FLAC__bitreader_read_raw_uint32(br, &x8, 8)) 557 x32 |= (x8 << 8); 559 if(!FLAC__bitreader_read_raw_uint32(br, &x8, 8)) 561 x32 |= (x8 << 16); 563 if(!FLAC__bitreader_read_raw_uint32(br, &x8, 8)) 565 x32 |= (x8 << 24); [all...] |