Home
last modified time | relevance | path

Searched refs:w4 (Results 1 – 25 of 115) sorted by relevance

12345

/third_party/ffmpeg/libavfilter/
Dvf_hqx.c113 w3 = w[p3], w4 = w[p4], w5 = w[p5], \
128 return interp_2px(w4, 3, w3, 1, 2); in hq2x_interp_1x1()
130 return interp_2px(w4, 3, w1, 1, 2); in hq2x_interp_1x1()
132 return w4; in hq2x_interp_1x1()
137 return interp_2px(w4, 3, w0, 1, 2); in hq2x_interp_1x1()
139 return interp_3px(w4, 2, w0, 1, w1, 1, 2); in hq2x_interp_1x1()
141 return interp_3px(w4, 2, w0, 1, w3, 1, 2); in hq2x_interp_1x1()
143 return interp_3px(w4, 14, w3, 1, w1, 1, 4); in hq2x_interp_1x1()
145 return interp_3px(w4, 5, w1, 2, w3, 1, 3); in hq2x_interp_1x1()
147 return interp_3px(w4, 5, w3, 2, w1, 1, 3); in hq2x_interp_1x1()
[all …]
/third_party/boost/libs/endian/test/
Dstore_convenience_test.cpp91 unsigned char w4[] = { 0x02, 0x01, 0xAA }; in main() local
93 BOOST_TEST_EQ( byte_span( v ), byte_span( w4 ) ); in main()
121 unsigned char w4[] = { 0x03, 0x02, 0x01, 0xAA }; in main() local
123 BOOST_TEST_EQ( byte_span( v ), byte_span( w4 ) ); in main()
151 unsigned char w4[] = { 0x04, 0x03, 0x02, 0x01, 0xAA }; in main() local
153 BOOST_TEST_EQ( byte_span( v ), byte_span( w4 ) ); in main()
181 unsigned char w4[] = { 0x05, 0x04, 0x03, 0x02, 0x01, 0xAA }; in main() local
183 BOOST_TEST_EQ( byte_span( v ), byte_span( w4 ) ); in main()
211 unsigned char w4[] = { 0x06, 0x05, 0x04, 0x03, 0x02, 0x01, 0xAA }; in main() local
213 BOOST_TEST_EQ( byte_span( v ), byte_span( w4 ) ); in main()
[all …]
/third_party/openssl/crypto/sha/asm/arm64/
Dsha256-armv8.S101 ldp w3,w4,[x1],#2*4
129 rev w4,w4 // 1
138 add w26,w26,w4 // h+=X[i]
484 ror w9,w4,#7
491 eor w9,w9,w4,ror#18
499 eor w9,w9,w4,lsr#3 // sigma0(X[i+1])
536 add w4,w4,w13
540 add w4,w4,w10
542 add w4,w4,w9
552 add w26,w26,w4 // h+=X[i]
[all …]
Dsha1-armv8.S55 add w23,w23,w4 // future e+=X[i]
235 eor w4,w4,w6
239 eor w4,w4,w12
243 eor w4,w4,w17
247 ror w4,w4,#31
258 add w22,w22,w4 // future e+=X[i]
282 eor w7,w7,w4
342 eor w12,w12,w4
410 eor w19,w19,w4
434 eor w4,w4,w6
[all …]
/third_party/ffmpeg/libavcodec/aarch64/
Dh264cmc_neon.S35 lsr w10, w4, #1
45 mul w7, w4, w5
47 lsl w13, w4, #3
51 sub w4, w7, w13
52 sub w4, w4, w14
53 add w4, w4, #64
56 dup v0.8B, w4
98 dup v0.8B, w4
205 lsr w10, w4, #1
215 mul w7, w4, w5
[all …]
Dvp9mc_aarch64.S35 subs w4, w4, #1
60 subs w4, w4, #1
75 subs w4, w4, #1
Dvp8dsp_neon.S87 mov w4, #20091
88 movk w4, #35468/2, lsl #16
89 dup v4.2s, w4
479 vp8_loop_filter inner=\inner, simple=\simple, hev_thresh=w4
528 dup v23.16b, w4 // flim_I
589 vp8_loop_filter inner=\inner, simple=\simple, hev_thresh=w4
647 dup v23.16b, w4 // flim_I
685 subs w4, w4, #4
700 subs w4, w4, #4
853 sxtw x4, w4
[all …]
Dpixblockdsp_neon.S38 mov w4, #8
42 subs w4, w4, #2
Dvp9mc_neon.S39 subs w4, w4, #2
56 subs w4, w4, #1
72 subs w4, w4, #4
90 subs w4, w4, #2
101 subs w4, w4, #2
117 subs w4, w4, #2
132 subs w4, w4, #4
150 subs w4, w4, #4
337 subs w4, w4, #2
629 uxtw x4, w4
Daacpsdsp_neon.S64 subs w4, w4, #1
98 subs w4, w4, #1
145 subs w4, w4, #1
Dfmtconvert_neon.S46 lsr w4, w4, #3
47 subs w5, w4, #1
/third_party/ffmpeg/libavcodec/mips/
Dsimple_idct_msa.c35 v4i32 w2, w4, w6; in simple_idct_msa() local
55 w4 = (v4i32) __msa_splati_h(weights, 4); in simple_idct_msa()
56 w4 = (v4i32) __msa_ilvr_h(zero, (v8i16) w4); in simple_idct_msa()
59 MUL2(a0_r, w4, a0_l, w4, a0_r, a0_l); in simple_idct_msa()
68 MUL2(temp0_r, w4, temp0_l, w4, temp0_r, temp0_l); in simple_idct_msa()
128 w4 = (v4i32) __msa_splati_h(weights, 4); in simple_idct_msa()
129 w4 = (v4i32) __msa_ilvr_h(zero, (v8i16) w4); in simple_idct_msa()
132 MUL2(a0_r, w4, a0_l, w4, a0_r, a0_l); in simple_idct_msa()
141 MUL2(temp0_r, w4, temp0_l, w4, temp0_r, temp0_l); in simple_idct_msa()
198 v4i32 w2, w4, w6; in simple_idct_put_msa() local
[all …]
/third_party/cmsis/CMSIS/DSP/Source/SupportFunctions/
Darm_barycenter_f32.c87 float32_t w1, w2, w3, w4; in arm_barycenter_f32() local
93 w4 = *pW++; in arm_barycenter_f32()
94 accum += w1 + w2 + w3 + w4; in arm_barycenter_f32()
106 outV = vfmaq(outV, inV4, w4); in arm_barycenter_f32()
123 *pOut = *pOut + *pIn4++ * w4; in arm_barycenter_f32()
205 float32_t accum, w,w1,w2,w3,w4; in arm_barycenter_f32() local
251 w4 = *pW++; in arm_barycenter_f32()
252 accum += w1 + w2 + w3 + w4; in arm_barycenter_f32()
265 outV = vmlaq_n_f32(outV,inV4,w4); in arm_barycenter_f32()
282 *pOut = *pOut + *pIn4++ * w4; in arm_barycenter_f32()
Darm_barycenter_f16.c101 float16_t w1, w2, w3, w4; in arm_barycenter_f16() local
107 w4 = *pW++; in arm_barycenter_f16()
108 accum += w1 + w2 + w3 + w4; in arm_barycenter_f16()
120 outV = vfmaq(outV, inV4, w4); in arm_barycenter_f16()
137 *pOut = *pOut + *pIn4++ * w4; in arm_barycenter_f16()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djchuff-sse2.asm284 pxor xmm4, xmm4 ;A: w4[i] = 0;
313 pxor xmm4, xmm4 ;A: w4[i] = 0;
326 pcmpgtw xmm4, xmm0 ;A: w4[i] = (w0[i] < 0 ? -1 : 0);
327 paddw xmm0, xmm4 ;A: w0[i] += w4[i];
337 pxor xmm4, xmm4 ;A: w4[i] = 0;
342 pcmpgtw xmm4, xmm1 ;B: w4[i] = (w1[i] < 0 ? -1 : 0);
343 paddw xmm1, xmm4 ;B: w1[i] += w4[i];
345 pxor xmm4, xmm4 ;B: w4[i] = 0;
356 pcmpgtw xmm4, xmm3 ;D: w4[i] = (w3[i] < 0 ? -1 : 0);
357 paddw xmm3, xmm4 ;D: w3[i] += w4[i];
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djchuff-sse2.asm374 pxor xmm4, xmm4 ;A: w4[i] = 0;
382 pcmpgtw xmm4, xmm0 ;A: w4[i] = (w0[i] < 0 ? -1 : 0);
383 paddw xmm0, xmm4 ;A: w0[i] += w4[i];
393 pxor xmm4, xmm4 ;A: w4[i] = 0;
398 pcmpgtw xmm4, xmm1 ;B: w4[i] = (w1[i] < 0 ? -1 : 0);
399 paddw xmm1, xmm4 ;B: w1[i] += w4[i];
401 pxor xmm4, xmm4 ;B: w4[i] = 0;
412 pcmpgtw xmm4, xmm3 ;D: w4[i] = (w3[i] < 0 ? -1 : 0);
413 paddw xmm3, xmm4 ;D: w3[i] += w4[i];
415 pxor xmm4, xmm4 ;D: w4[i] = 0;
[all …]
/third_party/ffmpeg/libavcodec/
Dvp9block.c96 int bw4 = ff_vp9_bwh_tab[1][b->bs][0], w4 = FFMIN(s->cols - col, bw4); in decode_mode() local
119 for (x = 0; x < w4; x++) in decode_mode()
128 memset(&s->above_segpred_ctx[col], 1, w4); in decode_mode()
134 memset(&s->above_segpred_ctx[col], 0, w4); in decode_mode()
765 for (n = 0; n < w4 * 2; n++) { in decode_mode()
782 for (x = 0; x < w4; x++) { in decode_mode()
787 for (x = 0; x < w4; x++) { in decode_mode()
794 for (x = 0; x < w4; x++) { in decode_mode()
972 int w4 = ff_vp9_bwh_tab[1][b->bs][0] << 1, h4 = ff_vp9_bwh_tab[1][b->bs][1] << 1; in decode_coeffs() local
973 int end_x = FFMIN(2 * (s->cols - col), w4); in decode_coeffs()
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Droi_align_impl.cu28 int *y_high, T *w1, T *w2, T *w3, T *w4) { in bilinear_interpolate() argument
32 *w1 = *w2 = *w3 = *w4 = 0; in bilinear_interpolate()
67 *w1 = hy * hx, *w2 = hy * lx, *w3 = ly * hx, *w4 = ly * lx; in bilinear_interpolate()
155 T w1, w2, w3, w4; in ROIAlignKernel() local
156 … bilinear_interpolate(height, width, y, x, &x_low, &y_low, &x_high, &y_high, &w1, &w2, &w3, &w4); in ROIAlignKernel()
164 T val = (w1 * v1 + w2 * v2 + w3 * v3 + w4 * v4); in ROIAlignKernel()
241 T w1, w2, w3, w4; in ROIAlignGradKernel() local
242 … bilinear_interpolate(height, width, y, x, &x_low, &y_low, &x_high, &y_high, &w1, &w2, &w3, &w4); in ROIAlignGradKernel()
248 T g4 = top_diff_this_bin * w4 / count_points_in_grid_cell; in ROIAlignGradKernel()
/third_party/openssl/crypto/
Darm64cpuid.S111 ldrb w4,[x0],#1
113 eor w4,w4,w5
114 orr w3,w3,w4
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/assembly/fp16/
DMatVecMulFp16.S105 cmp w4, #3
107 cmp w4, #1
165 cmp w4, #3
167 cmp w4, #1
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Droi_align_cpu_kernel.cc94 T w1, w2, w3, w4; in Launch() local
95 …:bilinear_interpolate(height_, width_, y, x, &x_low, &y_low, &x_high, &y_high, &w1, &w2, &w3, &w4); in Launch()
103 T val = (w1 * v1 + w2 * v2 + w3 * v3 + w4 * v4); in Launch()
Droi_align_utils.h34 T *w1, T *w2, T *w3, T *w4) { in bilinear_interpolate() argument
39 *w1 = *w2 = *w3 = *w4 = static_cast<T>(0); in bilinear_interpolate()
76 *w1 = hy * hx, *w2 = hy * lx, *w3 = ly * hx, *w4 = ly * lx; in bilinear_interpolate()
/third_party/ffmpeg/libswscale/aarch64/
Drgb2rgb_neon.S70 subs w4, w4, #1
Doutput.S54 subs w4, w4, #8 // dstW -= 8
/third_party/openh264/codec/processing/src/arm64/
Ddown_sample_aarch64_neon.S64 cmp w9, w4
83 sub w9, w3, w4
84 sub w1, w1, w4, lsr #1
90 lsr w6, w4, #5
150 cmp w9, w4
208 cmp w9, w4

12345