Searched refs:b3 (Results 1 - 25 of 172) sorted by last modified time

1234567

/external/webp/src/dsp/
H A Denc.c184 const int b3 = a0 - a1; local
188 out[12 + i] = b3 >> 1;
564 const int b3 = a0 - a1; local
569 sum += w[12] * abs(b3);
H A Denc_neon.c86 // a0 a1 a2 a3 | b0 b1 b2 b3 => a0 b0 c0 d0 | a1 b1 c1 d1
87 // c0 c1 c2 c3 | d0 d1 d2 d3 a2 b2 c2 d2 | a3 b3 c3 d3
531 const int32x4_t b3 = vhsubq_s32(a0, a1); // (a0 - a1) >> 1 local
535 const int16x4_t out3 = vmovn_s32(b3);
611 const int32x4_t b3 = vabdq_s32(a0, a1); // abs(a0 - a1) local
612 const int32x4x4_t res = { { b0, b1, b2, b3 } };
790 // b3 = a0 - a1
805 // abs(b3)
900 const uint16x8_t b3 = vminq_u16(b2, max_coeff_thresh); local
902 vst1q_s16(out + 8, vreinterpretq_s16_u16(b3));
[all...]
H A Denc_sse2.c431 // f1 = ((b3 * 5352 + b2 * 2217 + 12000) >> 16)
432 // f3 = ((b3 * 2217 - b2 * 5352 + 51000) >> 16)
480 const __m128i b3 = _mm_srai_epi32(_mm_sub_epi32(a0, a1), 1); local
482 const __m128i out1 = _mm_packs_epi32(b2, b3);
507 const __m128i b3 = _mm_loadu_si128((__m128i*)&b[BPS * 3]); local
516 const __m128i a3p = _mm_subs_epu8(a3, b3);
517 const __m128i a3m = _mm_subs_epu8(b3, a3);
593 const __m128i b3 = _mm_loadl_epi64((__m128i*)&b[BPS * 3]); local
599 const __m128i b23 = _mm_unpacklo_epi32(b2, b3);
696 const __m128i b3 local
745 const __m128i b3 = _mm_sub_epi16(a0, a1); local
[all...]
H A Dlossless_sse2.c438 const __m128i b3 = _mm_loadu_si128((__m128i*)&b[i + 12]); local
444 _mm_storeu_si128((__m128i*)&out[i + 12], _mm_add_epi32(a3, b3));
463 const __m128i b3 = _mm_loadu_si128((__m128i*)&out[i + 12]); local
469 _mm_storeu_si128((__m128i*)&out[i + 12], _mm_add_epi32(a3, b3));
/external/vixl/test/
H A Dtest-assembler-a64.cc20022 __ Uqshl(b17, b0, b3);
20024 __ Uqshl(b19, b1, b3);
20074 __ Sqshl(b17, b0, b3);
20076 __ Sqshl(b19, b1, b3);
20182 __ Uqrshl(b17, b0, b3);
20184 __ Uqrshl(b19, b1, b3);
20234 __ Sqrshl(b17, b0, b3);
20236 __ Sqrshl(b19, b1, b3);
/external/valgrind/none/tests/amd64/
H A Dslahf-amd64.stdout.exp182 b3 -> 9300
/external/valgrind/none/tests/arm64/
H A Dmemory.stdout.exp829 [ 80] .. .. .. .. .. .. .. .. .. b3 3b 5a ac f6 fc e4
3781 [144] e6 b1 03 2d d2 5c f2 41 0a 9c 62 02 b3 0f bc a6
4049 [112] d9 93 b3 4b .. .. .. .. .. .. .. .. .. .. .. ..
9247 [128] d3 9a a9 05 0d 60 6f b3 a2 a3 d5 14 26 73 b6 c2
9668 [144] 44 e1 cb 37 5f 8c b3 d6 be .. .. .. .. .. .. ..
10928 [128] .. .. .. .. .. .. .. .. .. b2 41 b3 7f ef 68 2c
11739 [128] .. .. .. .. .. .. .. .. .. 92 d8 67 1d a6 25 b3
11951 [160] 6b a8 cb 2a cf bd b3 4c 54 7c 3c 1b c9 fb 03 f0
12072 [176] b3 bf 52 5f ba 2c af 57 80 04 a8 fd 45 3c ad b3
[all...]
/external/valgrind/none/tests/s390x/
H A Dclc.c6 char b3[23] ="mmmmmmmmmmmmmmmmmmmmmmm"; variable
40 testrun(b1 + offset1, b3 + offset2, l);
43 testrun(b2 + offset1, b3 + offset2, l);
45 testrun(b3 + offset1, b3 + offset2, l);
46 testrun(b3 + offset1, b4 + offset2, l);
H A Dclcle.c6 char b3[23] ="mmmmmmmmmmmmmmmmmmmmmmm"; variable
51 testrun(b1, l1, b3, l3, pad);
54 testrun(b2, l1, b3, l3, pad);
56 testrun(b3, l1, b3, l3, pad);
57 testrun(b3, l1, b4, l3, pad);
H A Dcu21.stdout.exp165 UTF8: f0 90 80 80 f4 8f bf bf f3 86 a7 9d ed ba af ed b3 9c
H A Dcu21_1.stdout.exp165 UTF8: f0 90 80 80 f4 8f bf bf f3 86 a7 9d ed ba af ed b3 9c
H A Dcu41.stdout.exp163 UTF8: c2 80 df bf c2 81 df be c4 80 cc b3 d5 95 da aa
H A Dicm.c25 char *b3="\xff\x00\x00\x00"; local
86 test(b3,176);
/external/v8/test/mjsunit/
H A Dcomparison-ops-and-undefined.js30 function test_helper_for_ics(func, b1, b2, b3, b4) {
33 assertEquals(b3, func(undefined, .5));
37 function test_helper_for_crankshaft(func, b1, b2, b3, b4) {
42 assertEquals(b3, func(undefined, .5));
H A Ddebug-evaluate-locals-optimized-double.js54 { locals: {a3: 7.07, b3: 8.08},
211 var b3 = input[i].b;
213 b3 = b3 + b3 / 100;
214 new g2(i - 1, a3, b3);
215 return a3 + b3;
H A Ddebug-evaluate-locals-optimized.js46 { locals: {a3: 7, b3: 8},
196 var b3 = expected[i].locals.b3;
197 new g2(i - 1, a3, b3);
198 return a3 + b3;
H A Dexternal-array-no-sse2.js628 var b3 = b0.slice(2, 4)
629 assertEquals(2, b3.byteLength)
630 assertArrayPrefix([3, 4], new Int8Array(b3))
H A Dexternal-array.js628 var b3 = b0.slice(2, 4)
629 assertEquals(2, b3.byteLength)
630 assertArrayPrefix([3, 4], new Int8Array(b3))
H A Dgenerated-transition-stub.js92 var b3 = [0, 1, 2, , 4];
93 assertTrue(%HasFastSmiElements(b3));
94 assertTrue(%HasFastHoleyElements(b3));
95 transition2(b3, 0, 2.5);
96 assertTrue(%HasFastHoleyElements(b3));
97 assertEquals(4, b3[4]);
98 assertEquals(2.5, b3[0]);
H A Dlarge-object-allocation.js111 this.b3 = i;
H A Dswitch-opt.js43 function f(label, b1, b2, b3) {
55 branch(b3);
59 branch(b3);
65 function assertResult(r, label, b1, b2, b3) {
66 f(label, b1, b2, b3);
140 function f(label, b1, b2, b3) {
152 branch(b3);
156 branch(b3);
162 function assertResult(r, label, b1, b2, b3) {
163 f(label, b1, b2, b3);
[all...]
/external/v8/test/mjsunit/es7/
H A Dobject-observe.js1733 for (var b3 = 0; b3 < 2; ++b3)
1736 TestFastElements(props[i], mutation[j], b1 != 0, b2 != 0, b3 != 0);
/external/v8/test/mjsunit/regress/
H A Dregress-crbug-3867.js41 this.b3 = false;
53 assertArrayEquals(["b3", "b2", "b1"], props(new B()));
67 assertArrayEquals(["b3", "b2", "b1", "b4", "b0"], props(b));
H A Dregress-omit-checks.js38 var b3 = create();
49 set(b3);
/external/v8/test/mjsunit/tools/
H A Dprofile_view.js58 var b3 = createNode('b', 3, a1);
61 createNode('c', 5, b3);
62 createNode('d', 4, b3);
63 createNode('d', 2, b3);

Completed in 561 milliseconds

1234567