/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
D | idct_vca.cpp | 192 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idctrow3() local 217 x8 = x0 - x2; in idctrow3() 219 x2 = x8; in idctrow3() 220 x8 = x4 - x6; in idctrow3() 222 x6 = x8; in idctrow3() 264 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idctcol3() local 273 x8 = x0 - x2; in idctcol3() 275 x2 = x8; in idctcol3() 276 x8 = x4 - x6; in idctcol3() 278 x6 = x8; in idctcol3() [all …]
|
D | block_idct.cpp | 517 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idctrow() local 558 x8 = W7 * (x4 + x5) + 4; in idctrow() 559 x4 = (x8 + (W1 - W7) * x4) >> 3; in idctrow() 560 x5 = (x8 - (W1 + W7) * x5) >> 3; in idctrow() 561 x8 = W3 * (x6 + x7) + 4; in idctrow() 562 x6 = (x8 - (W3 - W5) * x6) >> 3; in idctrow() 563 x7 = (x8 - (W3 + W5) * x7) >> 3; in idctrow() 566 x8 = x0 + x1; in idctrow() 577 x7 = x8 + x3; in idctrow() 578 x8 -= x3; in idctrow() [all …]
|
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
D | fastidct.cpp | 108 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_col3() local 117 x8 = x0 - x2; in idct_col3() 119 x2 = x8; in idct_col3() 120 x8 = x4 - x6; in idct_col3() 122 x6 = x8; in idct_col3() 143 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_col4() local 152 x8 = x0 - x2; in idct_col4() 154 x2 = x8; in idct_col4() 155 x8 = x4 - x6; in idct_col4() 157 x6 = x8; in idct_col4() [all …]
|
D | sad_inline.h | 84 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; in simd_sad_mb() local 88 x8 = (uint32)ref & 0x3; in simd_sad_mb() 89 if (x8 == 3) in simd_sad_mb() 91 if (x8 == 2) in simd_sad_mb() 93 if (x8 == 1) in simd_sad_mb() 104 x8 = 16; in simd_sad_mb() 152 if (--x8) in simd_sad_mb() 259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; 266 MOVS x8, ref, lsl #31 ; 324 ADDLSS x8, x8, #0x10000001; [all …]
|
D | sad_mb_offset.h | 34 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; in sad_mb_offset3() local 43 x8 = 16; in sad_mb_offset3() 111 if (--x8) in sad_mb_offset3() 130 __inline int32 sad_mb_offset3(UChar *ref, UChar *blk, Int lx, Int dmin, int32 x8) in sad_mb_offset3() argument 132 __inline int32 sad_mb_offset2(UChar *ref, UChar *blk, Int lx, Int dmin, int32 x8) in sad_mb_offset3() 134 __inline int32 sad_mb_offset1(UChar *ref, UChar *blk, Int lx, Int dmin, int32 x8) in sad_mb_offset3() 207 ADDLSS x8, x8, #INC_X8 in sad_mb_offset3() local 230 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; in sad_mb_offset3() local 238 x8 = 16; in sad_mb_offset3() 300 if (--x8) in sad_mb_offset3()
|
/external/opencore/codecs_v2/video/avc_h264/enc/src/ |
D | sad_inline.h | 79 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; in simd_sad_mb() local 83 x8 = (uint32)ref & 0x3; in simd_sad_mb() 84 if (x8 == 3) in simd_sad_mb() 86 if (x8 == 2) in simd_sad_mb() 88 if (x8 == 1) in simd_sad_mb() 99 x8 = 16; in simd_sad_mb() 147 if (--x8) in simd_sad_mb() 254 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; 261 MOVS x8, ref, lsl #31 ; 319 ADDLSS x8, x8, #0x10000001; [all …]
|
D | sad_mb_offset.h | 29 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; in sad_mb_offset3() local 38 x8 = 16; in sad_mb_offset3() 106 if (--x8) in sad_mb_offset3() 125 __inline int32 sad_mb_offset3(uint8 *ref, uint8 *blk, int lx, int dmin, int32 x8) in sad_mb_offset3() argument 127 __inline int32 sad_mb_offset2(uint8 *ref, uint8 *blk, int lx, int dmin, int32 x8) in sad_mb_offset3() 129 __inline int32 sad_mb_offset1(uint8 *ref, uint8 *blk, int lx, int dmin, int32 x8) in sad_mb_offset3() 201 ADDLSS x8, x8, #INC_X8 in sad_mb_offset3() local 224 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; in sad_mb_offset3() local 228 x8 = 16; //<<===========******* in sad_mb_offset3() 294 if (--x8) in sad_mb_offset3()
|
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/ |
D | rijndael-alg-fst.c | 42 word8 x8[MAXKC][4]; in rijndaelKeySched() member 45 #define tk xtk.x8 in rijndaelKeySched() 145 word8 x8[16]; in rijndaelEncrypt() member 148 #define a xa.x8 in rijndaelEncrypt() 149 #define b xb.x8 in rijndaelEncrypt() 151 word8 x8[4][4]; in rijndaelEncrypt() member 154 #define temp xtemp.x8 in rijndaelEncrypt() 310 word8 x8[16]; in rijndaelDecrypt() member 313 #define a xa.x8 in rijndaelDecrypt() 314 #define b xb.x8 in rijndaelDecrypt() [all …]
|
/external/tcpdump/tests/ |
D | esp2.out | 8 …23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x8), length 172: IP 192.1.2.23 > 192.0.1.1: ESP(spi=0xabc…
|
D | esp4.new | 8 …23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x8), length 172: IP 192.1.2.23 > 192.0.1.1: ESP(spi=0xabc…
|
D | esp2.new | 8 …23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x8), length 172: IP 192.1.2.23 > 192.0.1.1: ESP(spi=0xabc…
|
D | esp0.out | 8 IP 192.1.2.23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x8), length 116
|
D | espudp1.new | 8 IP 192.1.2.23.4500 > 192.1.2.45.4500: UDP-encap: ESP(spi=0x12345678,seq=0x8), length 116: ip-proto…
|
D | espudp1.out | 8 IP 192.1.2.23.4500 > 192.1.2.45.4500: UDP-encap: ESP(spi=0x12345678,seq=0x8), length 116: ip-proto…
|
D | esp3.new | 8 IP 192.1.2.23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x8), length 116: IP 192.0.2.1 > 192.0.1.1: ICMP…
|
D | esp1.new | 8 IP 192.1.2.23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x8), length 116: IP 192.0.2.1 > 192.0.1.1: ICMP…
|
D | esp1.out | 8 IP 192.1.2.23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x8), length 116: IP 192.0.2.1 > 192.0.1.1: ICMP…
|
D | esp5.out | 8 IP 192.1.2.23 > 192.1.2.45: ESP(spi=0xd1234567,seq=0x8), length 132: IP 192.0.2.1 > 192.0.1.1: ICMP…
|
D | esp5.new | 8 IP 192.1.2.23 > 192.1.2.45: ESP(spi=0xd1234567,seq=0x8), length 132: IP 192.0.2.1 > 192.0.1.1: ICMP…
|
D | isakmp4.new | 31 IP 192.1.2.254.4500 > 192.1.2.23.4500: UDP-encap: ESP(spi=0xf4dc0ae5,seq=0x8), length 132
|
D | isakmp4.out | 31 IP 192.1.2.254.4500 > 192.1.2.23.4500: UDP-encap: ESP(spi=0xf4dc0ae5,seq=0x8), length 132
|
/external/webkit/SunSpider/tests/ubench/ |
D | function-missing-args.js | 1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9) argument
|
/external/jpeg/ |
D | jfdctflt.c | 50 Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */
|
D | jfdctfst.c | 46 Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */
|
D | jidctflt.c | 52 Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */
|