Home
last modified time | relevance | path

Searched refs:z5 (Results 1 - 25 of 64) sorted by relevance

123

/third_party/ffmpeg/libavcodec/
H A Djrevdct.c219 int32_t z1, z2, z3, z4, z5; in ff_j_rev_dct() local
333 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); in ff_j_rev_dct()
344 z3 += z5; in ff_j_rev_dct()
345 z4 += z5; in ff_j_rev_dct()
355 z5 = MULTIPLY(z3 + d5, FIX_1_175875602); in ff_j_rev_dct()
365 z3 += z5; in ff_j_rev_dct()
366 z4 += z5; in ff_j_rev_dct()
378 z5 = MULTIPLY(d7 + z4, FIX_1_175875602); in ff_j_rev_dct()
388 z3 += z5; in ff_j_rev_dct()
389 z4 += z5; in ff_j_rev_dct()
[all...]
H A Djfdctfst.c147 int z1, z2, z3, z4, z5, z11, z13; in row_fdct() local
185 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */ in row_fdct()
186 z2 = MULTIPLY(tmp10, FIX_0_541196100) + z5; /* c2-c6 */ in row_fdct()
187 z4 = MULTIPLY(tmp12, FIX_1_306562965) + z5; /* c2+c6 */ in row_fdct()
211 int z1, z2, z3, z4, z5, z11, z13; in ff_fdct_ifast() local
251 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */ in ff_fdct_ifast()
252 z2 = MULTIPLY(tmp10, FIX_0_541196100) + z5; /* c2-c6 */ in ff_fdct_ifast()
253 z4 = MULTIPLY(tmp12, FIX_1_306562965) + z5; /* c2+c6 */ in ff_fdct_ifast()
H A Djfdctint_template.c186 int z1, z2, z3, z4, z5; in row_fdct() local
232 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */ in row_fdct()
243 z3 += z5; in row_fdct()
244 z4 += z5; in row_fdct()
264 int z1, z2, z3, z4, z5; in ff_jpeg_fdct_islow() local
313 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */ in ff_jpeg_fdct_islow()
324 z3 += z5; in ff_jpeg_fdct_islow()
325 z4 += z5; in ff_jpeg_fdct_islow()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djidctflt.c78 FAST_FLOAT z5, z10, z11, z12, z13; in jpeg_idct_float() local
159 z5 = (z10 + z12) * ((FAST_FLOAT)1.847759065); /* 2*c2 */ in jpeg_idct_float()
160 tmp10 = z5 - z12 * ((FAST_FLOAT)1.082392200); /* 2*(c2-c6) */ in jpeg_idct_float()
161 tmp12 = z5 - z10 * ((FAST_FLOAT)2.613125930); /* 2*(c2+c6) */ in jpeg_idct_float()
195 z5 = wsptr[0] + ((FAST_FLOAT)CENTERJSAMPLE + (FAST_FLOAT)0.5); in jpeg_idct_float()
196 tmp10 = z5 + wsptr[4]; in jpeg_idct_float()
197 tmp11 = z5 - wsptr[4]; in jpeg_idct_float()
217 z5 = (z10 + z12) * ((FAST_FLOAT)1.847759065); /* 2*c2 */ in jpeg_idct_float()
218 tmp10 = z5 - z12 * ((FAST_FLOAT)1.082392200); /* 2*(c2-c6) */ in jpeg_idct_float()
219 tmp12 = z5 in jpeg_idct_float()
[all...]
H A Djfdctflt.c64 FAST_FLOAT z1, z2, z3, z4, z5, z11, z13; in jpeg_fdct_float() local
102 z5 = (tmp10 - tmp12) * ((FAST_FLOAT)0.382683433); /* c6 */ in jpeg_fdct_float()
103 z2 = ((FAST_FLOAT)0.541196100) * tmp10 + z5; /* c2-c6 */ in jpeg_fdct_float()
104 z4 = ((FAST_FLOAT)1.306562965) * tmp12 + z5; /* c2+c6 */ in jpeg_fdct_float()
152 z5 = (tmp10 - tmp12) * ((FAST_FLOAT)0.382683433); /* c6 */ in jpeg_fdct_float()
153 z2 = ((FAST_FLOAT)0.541196100) * tmp10 + z5; /* c2-c6 */ in jpeg_fdct_float()
154 z4 = ((FAST_FLOAT)1.306562965) * tmp12 + z5; /* c2+c6 */ in jpeg_fdct_float()
H A Djfdctfst.c121 DCTELEM z1, z2, z3, z4, z5, z11, z13; in jpeg_fdct_ifast() local
160 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */ in jpeg_fdct_ifast()
161 z2 = MULTIPLY(tmp10, FIX_0_541196100) + z5; /* c2-c6 */ in jpeg_fdct_ifast()
162 z4 = MULTIPLY(tmp12, FIX_1_306562965) + z5; /* c2+c6 */ in jpeg_fdct_ifast()
210 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */ in jpeg_fdct_ifast()
211 z2 = MULTIPLY(tmp10, FIX_0_541196100) + z5; /* c2-c6 */ in jpeg_fdct_ifast()
212 z4 = MULTIPLY(tmp12, FIX_1_306562965) + z5; /* c2+c6 */ in jpeg_fdct_ifast()
H A Djfdctint.c147 JLONG z1, z2, z3, z4, z5; in jpeg_fdct_islow() local
194 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */ in jpeg_fdct_islow()
205 z3 += z5; in jpeg_fdct_islow()
206 z4 += z5; in jpeg_fdct_islow()
261 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */ in jpeg_fdct_islow()
272 z3 += z5; in jpeg_fdct_islow()
273 z4 += z5; in jpeg_fdct_islow()
H A Djidctfst.c177 DCTELEM z5, z10, z11, z12, z13; in jpeg_idct_ifast() local
258 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */ in jpeg_idct_ifast()
259 tmp10 = MULTIPLY(z12, FIX_1_082392200) - z5; /* 2*(c2-c6) */ in jpeg_idct_ifast()
260 tmp12 = MULTIPLY(z10, -FIX_2_613125930) + z5; /* -2*(c2+c6) */ in jpeg_idct_ifast()
340 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */ in jpeg_idct_ifast()
341 tmp10 = MULTIPLY(z12, FIX_1_082392200) - z5; /* 2*(c2-c6) */ in jpeg_idct_ifast()
342 tmp12 = MULTIPLY(z10, -FIX_2_613125930) + z5; /* -2*(c2+c6) */ in jpeg_idct_ifast()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
H A Djfdctfst-neon.c116 int16x8_t z5 = vqdmulhq_lane_s16(vsubq_s16(tmp10, tmp12), consts, 0); in jsimd_fdct_ifast_neon() local
118 z2 = vaddq_s16(z2, z5); in jsimd_fdct_ifast_neon()
120 z5 = vaddq_s16(tmp12, z5); in jsimd_fdct_ifast_neon()
121 z4 = vaddq_s16(z4, z5); in jsimd_fdct_ifast_neon()
190 z5 = vqdmulhq_lane_s16(vsubq_s16(tmp10, tmp12), consts, 0); in jsimd_fdct_ifast_neon()
192 z2 = vaddq_s16(z2, z5); in jsimd_fdct_ifast_neon()
194 z5 = vaddq_s16(tmp12, z5); in jsimd_fdct_ifast_neon()
195 z4 = vaddq_s16(z4, z5); in jsimd_fdct_ifast_neon()
[all...]
H A Djidctfst-neon.c163 int16x4_t z5 = vqdmulh_lane_s16(z10_add_z12, consts, 2); in jsimd_idct_ifast_neon() local
164 z5 = vadd_s16(z5, z10_add_z12); in jsimd_idct_ifast_neon()
167 tmp10 = vsub_s16(tmp10, z5); in jsimd_idct_ifast_neon()
170 tmp12 = vadd_s16(tmp12, z5); in jsimd_idct_ifast_neon()
238 int16x4_t z5 = vqdmulh_lane_s16(z10_add_z12, consts, 2); in jsimd_idct_ifast_neon() local
239 z5 = vadd_s16(z5, z10_add_z12); in jsimd_idct_ifast_neon()
242 tmp10 = vsub_s16(tmp10, z5); in jsimd_idct_ifast_neon()
245 tmp12 = vadd_s16(tmp12, z5); in jsimd_idct_ifast_neon()
308 int16x8_t z5 = vqdmulhq_lane_s16(z10_add_z12, consts, 2); jsimd_idct_ifast_neon() local
389 int16x8_t z5 = vqdmulhq_lane_s16(z10_add_z12, consts, 2); jsimd_idct_ifast_neon() local
[all...]
/third_party/vixl/test/aarch64/
H A Dtest-api-movprfx-aarch64.cc147 __ movprfx(z5.VnD(), p6.Merging(), z4.VnD()); in TEST()
148 __ cnt(z5.VnD(), p6.Merging(), z5.VnD()); in TEST()
159 __ movprfx(z4, z5); in TEST()
189 __ movprfx(z7, z5); in TEST()
190 __ mla(z7.VnH(), p0.Merging(), z5.VnH(), z7.VnH()); in TEST()
237 __ movprfx(z5, z18); in TEST()
238 __ sdot(z5.VnS(), z18.VnB(), z5.VnB(), 1); in TEST()
252 __ movprfx(z26, z5); in TEST()
[all...]
H A Dtest-disasm-sve-aarch64.cc262 COMPARE(and_(z12.VnD(), z5.VnD(), z29.VnD()), "and z12.d, z5.d, z29.d"); in TEST()
422 COMPARE(asr(z5.VnB(), z26.VnB(), 8), "asr z5.b, z26.b, #8"); in TEST()
430 COMPARE(lsr(z5.VnB(), z26.VnB(), 7), "lsr z5.b, z26.b, #7"); in TEST()
438 COMPARE(lsl(z5.VnB(), z26.VnB(), 6), "lsl z5.b, z26.b, #6"); in TEST()
1031 z5.VnH(), in TEST()
1034 "fminnm z3.h, p3/m, z3.h, z5 in TEST()
[all...]
H A Dtest-assembler-sve-aarch64.cc853 __ Clasta(z5.VnB(), p3, z5.VnB(), z0.VnB());
902 ASSERT_EQUAL_SVE(z5_expected, z5.VnD());
949 __ Compact(z5.VnD(), p1, z3.VnD());
966 ASSERT_EQUAL_SVE(z5_expected, z5.VnD());
1000 __ Index(z5.VnB(), -1, -1);
1001 __ Splice(z5.VnB(), p5, z5.VnB(), z30.VnB());
1058 ASSERT_EQUAL_SVE(z5_expected, z5.VnD());
1362 InsrHelper(&masm, z5
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_fspp.c252 int_simd16_t z1,z2,z3,z4,z5, z10, z11, z12, z13; in column_fidct_c() local
317 z5 = MULTIPLY16H((tmp10 - tmp12) << 2, FIX_0_382683433); in column_fidct_c()
318 z2 = MULTIPLY16H(tmp10 << 2, FIX_0_541196100) + z5; in column_fidct_c()
319 z4 = MULTIPLY16H(tmp12 << 2, FIX_1_306562965) + z5; in column_fidct_c()
345 z5 = MULTIPLY16H(z10 + z12, FIX_1_847759065); in column_fidct_c()
346 tmp10 = MULTIPLY16H(z12, FIX_1_082392200) - z5; in column_fidct_c()
347 tmp12 = MULTIPLY16H(z10, FIX_2_613125930) + z5; // - !! in column_fidct_c()
375 int_simd16_t z5, z10, z11, z12, z13; in row_idct_c() local
410 z5 = MULTIPLY16H(z10 + z12, FIX_1_847759065); in row_idct_c()
411 tmp10 = MULTIPLY16H(z12, FIX_1_082392200) - z5; in row_idct_c()
437 int_simd16_t z1, z2, z3, z4, z5, z11, z13; row_fdct_c() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DdownlevelLetConst14.js43 var z5 = 1; variable
46 let [z5] = [5];
95 var z5 = 1; variable
H A DdownlevelLetConst15.js43 var z5 = 1; variable
46 const [z5] = [5];
95 var z5 = 1; variable
H A DinitializersWidened.js25 var z5 = void 0 || y2; variable
44 var z5 = void 0 || y2; variable
H A DtypeArgInference2.js12 var z5 = foo({ name: "abc", a: 5 }); // { name: string; a: number } variable
20 var z5 = foo({ name: "abc", a: 5 }); // { name: string; a: number } variable
H A DthisAndSuperInStaticMembers1(target=es2022).js20 static z5 = super.a = 0;
54 static z5 = super.a = 0;
H A DthisAndSuperInStaticMembers1(target=esnext).js20 static z5 = super.a = 0;
54 static z5 = super.a = 0;
H A DthisAndSuperInStaticMembers2(target=es2022).js20 static z5 = super.a = 0;
61 static { this.z5 = super.a = 0; }
H A DthisAndSuperInStaticMembers2(target=esnext).js20 static z5 = super.a = 0;
61 static { this.z5 = super.a = 0; }
H A DintersectionOfUnionOfUnitTypes.js25 let z5: (E.A | E.B | E.C) & (E.B | E.C | E.D) & (E.C | E.D | E.E) & (E.D | E.E | E.F); // never
47 var z5; // never variable
H A Des6ExportEqualsInterop.js108 import z5 = require("interface-module");
119 z5.a;
231 var z5 = require("interface-module");
241 z5.a;
H A DgenericsManyTypeParameters.js26 x5: a419, y5: a25, z5: a35, a5: a45, b5: a55, c5: a65,
46 x5 , y5 , z5 , a5 , b5 , c5,
63 function Foo(x1, y1, z1, a1, b1, c1, x2, y2, z2, a2, b2, c2, x3, y3, z3, a3, b3, c3, x4, y4, z4, a4, b4, c4, x5, y5, z5, a5, b5, c5, x6, y6, z6, a6, b6, c6, x7, y7, z7, a7, b7, c7, x8, y8, z8, a8, b8, c8, x9, y9, z9, a9, b9, c9, x10, y12, z10, a10, b10, c10, x11, y13, z11, a11, b11, c11, x12, y14, z12, a12, b12, c12, x13, y15, z13, a13, b13, c13, x14, y16, z14, a14, b14, c14, x15, y17, z15, a15, b15, c15, x16, y18, z16, a16, b16, c16, x17, y19, z17, a17, b17, c17, x18, y10, z18, a18, b18, c18) {
68 x5, y5, z5, a5, b5, c5,

Completed in 16 milliseconds

123