Home
last modified time | relevance | path

Searched refs:x8 (Results 1 – 25 of 36) sorted by relevance

12

/external/opencore/codecs_v2/video/m4v_h263/dec/src/
Didct_vca.cpp192 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 …]
Dblock_idct.cpp517 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/
Dfastidct.cpp108 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 …]
Dsad_inline.h84 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 …]
Dsad_mb_offset.h34 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/
Dsad_inline.h79 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 …]
Dsad_mb_offset.h29 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/
Drijndael-alg-fst.c42 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/
Desp2.out8 …23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x8), length 172: IP 192.1.2.23 > 192.0.1.1: ESP(spi=0xabc…
Desp4.new8 …23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x8), length 172: IP 192.1.2.23 > 192.0.1.1: ESP(spi=0xabc…
Desp2.new8 …23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x8), length 172: IP 192.1.2.23 > 192.0.1.1: ESP(spi=0xabc…
Desp0.out8 IP 192.1.2.23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x8), length 116
Despudp1.new8 IP 192.1.2.23.4500 > 192.1.2.45.4500: UDP-encap: ESP(spi=0x12345678,seq=0x8), length 116: ip-proto…
Despudp1.out8 IP 192.1.2.23.4500 > 192.1.2.45.4500: UDP-encap: ESP(spi=0x12345678,seq=0x8), length 116: ip-proto…
Desp3.new8 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…
Desp1.new8 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…
Desp1.out8 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…
Desp5.out8 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…
Desp5.new8 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…
Disakmp4.new31 IP 192.1.2.254.4500 > 192.1.2.23.4500: UDP-encap: ESP(spi=0xf4dc0ae5,seq=0x8), length 132
Disakmp4.out31 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/
Dfunction-missing-args.js1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9) argument
/external/jpeg/
Djfdctflt.c50 Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */
Djfdctfst.c46 Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */
Djidctflt.c52 Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */

12