Home
last modified time | relevance | path

Searched refs:w3 (Results 1 - 25 of 130) sorted by relevance

123456

/third_party/ffmpeg/libavfilter/
H A Dvf_hqx.c82 /* (c1*w1 + c2*w2 + c3*w3) >> s */
83 static av_always_inline uint32_t interp_3px(uint32_t c1, int w1, uint32_t c2, int w2, uint32_t c3, int w3, int s) in interp_3px() argument
85 return (((((c1 & 0xff00ff00) >> 8) * w1 + ((c2 & 0xff00ff00) >> 8) * w2 + ((c3 & 0xff00ff00) >> 8) * w3) << (8 - s)) & 0xff00ff00) | in interp_3px()
86 (((((c1 & 0x00ff00ff) ) * w1 + ((c2 & 0x00ff00ff) ) * w2 + ((c3 & 0x00ff00ff) ) * w3) >> s ) & 0x00ff00ff); in interp_3px()
113 w3 = w[p3], w4 = w[p4], w5 = w[p5], \
128 return interp_2px(w4, 3, w3, 1, 2); in hq2x_interp_1x1()
129 if ((P(0xdb,0x49) || P(0xef,0x6d)) && WDIFF(w7, w3)) in hq2x_interp_1x1()
131 if ((P(0x0b,0x0b) || P(0xfe,0x4a) || P(0xfe,0x1a)) && WDIFF(w3, w1)) in hq2x_interp_1x1()
136 P(0xeb,0x8a)) && WDIFF(w3, w1)) in hq2x_interp_1x1()
141 return interp_3px(w4, 2, w0, 1, w3, in hq2x_interp_1x1()
[all...]
/third_party/ffmpeg/libswscale/aarch64/
H A Drgb2rgb_neon.S27 sub w5, w5, w3
28 sub w6, w6, w3
29 sub w7, w7, w3, lsl #1
31 ands w8, w3, #0xfffffff0 // & ~15
40 tst w3, #15
44 tst w3, #8
50 tst w3, #4
59 ands w8, w3, #3
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/crypto/sha/
H A Dsha256-armv8.S98 ldp w3,w4,[x1],#2*4
103 rev w3,w3 // 0
110 add w27,w27,w3 // h+=X[i]
501 add w3,w3,w12
505 add w3,w3,w9
507 add w3,w3,w
[all...]
H A Dsha1-armv8.S41 add w24,w24,w3
218 eor w3,w3,w5
222 eor w3,w3,w11
226 eor w3,w3,w16
230 ror w3,w3,#31
241 add w23,w23,w3 // futur
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/crypto/sha/
H A Dsha256-armv8.S98 ldp w3,w4,[x1],#2*4
103 rev w3,w3 // 0
110 add w27,w27,w3 // h+=X[i]
501 add w3,w3,w12
505 add w3,w3,w9
507 add w3,w3,w
[all...]
H A Dsha1-armv8.S41 add w24,w24,w3
218 eor w3,w3,w5
222 eor w3,w3,w11
226 eor w3,w3,w16
230 ror w3,w3,#31
241 add w23,w23,w3 // futur
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/crypto/sha/
H A Dsha256-armv8.S98 ldp w3,w4,[x1],#2*4
103 rev w3,w3 // 0
110 add w27,w27,w3 // h+=X[i]
501 add w3,w3,w12
505 add w3,w3,w9
507 add w3,w3,w
[all...]
H A Dsha1-armv8.S41 add w24,w24,w3
218 eor w3,w3,w5
222 eor w3,w3,w11
226 eor w3,w3,w16
230 ror w3,w3,#31
241 add w23,w23,w3 // futur
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/crypto/sha/
H A Dsha256-armv8.S98 ldp w3,w4,[x1],#2*4
103 rev w3,w3 // 0
110 add w27,w27,w3 // h+=X[i]
501 add w3,w3,w12
505 add w3,w3,w9
507 add w3,w3,w
[all...]
H A Dsha1-armv8.S41 add w24,w24,w3
218 eor w3,w3,w5
222 eor w3,w3,w11
226 eor w3,w3,w16
230 ror w3,w3,#31
241 add w23,w23,w3 // futur
[all...]
/third_party/ffmpeg/libswresample/aarch64/
H A Dresample.S28 subs w3, w3, #4 // filter_length -= 4
44 subs w3, w3, #8 // filter_length -= 8
57 subs w3, w3, #4 // filter_length -= 4
71 subs w3, w3, #8 // filter_length -= 8
/third_party/ffmpeg/libavcodec/aarch64/
H A Dhpeldsp_neon.S43 subs w3, w3, #4
55 subs w3, w3, #2
74 sub w3, w3, #2
77 1: subs w3, w3, #2
110 sub w3, w3, #
[all...]
H A Dh264idct_neon.S85 mov w3, #0
87 strh w3, [x1]
110 mov w9, w3 // stride
116 ldrb w3, [x7], #1
118 ldrb w3, [x4, w3, uxtw]
119 subs w3, w3, #1
121 ldrsh w3, [x1]
123 ccmp w3, #
[all...]
H A Dh264pred_neon.S82 mov w3, #8
84 subs w3, w3, #1
92 mov w3, #16
94 subs w3, w3, #1
104 mov w3, #8
105 1: subs w3, w3, #1
155 mov w3, #1
[all...]
H A Dh264cmc_neon.S74 subs w3, w3, #2
130 subs w3, w3, #2
141 subs w3, w3, #2
170 subs w3, w3, #2
257 subs w3, w3, #
[all...]
H A Dpixblockdsp_neon.S24 mov w3, #8
27 subs w3, w3, #2
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/crypto/
H A Darm64cpuid.S102 eor w3,w3,w3
121 orr w3,w3,w4
126 neg w0,w3
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/crypto/
H A Darm64cpuid.S102 eor w3,w3,w3
121 orr w3,w3,w4
126 neg w0,w3
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/crypto/
H A Darm64cpuid.S102 eor w3,w3,w3
121 orr w3,w3,w4
126 neg w0,w3
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/crypto/
H A Darm64cpuid.S102 eor w3,w3,w3
121 orr w3,w3,w4
126 neg w0,w3
/third_party/node/deps/openssl/openssl/crypto/
H A Darm64cpuid.pl126 eor w3,w3,w3
145 orr w3,w3,w4
150 neg w0,w3
/third_party/openssl/crypto/
H A Darm64cpuid.pl126 eor w3,w3,w3
145 orr w3,w3,w4
150 neg w0,w3
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djchuff-sse2.asm274 movups xmm3, XMMWORD [block + 0 * SIZEOF_WORD] ;D: w3 = xx 01 02 03 04 05 06 07
303 movups xmm3, XMMWORD [block + 0 * SIZEOF_WORD] ;D: w3 = xx 01 02 03 04 05 06 07
322 punpckhdq xmm3, xmm1 ;D: w3 = 04 05 12 13 06 07 14 15
338 psrldq xmm3, 2 * SIZEOF_WORD ;D: w3 = 12 13 06 07 14 15 -- --
351 pinsrw xmm3, word [block + 20 * SIZEOF_WORD], 0 ;D: w3 = 20 13 06 07 14 15 -- --
352 pinsrw xmm3, word [block + 21 * SIZEOF_WORD], 5 ;D: w3 = 20 13 06 07 14 21 -- --
353 pinsrw xmm3, word [block + 28 * SIZEOF_WORD], 6 ;D: w3 = 20 13 06 07 14 21 28 --
354 pinsrw xmm3, word [block + 35 * SIZEOF_WORD], 7 ;D: w3 = 20 13 06 07 14 21 28 35
356 pcmpgtw xmm4, xmm3 ;D: w4[i] = (w3[i] < 0 ? -1 : 0);
357 paddw xmm3, xmm4 ;D: w3[
[all...]
/third_party/ffmpeg/libavcodec/loongarch/
H A Dsimple_idct_lasx.c64 w2, w3, w4, w5); \
76 DUP2_ARG2(__lasx_xvilvh_h, in1, in0, w3, w1, temp0, temp1); \
79 temp2 = __lasx_xvilvl_h(temp1, w3); \
102 DUP2_ARG2(__lasx_xvilvl_h, w5, w1, w3, w7, temp1, temp2); \
106 temp2 = __lasx_xvilvl_h(temp1, w3); \
137 DUP2_ARG2(__lasx_xvilvh_h, in1, in0, w3, w1, temp0, temp1); \
140 temp2 = __lasx_xvilvl_h(temp1, w3); \
163 DUP2_ARG2(__lasx_xvilvl_h, w5, w1, w3, w7, temp1, temp2); \
167 temp2 = __lasx_xvilvl_h(temp1, w3); \
183 __m256i w2, w3, w in ff_simple_idct_lasx() local
210 __m256i w2, w3, w4, w5, w6, w7; ff_simple_idct_put_lasx() local
248 __m256i w2, w3, w4, w5, w6, w7; ff_simple_idct_add_lasx() local
[all...]
/third_party/libunwind/libunwind/src/hppa/
H A DGis_signal_frame.c33 unw_word_t w0, w1, w2, w3, ip; in unw_is_signal_frame() local
61 || (ret = (*a->access_mem) (as, ip + 12, &w3, 0, arg)) < 0) in unw_is_signal_frame()
67 && w1 == 0x3414015a && w2 == 0xe4008200 && w3 == 0x08000240); in unw_is_signal_frame()

Completed in 10 milliseconds

123456