Home
last modified time | relevance | path

Searched refs:x5 (Results 1 – 25 of 31) sorted by relevance

12

/external/opencore/codecs_v2/video/m4v_h263/dec/src/
Didct_vca.cpp104 int32 x0, x1, x2, x4, x5; in idctrow2() local
124 x5 = (W7 * x4 + 4) >> 3; in idctrow2()
128 x2 = (181 * (x4 + x5) + 128) >> 8; in idctrow2()
129 x1 = (181 * (x4 - x5) + 128) >> 8; in idctrow2()
141 res = (x0 + x5) >> 14; in idctrow2()
147 res = (x0 - x5) >> 14; in idctrow2()
165 int32 x0, x1, x3, x5, x7;//, x8; in idctcol2() local
175 x5 = (181 * (x1 - x7) + 128) >> 8; in idctcol2()
180 blk[16] = (x0 + x5) >> 8; in idctcol2()
184 blk[40] = (x0 - x5) >> 8; in idctcol2()
[all …]
Dblock_idct.cpp517 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idctrow() local
548 x5 = blk[15]; in idctrow()
558 x8 = W7 * (x4 + x5) + 4; in idctrow()
560 x5 = (x8 - (W1 + W7) * x5) >> 3; in idctrow()
573 x6 = x5 + x7; in idctrow()
574 x5 -= x7; in idctrow()
581 x2 = (181 * (x4 + x5) + 128) >> 8; in idctrow()
582 x4 = (181 * (x4 - x5) + 128) >> 8; in idctrow()
628 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; in idctrow_intra() local
652 x5 = blk[7]; in idctrow_intra()
[all …]
/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dfastidct.cpp82 int32 x0, x1, x3, x5, x7;//, x8; in idct_col2() local
92 x5 = (181 * (x1 - x7) + 128) >> 8; in idct_col2()
97 blk[16] = (x0 + x5) >> 8; in idct_col2()
101 blk[40] = (x0 - x5) >> 8; in idct_col2()
108 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_col3() local
127 x5 = (181 * (x1 - x7) + 128) >> 8; in idct_col3()
132 blk[16] = (x6 + x5) >> 8; in idct_col3()
136 blk[40] = (x6 - x5) >> 8; in idct_col3()
143 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_col4() local
161 x5 = W3 * x3; in idct_col4()
[all …]
Dsad_inline.h84 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; in simd_sad_mb() local
97 x4 = x5 = 0; in simd_sad_mb()
119 x5 = x5 + x10; /* accumulate low bytes */ in simd_sad_mb()
122 x5 = x5 + x11; /* accumulate low bytes */ in simd_sad_mb()
138 x5 = x5 + x10; /* accumulate low bytes */ in simd_sad_mb()
141 x5 = x5 + x11; /* accumulate low bytes */ in simd_sad_mb()
146 x10 = x5 - (x4 << 8); /* extract low bytes */ in simd_sad_mb()
226 #define sum_accumulate __asm{ SBC x5, x5, x10; /* accumulate low bytes */ \
229 SBC x5, x5, x11; /* accumulate low bytes */ \
259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14;
[all …]
Dsad_mb_offset.h34 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; in sad_mb_offset3() local
37 x4 = x5 = 0; in sad_mb_offset3()
71 x5 = x5 + x10; /* accumulate low bytes */ in sad_mb_offset3()
74 x5 = x5 + x11; /* accumulate low bytes */ in sad_mb_offset3()
97 x5 = x5 + x10; /* accumulate low bytes */ in sad_mb_offset3()
100 x5 = x5 + x11; /* accumulate low bytes */ in sad_mb_offset3()
105 x10 = x5 - (x4 << 8); /* extract low bytes */ in sad_mb_offset3()
137 int32 x4, x5, x6, x9, x10, x11, x12, x14; in sad_mb_offset3() local
140 x4 = x5 = 0; in sad_mb_offset3()
201 x10 = x5 - (x4 << 8); /* extract low bytes */ in sad_mb_offset3()
[all …]
/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
92 x4 = x5 = 0; in simd_sad_mb()
114 x5 = x5 + x10; /* accumulate low bytes */ in simd_sad_mb()
117 x5 = x5 + x11; /* accumulate low bytes */ in simd_sad_mb()
133 x5 = x5 + x10; /* accumulate low bytes */ in simd_sad_mb()
136 x5 = x5 + x11; /* accumulate low bytes */ in simd_sad_mb()
141 x10 = x5 - (x4 << 8); /* extract low bytes */ in simd_sad_mb()
221 #define sum_accumulate __asm{ SBC x5, x5, x10; /* accumulate low bytes */ \
224 SBC x5, x5, x11; /* accumulate low bytes */ \
254 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14;
[all …]
Dsad_mb_offset.h29 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; in sad_mb_offset3() local
32 x4 = x5 = 0; in sad_mb_offset3()
66 x5 = x5 + x10; /* accumulate low bytes */ in sad_mb_offset3()
69 x5 = x5 + x11; /* accumulate low bytes */ in sad_mb_offset3()
92 x5 = x5 + x10; /* accumulate low bytes */ in sad_mb_offset3()
95 x5 = x5 + x11; /* accumulate low bytes */ in sad_mb_offset3()
100 x10 = x5 - (x4 << 8); /* extract low bytes */ in sad_mb_offset3()
132 int32 x4, x5, x6, x9, x10, x11, x12, x14; in sad_mb_offset3() local
135 x4 = x5 = 0; in sad_mb_offset3()
195 x10 = x5 - (x4 << 8); /* extract low bytes */ in sad_mb_offset3()
[all …]
/external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
Dmedian5.cpp120 int16 x1, x2, x3, x4, x5; in median5() local
127 x5 = x[2]; in median5()
149 if (x5 < x1) in median5()
151 x5 = x1; in median5()
165 if (x5 < x2) in median5()
167 x5 = x2; in median5()
173 if (x5 < x3) in median5()
175 x3 = x5; in median5()
/external/tcpdump/tests/
Desp2.out5 …23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x5), length 172: IP 192.1.2.23 > 192.0.1.1: ESP(spi=0xabc…
Desp4.new5 …23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x5), length 172: IP 192.1.2.23 > 192.0.1.1: ESP(spi=0xabc…
Desp2.new5 …23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x5), length 172: IP 192.1.2.23 > 192.0.1.1: ESP(spi=0xabc…
Desp0.out5 IP 192.1.2.23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x5), length 116
Despudp1.new5 IP 192.1.2.23.4500 > 192.1.2.45.4500: UDP-encap: ESP(spi=0x12345678,seq=0x5), length 116
Despudp1.out5 IP 192.1.2.23.4500 > 192.1.2.45.4500: UDP-encap: ESP(spi=0x12345678,seq=0x5), length 116
Desp3.new5 IP 192.1.2.23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x5), length 116: IP 192.0.2.1 > 192.0.1.1: ICMP…
Desp1.new5 IP 192.1.2.23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x5), length 116: IP 192.0.2.1 > 192.0.1.1: ICMP…
Desp1.out5 IP 192.1.2.23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x5), length 116: IP 192.0.2.1 > 192.0.1.1: ICMP…
Desp5.out5 IP 192.1.2.23 > 192.1.2.45: ESP(spi=0xd1234567,seq=0x5), length 132: IP 192.0.2.1 > 192.0.1.1: ICMP…
Desp5.new5 IP 192.1.2.23 > 192.1.2.45: ESP(spi=0xd1234567,seq=0x5), length 132: IP 192.0.2.1 > 192.0.1.1: ICMP…
Disakmp4.new24 IP 192.1.2.254.4500 > 192.1.2.23.4500: UDP-encap: ESP(spi=0xf4dc0ae5,seq=0x5), length 132
Disakmp4.out24 IP 192.1.2.254.4500 > 192.1.2.23.4500: UDP-encap: ESP(spi=0xf4dc0ae5,seq=0x5), 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/opencore/codecs_v2/video/avc_h264/dec/src/
Dpred_intra.cpp1113 int x0, x1, x2, x3, x4, x5, x6; in Intra_4x4_Vertical_Left() local
1124 x5 = *comp_refx++; in Intra_4x4_Vertical_Left()
1130 x5 = x3; in Intra_4x4_Vertical_Left()
1138 x4 += x5 + 1; in Intra_4x4_Vertical_Left()
1139 x5 += x6 + 1; in Intra_4x4_Vertical_Left()
1161 temp2 = (temp2 >> 8) | (((x4 + x5) >> 2) << 24); /* rotate out old value */ in Intra_4x4_Vertical_Left()
/external/libpng/
Dpngconf.h1487 # define png_snprintf6(s1,n,fmt,x1,x2,x3,x4,x5,x6) \ argument
1488 sprintf(s1,fmt,x1,x2,x3,x4,x5,x6)
/external/qemu/distrib/libpng-1.2.19/
Dpngconf.h1462 # define png_snprintf6(s1,n,fmt,x1,x2,x3,x4,x5,x6) \ argument
1463 sprintf(s1,fmt,x1,x2,x3,x4,x5,x6)

12