Home
last modified time | relevance | path

Searched refs:z2 (Results 1 - 25 of 167) sorted by relevance

1234567

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djidctint.c179 JLONG z1, z2, z3, z4, z5; in jpeg_idct_islow() local
232 z2 = DEQUANTIZE(inptr[DCTSIZE * 2], quantptr[DCTSIZE * 2]); in jpeg_idct_islow()
235 z1 = MULTIPLY(z2 + z3, FIX_0_541196100); in jpeg_idct_islow()
237 tmp3 = z1 + MULTIPLY(z2, FIX_0_765366865); in jpeg_idct_islow()
239 z2 = DEQUANTIZE(inptr[DCTSIZE * 0], quantptr[DCTSIZE * 0]); in jpeg_idct_islow()
242 tmp0 = LEFT_SHIFT(z2 + z3, CONST_BITS); in jpeg_idct_islow()
243 tmp1 = LEFT_SHIFT(z2 - z3, CONST_BITS); in jpeg_idct_islow()
260 z2 = tmp1 + tmp2; in jpeg_idct_islow()
270 z2 = MULTIPLY(z2, in jpeg_idct_islow()
432 JLONG z1, z2, z3; jpeg_idct_7x7() local
581 JLONG z1, z2, z3; jpeg_idct_6x6() local
702 JLONG z1, z2, z3; jpeg_idct_5x5() local
907 JLONG z1, z2, z3, z4; jpeg_idct_9x9() local
1079 JLONG z1, z2, z3, z4, z5; jpeg_idct_10x10() local
1274 JLONG z1, z2, z3, z4; jpeg_idct_11x11() local
1468 JLONG z1, z2, z3, z4; jpeg_idct_12x12() local
1684 JLONG z1, z2, z3, z4; jpeg_idct_13x13() local
1912 JLONG z1, z2, z3, z4; jpeg_idct_14x14() local
2138 JLONG z1, z2, z3, z4; jpeg_idct_15x15() local
2380 JLONG z1, z2, z3, z4; jpeg_idct_16x16() local
[all...]
H A Djfdctint.c147 JLONG z1, z2, z3, z4, z5; in jpeg_fdct_islow() local
191 z2 = tmp5 + tmp6; in jpeg_fdct_islow()
201 z2 = MULTIPLY(z2, -FIX_2_562915447); /* sqrt(2) * (-c1-c3) */ in jpeg_fdct_islow()
209 dataptr[5] = (DCTELEM)DESCALE(tmp5 + z2 + z4, CONST_BITS - PASS1_BITS); in jpeg_fdct_islow()
210 dataptr[3] = (DCTELEM)DESCALE(tmp6 + z2 + z3, CONST_BITS - PASS1_BITS); in jpeg_fdct_islow()
258 z2 = tmp5 + tmp6; in jpeg_fdct_islow()
268 z2 = MULTIPLY(z2, -FIX_2_562915447); /* sqrt(2) * (-c1-c3) */ in jpeg_fdct_islow()
277 dataptr[DCTSIZE * 5] = (DCTELEM)DESCALE(tmp5 + z2 in jpeg_fdct_islow()
[all...]
H A Djfdctflt.c64 FAST_FLOAT z1, z2, z3, z4, z5, z11, z13; in jpeg_fdct_float() local
103 z2 = ((FAST_FLOAT)0.541196100) * tmp10 + z5; /* c2-c6 */ in jpeg_fdct_float()
110 dataptr[5] = z13 + z2; /* phase 6 */ in jpeg_fdct_float()
111 dataptr[3] = z13 - z2; in jpeg_fdct_float()
153 z2 = ((FAST_FLOAT)0.541196100) * tmp10 + z5; /* c2-c6 */ in jpeg_fdct_float()
160 dataptr[DCTSIZE * 5] = z13 + z2; /* phase 6 */ in jpeg_fdct_float()
161 dataptr[DCTSIZE * 3] = z13 - z2; in jpeg_fdct_float()
H A Djfdctfst.c121 DCTELEM z1, z2, z3, z4, z5, z11, z13; in jpeg_fdct_ifast() local
161 z2 = MULTIPLY(tmp10, FIX_0_541196100) + z5; /* c2-c6 */ in jpeg_fdct_ifast()
168 dataptr[5] = z13 + z2; /* phase 6 */ in jpeg_fdct_ifast()
169 dataptr[3] = z13 - z2; in jpeg_fdct_ifast()
211 z2 = MULTIPLY(tmp10, FIX_0_541196100) + z5; /* c2-c6 */ in jpeg_fdct_ifast()
218 dataptr[DCTSIZE * 5] = z13 + z2; /* phase 6 */ in jpeg_fdct_ifast()
219 dataptr[DCTSIZE * 3] = z13 - z2; in jpeg_fdct_ifast()
H A Djidctred.c126 JLONG z1, z2, z3, z4; in jpeg_idct_4x4() local
165 z2 = DEQUANTIZE(inptr[DCTSIZE * 2], quantptr[DCTSIZE * 2]); in jpeg_idct_4x4()
168 tmp2 = MULTIPLY(z2, FIX_1_847759065) + MULTIPLY(z3, -FIX_0_765366865); in jpeg_idct_4x4()
176 z2 = DEQUANTIZE(inptr[DCTSIZE * 5], quantptr[DCTSIZE * 5]); in jpeg_idct_4x4()
181 MULTIPLY(z2, FIX_1_451774981) + /* sqrt(2) * ( c3+c7) */ in jpeg_idct_4x4()
186 MULTIPLY(z2, -FIX_0_601344887) + /* sqrt(2) * (c5-c1) */ in jpeg_idct_4x4()
239 z2 = (JLONG)wsptr[5]; in jpeg_idct_4x4()
244 MULTIPLY(z2, FIX_1_451774981) + /* sqrt(2) * ( c3+c7) */ in jpeg_idct_4x4()
249 MULTIPLY(z2, -FIX_0_601344887) + /* sqrt(2) * (c5-c1) */ in jpeg_idct_4x4()
/third_party/ffmpeg/libavcodec/
H A Djrevdct.c219 int32_t z1, z2, z3, z4, z5; in ff_j_rev_dct() local
330 z2 = d5 + d3; in ff_j_rev_dct()
340 z2 = MULTIPLY(-z2, FIX_2_562915447); in ff_j_rev_dct()
348 tmp1 += z2 + z4; in ff_j_rev_dct()
349 tmp2 += z2 + z3; in ff_j_rev_dct()
353 z2 = d5 + d3; in ff_j_rev_dct()
361 z2 = MULTIPLY(-z2, FIX_2_562915447); in ff_j_rev_dct()
369 tmp1 += z2 in ff_j_rev_dct()
[all...]
H A Drv34dsp.c43 const int z2 = 7* block[i+4*1] - 17*block[i+4*3]; in rv34_row_transform() local
47 temp[4*i+1] = z1 + z2; in rv34_row_transform()
48 temp[4*i+2] = z1 - z2; in rv34_row_transform()
67 const int z2 = 7* temp[4*1+i] - 17*temp[4*3+i]; in rv34_idct_add_c() local
71 dst[1] = av_clip_uint8( dst[1] + ( (z1 + z2) >> 10 ) ); in rv34_idct_add_c()
72 dst[2] = av_clip_uint8( dst[2] + ( (z1 - z2) >> 10 ) ); in rv34_idct_add_c()
94 const int z2 = 21* temp[4*1+i] - 51*temp[4*3+i]; in rv34_inv_transform_noround_c() local
98 block[i*4+1] = (z1 + z2) >> 11; in rv34_inv_transform_noround_c()
99 block[i*4+2] = (z1 - z2) >> 11; in rv34_inv_transform_noround_c()
H A Dh264idct_template.c45 const SUINT z2= (block[i + 4*1]>>1) - (unsigned)block[i + 4*3]; in ff_h264_idct_add() local
49 block[i + 4*1]= z1 + z2; in ff_h264_idct_add()
50 block[i + 4*2]= z1 - z2; in ff_h264_idct_add()
57 const SUINT z2= (block[1 + 4*i]>>1) - (SUINT)block[3 + 4*i]; in ff_h264_idct_add() local
61 dst[i + 1*stride]= av_clip_pixel(dst[i + 1*stride] + ((int)(z1 + z2) >> 6)); in ff_h264_idct_add()
62 dst[i + 2*stride]= av_clip_pixel(dst[i + 2*stride] + ((int)(z1 - z2) >> 6)); in ff_h264_idct_add()
262 const int z2= input[4*i+2] - input[4*i+3]; in ff_h264_luma_dc_dequant_idct() local
267 temp[4*i+2]= z1-z2; in ff_h264_luma_dc_dequant_idct()
268 temp[4*i+3]= z1+z2; in ff_h264_luma_dc_dequant_idct()
275 const SUINT z2 in ff_h264_luma_dc_dequant_idct() local
303 const SUINT z2= temp[2*1+i] - temp[2*3+i]; ff_h264_chroma422_dc_dequant_idct() local
[all...]
H A Djfdctint_template.c186 int z1, z2, z3, z4, z5; in row_fdct() local
229 z2 = tmp5 + tmp6; in row_fdct()
239 z2 = MULTIPLY(z2, - FIX_2_562915447); /* sqrt(2) * (-c1-c3) */ in row_fdct()
247 dataptr[5] = (int16_t) DESCALE(tmp5 + z2 + z4, CONST_BITS-PASS1_BITS); in row_fdct()
248 dataptr[3] = (int16_t) DESCALE(tmp6 + z2 + z3, CONST_BITS-PASS1_BITS); in row_fdct()
264 int z1, z2, z3, z4, z5; in ff_jpeg_fdct_islow() local
310 z2 = tmp5 + tmp6; in ff_jpeg_fdct_islow()
320 z2 = MULTIPLY(z2, in ff_jpeg_fdct_islow()
[all...]
/third_party/typescript/tests/baselines/reference/
H A Des6ImportNamedImportDts.js15 export class z2 { }
40 import { z2 as z3 } from "./server";
41 export var z2 = new z3(); // z2 shouldn't give redeclare error
51 exports.aaaa1 = exports.aaaa = exports.z2 = exports.z1 = exports.x111 = exports.a111 = exports.x1 = exports.a1 = exports.m = exports.x11 = exports.x = exports.a12 = exports.a11 = exports.a = void 0;
118 var z2 = /** @class */ (function () {
119 function z2() {
121 return z2;
123 exports.z2 = z2;
[all...]
H A Des6ImportNamedImportWithExport.js10 export var z2 = 10;
34 export import { z2 as z3 } from "./server";
35 export var z2 = z3; // z2 shouldn't give redeclare error
45 exports.aaaa = exports.z2 = exports.z1 = exports.x1 = exports.a1 = exports.m = exports.x = exports.a = void 0;
52 exports.z2 = 10;
57 exports.z2 = exports.z111 = exports.xxxx = void 0;
78 exports.z2 = server_9.z2; // z2 should
[all...]
H A DcommentsVarDecl.js38 var z2: /** type comment*/ (x: number) => string; variable
40 var x2 = z2;
43 n4 = z2;
73 var z2; variable
74 var x2 = z2;
76 n4 = z2;
100 declare var z2: (x: number) => string;
H A Des6ImportNamedImport.js10 export var z2 = 10;
34 import { z2 as z3 } from "./es6ImportNamedImport_0";
35 var z2 = z3; // z2 shouldn't give redeclare error variable
46 exports.aaaa = exports.z2 = exports.z1 = exports.x1 = exports.a1 = exports.m = exports.x = exports.a = void 0;
53 exports.z2 = 10;
78 var z2 = es6ImportNamedImport_0_9.z2; // z2 shouldn't give redeclare error variable
88 export declare var z2
[all...]
H A Des6ImportNamedImportAmd.js10 export var z2 = 10;
34 import { z2 as z3 } from "es6ImportNamedImportAmd_0";
35 var z2 = z3; // z2 shouldn't give redeclare error variable
47 exports.aaaa = exports.z2 = exports.z1 = exports.x1 = exports.a1 = exports.m = exports.x = exports.a = void 0;
54 exports.z2 = 10;
72 var z2 = es6ImportNamedImportAmd_0_9.z2; // z2 shouldn't give redeclare error
83 export declare var z2
[all...]
H A Des6ImportNamedImportInEs5.js10 export var z2 = 10;
34 import { z2 as z3 } from "./es6ImportNamedImportInEs5_0";
35 var z2 = z3; // z2 shouldn't give redeclare error variable
46 exports.aaaa = exports.z2 = exports.z1 = exports.x1 = exports.a1 = exports.m = exports.x = exports.a = void 0;
53 exports.z2 = 10;
78 var z2 = es6ImportNamedImportInEs5_0_9.z2; // z2 shouldn't give redeclare error variable
88 export declare var z2
[all...]
H A DdownlevelLetConst14.js6 var z0, z1, z2, z3;
15 let {a: z2} = { a: 1 };
16 use(z2);
23 use(z2);
60 var z0, z1, z2, z3;
76 use(z2);
H A DdownlevelLetConst15.js6 var z0, z1, z2, z3;
15 const {a: z2} = { a: 1 };
16 use(z2);
23 use(z2);
60 var z0, z1, z2, z3;
76 use(z2);
H A DrecursiveLetConst.js15 let z2 = { f() { return z2;}}
31 let z2 = { f() { return z2; } };
H A DarrayOfFunctionTypes3.js25 var z2 = [a2, b2, c2]; variable
26 var r6 = z2[0];
50 var z2 = [a2, b2, c2]; variable
51 var r6 = z2[0];
/third_party/vixl/test/aarch64/
H A Dtest-api-movprfx-aarch64.cc117 __ movprfx(z2, z4); in TEST()
118 __ asr(z2.VnS(), p2.Merging(), z2.VnS(), z2.VnS()); in TEST()
153 __ movprfx(z27, z2); in TEST()
168 __ movprfx(z7, z2); in TEST()
228 __ movprfx(z2.VnD(), p2.Merging(), z21.VnD()); in TEST()
229 __ sabd(z2.VnD(), p2.Merging(), z2.VnD(), z2 in TEST()
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
H A Dcurve448.c390 gf x1, x2, z2, x3, z3, t1, t2; in ossl_x448_int() local
397 gf_copy(z2, ZERO); in ossl_x448_int()
416 gf_cond_swap(z2, z3, swap); in ossl_x448_int()
424 gf_add_nr(t1, x2, z2); /* A = x2 + z2 */ /* 2+e */ in ossl_x448_int()
425 gf_sub_nr(t2, x2, z2); /* B = x2 - z2 */ /* 3+e */ in ossl_x448_int()
426 gf_sub_nr(z2, x3, z3); /* D = x3 - z3 */ /* 3+e */ in ossl_x448_int()
427 gf_mul(x2, t1, z2); /* DA */ in ossl_x448_int()
428 gf_add_nr(z2, z in ossl_x448_int()
[all...]
/third_party/openssl/crypto/ec/curve448/
H A Dcurve448.c390 gf x1, x2, z2, x3, z3, t1, t2; in ossl_x448_int() local
397 gf_copy(z2, ZERO); in ossl_x448_int()
416 gf_cond_swap(z2, z3, swap); in ossl_x448_int()
424 gf_add_nr(t1, x2, z2); /* A = x2 + z2 */ /* 2+e */ in ossl_x448_int()
425 gf_sub_nr(t2, x2, z2); /* B = x2 - z2 */ /* 3+e */ in ossl_x448_int()
426 gf_sub_nr(z2, x3, z3); /* D = x3 - z3 */ /* 3+e */ in ossl_x448_int()
427 gf_mul(x2, t1, z2); /* DA */ in ossl_x448_int()
428 gf_add_nr(z2, z in ossl_x448_int()
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
H A Djidctred-neon.c264 int16x4_t z2 = vmul_s16(vget_high_s16(row2), quant_row2); in jsimd_idct_4x4_neon() local
267 int32x4_t tmp2 = vmull_lane_s16(z2, consts.val[0], 0); in jsimd_idct_4x4_neon()
275 z2 = vmul_s16(vget_high_s16(row5), quant_row5); in jsimd_idct_4x4_neon()
280 tmp0 = vmlal_lane_s16(tmp0, z2, consts.val[0], 3); in jsimd_idct_4x4_neon()
285 tmp2 = vmlal_lane_s16(tmp2, z2, consts.val[1], 3); in jsimd_idct_4x4_neon()
317 int16x4_t z2 = vmul_s16(vget_low_s16(row2), quant_row2); in jsimd_idct_4x4_neon() local
320 int32x4_t tmp2 = vmull_lane_s16(z2, consts.val[0], 0); in jsimd_idct_4x4_neon()
328 z2 = vmul_s16(vget_low_s16(row5), quant_row5); in jsimd_idct_4x4_neon()
333 tmp0 = vmlal_lane_s16(tmp0, z2, consts.val[0], 3); in jsimd_idct_4x4_neon()
338 tmp2 = vmlal_lane_s16(tmp2, z2, const in jsimd_idct_4x4_neon()
364 int16x8_t z2 = vmulq_s16(row2, quant_row2); jsimd_idct_4x4_neon() local
[all...]
H A Djfdctfst-neon.c117 int16x8_t z2 = vqdmulhq_lane_s16(tmp10, consts, 1); in jsimd_fdct_ifast_neon() local
118 z2 = vaddq_s16(z2, z5); in jsimd_fdct_ifast_neon()
127 col5 = vaddq_s16(z13, z2); /* phase 6 */ in jsimd_fdct_ifast_neon()
128 col3 = vsubq_s16(z13, z2); in jsimd_fdct_ifast_neon()
191 z2 = vqdmulhq_lane_s16(tmp10, consts, 1); in jsimd_fdct_ifast_neon()
192 z2 = vaddq_s16(z2, z5); in jsimd_fdct_ifast_neon()
201 row5 = vaddq_s16(z13, z2); /* phase 6 */ in jsimd_fdct_ifast_neon()
202 row3 = vsubq_s16(z13, z2); in jsimd_fdct_ifast_neon()
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Drv34dsp_neon.S35 vsubw.s16 q12, q12, d29 @ z2 = block[i+4*1]*7
40 vsub.s32 q12, q12, q1 @ z2 = 7*block[i+4*1] - 17*block[i+4*3]
42 vadd.s32 q2, q11, q12 @ z1 + z2
44 vsub.s32 q3, q11, q12 @ z1 - z2
64 vadd.s32 q2, q13, q12 @ z1 + z2
66 vsub.s32 q3, q13, q12 @ z1 - z2
76 vrshrn.s32 d17, q2, #10 @ (z1 + z2) >> 10
77 vrshrn.s32 d18, q3, #10 @ (z1 - z2) >> 10
112 vshrn.s32 d1, q11, #11 @ (z1 + z2)*3 >> 11
113 vshrn.s32 d2, q12, #11 @ (z1 - z2)*
[all...]

Completed in 15 milliseconds

1234567