Home
last modified time | relevance | path

Searched refs:z0 (Results 1 - 25 of 133) sorted by relevance

123456

/third_party/ffmpeg/libavcodec/
H A Drv34dsp.c41 const int z0 = 13*(block[i+4*0] + block[i+4*2]); in rv34_row_transform() local
46 temp[4*i+0] = z0 + z3; in rv34_row_transform()
49 temp[4*i+3] = z0 - z3; in rv34_row_transform()
65 const int z0 = 13*(temp[4*0+i] + temp[4*2+i]) + 0x200; in rv34_idct_add_c() local
70 dst[0] = av_clip_uint8( dst[0] + ( (z0 + z3) >> 10 ) ); in rv34_idct_add_c()
73 dst[3] = av_clip_uint8( dst[3] + ( (z0 - z3) >> 10 ) ); in rv34_idct_add_c()
92 const int z0 = 39*(temp[4*0+i] + temp[4*2+i]); in rv34_inv_transform_noround_c() local
97 block[i*4+0] = (z0 + z3) >> 11; in rv34_inv_transform_noround_c()
100 block[i*4+3] = (z0 - z3) >> 11; in rv34_inv_transform_noround_c()
H A Dh264idct_template.c43 const SUINT z0= block[i + 4*0] + (unsigned)block[i + 4*2]; in ff_h264_idct_add() local
48 block[i + 4*0]= z0 + z3; in ff_h264_idct_add()
51 block[i + 4*3]= z0 - z3; in ff_h264_idct_add()
55 const SUINT z0= block[0 + 4*i] + (SUINT)block[2 + 4*i]; in ff_h264_idct_add() local
60 dst[i + 0*stride]= av_clip_pixel(dst[i + 0*stride] + ((int)(z0 + z3) >> 6)); in ff_h264_idct_add()
63 dst[i + 3*stride]= av_clip_pixel(dst[i + 3*stride] + ((int)(z0 - z3) >> 6)); in ff_h264_idct_add()
260 const int z0= input[4*i+0] + input[4*i+1]; in ff_h264_luma_dc_dequant_idct() local
265 temp[4*i+0]= z0+z3; in ff_h264_luma_dc_dequant_idct()
266 temp[4*i+1]= z0-z3; in ff_h264_luma_dc_dequant_idct()
273 const SUINT z0 in ff_h264_luma_dc_dequant_idct() local
301 const SUINT z0= temp[2*0+i] + temp[2*2+i]; ff_h264_chroma422_dc_dequant_idct() local
[all...]
H A Dmdct15.c95 FFTComplex z0[4], t[6]; in fft5() local
118 z0[0].re = t[0].re - t[1].re; in fft5()
119 z0[0].im = t[0].im - t[1].im; in fft5()
120 z0[1].re = t[4].re + t[5].re; in fft5()
121 z0[1].im = t[4].im + t[5].im; in fft5()
123 z0[2].re = t[4].re - t[5].re; in fft5()
124 z0[2].im = t[4].im - t[5].im; in fft5()
125 z0[3].re = t[0].re + t[1].re; in fft5()
126 z0[3].im = t[0].im + t[1].im; in fft5()
128 out[1].re = in[0].re + z0[ in fft5()
[all...]
/third_party/node/deps/openssl/openssl/crypto/des/
H A Dqud_cksm.c37 DES_LONG z0, z1, t0, t1; in DES_quad_cksum() local
47 z0 = Q_B0((*seed)[0]) | Q_B1((*seed)[1]) | Q_B2((*seed)[2]) | in DES_quad_cksum()
64 t0 += z0; in DES_quad_cksum()
68 z0 = ((((t0 * t0) & 0xffffffffL) + ((t1 * t1) & 0xffffffffL)) in DES_quad_cksum()
78 *lp++ = z0; in DES_quad_cksum()
82 return z0; in DES_quad_cksum()
/third_party/openssl/crypto/des/
H A Dqud_cksm.c37 DES_LONG z0, z1, t0, t1; in DES_quad_cksum() local
47 z0 = Q_B0((*seed)[0]) | Q_B1((*seed)[1]) | Q_B2((*seed)[2]) | in DES_quad_cksum()
64 t0 += z0; in DES_quad_cksum()
68 z0 = ((((t0 * t0) & 0xffffffffL) + ((t1 * t1) & 0xffffffffL)) in DES_quad_cksum()
78 *lp++ = z0; in DES_quad_cksum()
82 return z0; in DES_quad_cksum()
/third_party/optimized-routines/string/aarch64/
H A Dstrcpy-sve.S33 0: ldff1b z0.b, p2/z, [x1, x2]
39 cmpeq p1.b, p2/z, z0.b, 0 /* search for zeros */
43 st1b z0.b, p2, [x0, x2]
49 1: cmpeq p1.b, p0/z, z0.b, 0 /* search for zeros */
54 st1b z0.b, p0, [x0, x2]
60 st1b z0.b, p0, [x0, x2]
H A Dstrcmp-sve.S26 0: ldff1b z0.b, p1/z, [x0, x2]
34 cmpeq p2.b, p1/z, z0.b, z1.b /* compare strings */
35 cmpne p3.b, p1/z, z0.b, 0 /* search for ~zero */
41 lasta w0, p2, z0.b /* extract each char */
50 cmpeq p2.b, p0/z, z0.b, z1.b /* compare strings, as above */
51 cmpne p3.b, p0/z, z0.b, 0
H A Dstrncmp-sve.S27 ldff1b z0.b, p0/z, [x0, x3]
38 cmpeq p1.b, p0/z, z0.b, z1.b /* compare strings */
39 cmpne p2.b, p0/z, z0.b, 0 /* search for ~zero */
45 lasta w0, p2, z0.b /* extract each char */
52 2: cmpeq p2.b, p1/z, z0.b, z1.b /* compare strings, as above */
53 cmpne p3.b, p1/z, z0.b, 0
H A Dstrrchr-sve.S27 0: ldff1b z0.b, p1/z, [x0, xzr]
34 cmpeq p3.b, p1/z, z0.b, 0 /* search for 0 */
37 cmpeq p3.b, p1/z, z0.b, z1.b /* search for c; no eos */
46 1: cmpeq p3.b, p0/z, z0.b, 0 /* search for 0 */
49 cmpeq p3.b, p0/z, z0.b, z1.b /* search for c; no eos */
62 cmpeq p3.b, p3/z, z0.b, z1.b /* search for c not after eos */
H A Dstrnlen-sve.S26 0: ldff1b z0.b, p0/z, [x0, x2]
32 cmpeq p2.b, p0/z, z0.b, 0
42 ldff1b z0.b, p0/z, [x0, x2]
49 cmpeq p2.b, p0/z, z0.b, 0
59 2: cmpeq p2.b, p1/z, z0.b, 0
H A Dstrchr-sve.S32 0: ldff1b z0.b, p1/z, [x0, xzr]
39 cmpeq p2.b, p1/z, z0.b, z1.b /* search for c */
40 cmpeq p3.b, p1/z, z0.b, 0 /* search for 0 */
57 2: cmpeq p2.b, p0/z, z0.b, z1.b /* search for c */
58 cmpeq p3.b, p0/z, z0.b, 0 /* search for 0 */
H A Dmemcmp-sve.S26 ld1b z0.b, p0/z, [x0, x3] /* read vectors bounded by max. */
34 cmpne p1.b, p0/z, z0.b, z1.b /* while no inequalities */
39 lasta w0, p1, z0.b /* extract each byte */
H A Dstrlen-sve.S25 0: ldff1b z0.b, p2/z, [x0, x1]
32 cmpeq p1.b, p2/z, z0.b, 0 /* loop if no zeros */
44 2: cmpeq p1.b, p0/z, z0.b, 0
/third_party/vixl/test/aarch64/
H A Dtest-api-movprfx-aarch64.cc108 __ movprfx(z0.VnB(), p0.Merging(), z9.VnB()); in TEST()
109 __ abs(z0.VnB(), p0.Merging(), z0.VnB()); in TEST()
129 __ movprfx(z0.VnS(), p6.Zeroing(), z6.VnS()); in TEST()
130 __ bic(z0.VnS(), p6.Merging(), z0.VnS(), z0.VnS()); in TEST()
231 __ movprfx(z0, z7); in TEST()
232 __ sdiv(z0.VnD(), p0.Merging(), z0 in TEST()
[all...]
H A Dtest-disasm-sve-aarch64.cc47 COMPARE(asrr(z0.VnB(), p7.Merging(), z0.VnB(), z1.VnB()), in TEST()
48 "asrr z0.b, p7/m, z0.b, z1.b"); in TEST()
49 COMPARE(fcmeq(p6.VnD(), p7.Zeroing(), z0.VnD(), z1.VnD()), in TEST()
50 "fcmeq p6.d, p7/z, z0.d, z1.d"); in TEST()
51 COMPARE(mla(z0.VnB(), p7.Merging(), z0.VnB(), z1.VnB()), in TEST()
52 "mla z0.b, p7/m, z0 in TEST()
[all...]
H A Dtest-assembler-sve-aarch64.cc148 __ Insr(z0.VnB(), 1);
149 __ Insr(z0.VnB(), 2);
150 __ Insr(z0.VnB(), x0);
151 __ Insr(z0.VnB(), -42);
152 __ Insr(z0.VnB(), 0);
178 ASSERT_EQUAL_SVE(z0_inputs_b, z0.VnB());
304 __ Index(z0.VnB(), 0, 1);
356 ASSERT_EQUAL_SVE_LANE(0x00, z0.VnB(), i);
379 ZRegister zd = z0.WithLaneSize(lane_size_in_bits);
522 __ Index(z0
[all...]
H A Dtest-api-aarch64.cc290 VIXL_CHECK(ZRegister(0, kBRegSize).Is(z0.VnB())); in TEST()
296 VIXL_CHECK(ZRegister(0, kFormatVnB).Is(z0.VnB())); in TEST()
334 .Is(z0)); in TEST()
598 VIXL_CHECK(z0.GetCode() == 0); in TEST()
601 VIXL_CHECK(z0.Is(z0)); in TEST()
602 VIXL_CHECK(!z0.Is(z1)); in TEST()
603 VIXL_CHECK(!z0.Is(v0)); in TEST()
604 VIXL_CHECK(!z0.Is(b0)); in TEST()
605 VIXL_CHECK(!z0 in TEST()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DdownlevelLetConst14.js6 var z0, z1, z2, z3; variable
11 let [z0] = [1];
12 use(z0);
21 use(z0);
60 var z0, z1, z2, z3; variable
74 use(z0);
H A DdownlevelLetConst15.js6 var z0, z1, z2, z3; variable
11 const [z0] = [1];
12 use(z0);
21 use(z0);
60 var z0, z1, z2, z3; variable
74 use(z0);
H A DnestedBlockScopedBindings16.js18 var z0; variable
22 let z0;
23 () => z0;
56 var z0; variable
H A DrecursiveLetConst.js13 let z0 = () => z0;
29 let z0 = () => z0;
H A DsystemModule13.js3 export const {a: z0, b: {c: z1}} = {a: true, b: {c: "123"}};
9 var _a, _b, x, y, z, z0, z1;
15 exports_1("z0", z0 = (_b = { a: true, b: { c: "123" } }, _b.a)), exports_1("z1", z1 = _b.b.c);
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h60 const float z0 = quads[0]->posCoef->a0[2] + dzdx * fx + dzdy * fy; in NAME() local
67 init_idepth[0] = (ushort)((z0) * scale); in NAME()
68 init_idepth[1] = (ushort)((z0 + dzdx) * scale); in NAME()
69 init_idepth[2] = (ushort)((z0 + dzdy) * scale); in NAME()
70 init_idepth[3] = (ushort)((z0 + dzdx + dzdy) * scale); in NAME()
/third_party/ffmpeg/libavcodec/arm/
H A Drv34dsp_neon.S41 vadd.s32 q1, q10, q13 @ z0 + z3
43 vsub.s32 q8, q10, q13 @ z0 - z3
65 vadd.s32 q1, q14, q9 @ z0 + z3
67 vsub.s32 q15, q14, q9 @ z0 - z3
75 vrshrn.s32 d16, q1, #10 @ (z0 + z3) >> 10
78 vrshrn.s32 d19, q15, #10 @ (z0 - z3) >> 10
111 vshrn.s32 d0, q10, #11 @ (z0 + z3)*3 >> 11
114 vshrn.s32 d3, q13, #11 @ (z0 - z3)*3 >> 11
/third_party/mesa3d/src/gallium/tests/graw/
H A Docclusion-query.c25 #define z0 0.2 macro
31 {-0.9, -0.9, z0, 1.0 },
36 { 0.9, -0.9, z0, 1.0 },
41 { 0.9, 0.9, z0, 1.0 },
46 {-0.9, 0.9, z0, 1.0 },

Completed in 10 milliseconds

123456