Home
last modified time | relevance | path

Searched refs:dstv (Results 1 – 25 of 551) sorted by relevance

12345678910>>...23

/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/contrib/ipp/src/
H A Dpccyuvmsw7.c67 Ipp8u* dstv; in mfxownYCbCr422ToYCbCr420_8u_P3R() local
124 Ipp8u* dstv; in mfxownYCbCr420ToYCbCr422_8u_P3R() local
236 Ipp8u* dsty,*dstu,*dstv; in mfxalYCbCr422ToYCbCr422_8u_C2P3R() local
343 Ipp8u* dsty,*dstu,*dstv; in mfxownYCbCr422ToYCbCr422_8u_C2P3R() local
429 *dstv++ = *src++; in mfxownYCbCr422ToYCbCr422_8u_C2P3R()
459 Ipp8u* dsty,*dstu,*dstv; in mfxownYCbCr422ToYCbCr420_8u_C2P3R() local
575 *dstv++ = src[3]; in mfxownYCbCr422ToYCbCr420_8u_C2P3R()
615 Ipp8u* dstv; in mfxownYCbCr420ToYCbCr420_8u_P2P3R() local
679 *dstv++ = srcuv[1]; in mfxownYCbCr420ToYCbCr420_8u_P2P3R()
706 Ipp8u* dsty,*dstu,*dstv; in mfxownCbYCr422ToYCbCr422_8u_C2P3R() local
[all …]
H A Dpccyuvms.c84 Ipp8u* dstv; in mfxownYCbCr420ToYCbCr422_8u_P3R() local
144 Ipp8u* dstv; in mfxownYCrCb420ToYCbCr422_8u_P3R() local
205 Ipp8u* dstv; in mfxownYCbCr422ToYCbCr420_8u_P3R() local
262 Ipp8u* dstv; in mfxownYCbCr422ToYCbCr422_8u_C2P3R() local
275 *dstv++ = *src++; in mfxownYCbCr422ToYCbCr422_8u_C2P3R()
318 Ipp8u* dstv; in mfxownYCbCr422ToYCbCr420_8u_C2P3R() local
380 Ipp8u* dstv; in mfxownYCbCr422ToYCbCr411_8u_C2P3R() local
395 *dstv++ = src[3]; in mfxownYCbCr422ToYCbCr411_8u_C2P3R()
443 Ipp8u* dstv; in mfxownYCbCr420ToYCbCr420_8u_P2P3R() local
488 Ipp8u* dstv; in mfxownCbYCr422ToYCbCr422_8u_C2P3R() local
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/upper.io/db.v3/lib/sqlbuilder/
H A Dfetch.go45 dstv := reflect.ValueOf(dst)
47 if dstv.IsNil() || dstv.Kind() != reflect.Ptr {
51 itemV := dstv.Elem()
92 dstv := reflect.ValueOf(dst)
94 if dstv.IsNil() || dstv.Kind() != reflect.Ptr {
98 if dstv.Elem().Kind() != reflect.Slice {
102 if dstv.Kind() != reflect.Ptr || dstv.Elem().Kind() != reflect.Slice || dstv.IsNil() {
111 slicev := dstv.Elem()
128 dstv.Elem().Set(slicev)
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpcodecs/
H A Dvd_hmblck.c50 static void de_macro_uv(unsigned char* dstu,unsigned char* dstv,unsigned char* src,int dstride,int … in de_macro_uv() argument
57 dstu[idx+0]=src[0]; dstv[idx+0]=src[1]; in de_macro_uv()
58 dstu[idx+1]=src[2]; dstv[idx+1]=src[3]; in de_macro_uv()
59 dstu[idx+2]=src[4]; dstv[idx+2]=src[5]; in de_macro_uv()
60 dstu[idx+3]=src[6]; dstv[idx+3]=src[7]; in de_macro_uv()
61 dstu[idx+4]=src[8]; dstv[idx+4]=src[9]; in de_macro_uv()
62 dstu[idx+5]=src[10]; dstv[idx+5]=src[11]; in de_macro_uv()
63 dstu[idx+6]=src[12]; dstv[idx+6]=src[13]; in de_macro_uv()
64 dstu[idx+7]=src[14]; dstv[idx+7]=src[15]; in de_macro_uv()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpcodecs/
H A Dvd_hmblck.c50 static void de_macro_uv(unsigned char* dstu,unsigned char* dstv,unsigned char* src,int dstride,int … in de_macro_uv() argument
57 dstu[idx+0]=src[0]; dstv[idx+0]=src[1]; in de_macro_uv()
58 dstu[idx+1]=src[2]; dstv[idx+1]=src[3]; in de_macro_uv()
59 dstu[idx+2]=src[4]; dstv[idx+2]=src[5]; in de_macro_uv()
60 dstu[idx+3]=src[6]; dstv[idx+3]=src[7]; in de_macro_uv()
61 dstu[idx+4]=src[8]; dstv[idx+4]=src[9]; in de_macro_uv()
62 dstu[idx+5]=src[10]; dstv[idx+5]=src[11]; in de_macro_uv()
63 dstu[idx+6]=src[12]; dstv[idx+6]=src[13]; in de_macro_uv()
64 dstu[idx+7]=src[14]; dstv[idx+7]=src[15]; in de_macro_uv()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vp8/common/arm/armv6/
H A Didct_blk_v6.c63 unsigned char *dstv, in vp8_dequant_idct_add_uv_block_v6() argument
95 vp8_dequant_idct_add_v6 (q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_v6()
98 vp8_dc_only_idct_add_v6 (q[0]*dq[0], dstv, stride, dstv, stride); in vp8_dequant_idct_add_uv_block_v6()
103 vp8_dequant_idct_add_v6 (q+16, dq, dstv+4, stride); in vp8_dequant_idct_add_uv_block_v6()
106 vp8_dc_only_idct_add_v6 (q[16]*dq[0], dstv+4, stride, in vp8_dequant_idct_add_uv_block_v6()
107 dstv+4, stride); in vp8_dequant_idct_add_uv_block_v6()
112 dstv += 4*stride; in vp8_dequant_idct_add_uv_block_v6()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libvpx/vp8/common/x86/
H A Didct_blk_mmx.c77 unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) in vp8_dequant_idct_add_uv_block_mmx() argument
108 vp8_dequant_idct_add_mmx (q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_mmx()
111 vp8_dc_only_idct_add_mmx (q[0]*dq[0], dstv, stride, dstv, stride); in vp8_dequant_idct_add_uv_block_mmx()
116 vp8_dequant_idct_add_mmx (q+16, dq, dstv+4, stride); in vp8_dequant_idct_add_uv_block_mmx()
119 vp8_dc_only_idct_add_mmx (q[16]*dq[0], dstv+4, stride, in vp8_dequant_idct_add_uv_block_mmx()
120 dstv+4, stride); in vp8_dequant_idct_add_uv_block_mmx()
125 dstv += 4*stride; in vp8_dequant_idct_add_uv_block_mmx()
H A Didct_blk_sse2.c51 unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) in vp8_dequant_idct_add_uv_block_sse2() argument
75 vp8_idct_dequant_full_2x_sse2 (q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_sse2()
77 vp8_idct_dequant_0_2x_sse2 (q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_sse2()
80 dstv += stride*4; in vp8_dequant_idct_add_uv_block_sse2()
85 vp8_idct_dequant_full_2x_sse2 (q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_sse2()
87 vp8_idct_dequant_0_2x_sse2 (q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_sse2()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libvpx/vp8/common/x86/
H A Didct_blk_mmx.c77 unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) in vp8_dequant_idct_add_uv_block_mmx() argument
108 vp8_dequant_idct_add_mmx (q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_mmx()
111 vp8_dc_only_idct_add_mmx (q[0]*dq[0], dstv, stride, dstv, stride); in vp8_dequant_idct_add_uv_block_mmx()
116 vp8_dequant_idct_add_mmx (q+16, dq, dstv+4, stride); in vp8_dequant_idct_add_uv_block_mmx()
119 vp8_dc_only_idct_add_mmx (q[16]*dq[0], dstv+4, stride, in vp8_dequant_idct_add_uv_block_mmx()
120 dstv+4, stride); in vp8_dequant_idct_add_uv_block_mmx()
125 dstv += 4*stride; in vp8_dequant_idct_add_uv_block_mmx()
H A Didct_blk_sse2.c51 unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) in vp8_dequant_idct_add_uv_block_sse2() argument
75 vp8_idct_dequant_full_2x_sse2 (q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_sse2()
77 vp8_idct_dequant_0_2x_sse2 (q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_sse2()
80 dstv += stride*4; in vp8_dequant_idct_add_uv_block_sse2()
85 vp8_idct_dequant_full_2x_sse2 (q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_sse2()
87 vp8_idct_dequant_0_2x_sse2 (q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_sse2()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vp8/common/x86/
H A Didct_blk_mmx.c77 unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) in vp8_dequant_idct_add_uv_block_mmx() argument
108 vp8_dequant_idct_add_mmx (q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_mmx()
111 vp8_dc_only_idct_add_mmx (q[0]*dq[0], dstv, stride, dstv, stride); in vp8_dequant_idct_add_uv_block_mmx()
116 vp8_dequant_idct_add_mmx (q+16, dq, dstv+4, stride); in vp8_dequant_idct_add_uv_block_mmx()
119 vp8_dc_only_idct_add_mmx (q[16]*dq[0], dstv+4, stride, in vp8_dequant_idct_add_uv_block_mmx()
120 dstv+4, stride); in vp8_dequant_idct_add_uv_block_mmx()
125 dstv += 4*stride; in vp8_dequant_idct_add_uv_block_mmx()
H A Didct_blk_sse2.c51 unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) in vp8_dequant_idct_add_uv_block_sse2() argument
75 vp8_idct_dequant_full_2x_sse2 (q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_sse2()
77 vp8_idct_dequant_0_2x_sse2 (q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_sse2()
80 dstv += stride*4; in vp8_dequant_idct_add_uv_block_sse2()
85 vp8_idct_dequant_full_2x_sse2 (q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_sse2()
87 vp8_idct_dequant_0_2x_sse2 (q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_sse2()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp8/common/mips/dspr2/
H A Didct_blk_dspr2.c39 unsigned char *dstv, int stride, in vp8_dequant_idct_add_uv_block_dspr2() argument
62 vp8_dequant_idct_add_dspr2(q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_dspr2()
64 vp8_dc_only_idct_add_dspr2(q[0] * dq[0], dstv, stride, dstv, stride); in vp8_dequant_idct_add_uv_block_dspr2()
69 dstv += 4; in vp8_dequant_idct_add_uv_block_dspr2()
72 dstv += 4 * stride - 8; in vp8_dequant_idct_add_uv_block_dspr2()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp8/common/
H A Didct_blk.c43 unsigned char *dstv, int stride, in vp8_dequant_idct_add_uv_block_c() argument
66 vp8_dequant_idct_add_c(q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_c()
68 vp8_dc_only_idct_add_c(q[0] * dq[0], dstv, stride, dstv, stride); in vp8_dequant_idct_add_uv_block_c()
73 dstv += 4; in vp8_dequant_idct_add_uv_block_c()
76 dstv += 4 * stride - 8; in vp8_dequant_idct_add_uv_block_c()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp8/common/x86/
H A Didct_blk_sse2.c46 unsigned char *dstv, int stride, in vp8_dequant_idct_add_uv_block_sse2() argument
69 vp8_idct_dequant_full_2x_sse2(q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_sse2()
71 vp8_idct_dequant_0_2x_sse2(q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_sse2()
75 dstv += stride * 4; in vp8_dequant_idct_add_uv_block_sse2()
79 vp8_idct_dequant_full_2x_sse2(q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_sse2()
81 vp8_idct_dequant_0_2x_sse2(q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_sse2()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libvpx/vp8/common/arm/neon/
H A Didct_blk_neon.c54 unsigned char *dstv, in vp8_dequant_idct_add_uv_block_neon() argument
81 idct_dequant_full_2x_neon (q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_neon()
83 idct_dequant_0_2x_neon (q, dq[0], dstv, stride); in vp8_dequant_idct_add_uv_block_neon()
87 dstv += 4*stride; in vp8_dequant_idct_add_uv_block_neon()
92 idct_dequant_full_2x_neon (q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_neon()
94 idct_dequant_0_2x_neon (q, dq[0], dstv, stride); in vp8_dequant_idct_add_uv_block_neon()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libvpx/vp8/common/arm/neon/
H A Didct_blk_neon.c54 unsigned char *dstv, in vp8_dequant_idct_add_uv_block_neon() argument
81 idct_dequant_full_2x_neon (q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_neon()
83 idct_dequant_0_2x_neon (q, dq[0], dstv, stride); in vp8_dequant_idct_add_uv_block_neon()
87 dstv += 4*stride; in vp8_dequant_idct_add_uv_block_neon()
92 idct_dequant_full_2x_neon (q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_neon()
94 idct_dequant_0_2x_neon (q, dq[0], dstv, stride); in vp8_dequant_idct_add_uv_block_neon()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libvpx/vp8/common/
H A Didct_blk.c49 unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) in vp8_dequant_idct_add_uv_block_c() argument
77 vp8_dequant_idct_add_c (q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_c()
80 vp8_dc_only_idct_add_c (q[0]*dq[0], dstv, stride, dstv, stride); in vp8_dequant_idct_add_uv_block_c()
85 dstv += 4; in vp8_dequant_idct_add_uv_block_c()
88 dstv += 4*stride - 8; in vp8_dequant_idct_add_uv_block_c()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libvpx/vp8/common/
H A Didct_blk.c49 unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) in vp8_dequant_idct_add_uv_block_c() argument
77 vp8_dequant_idct_add_c (q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_c()
80 vp8_dc_only_idct_add_c (q[0]*dq[0], dstv, stride, dstv, stride); in vp8_dequant_idct_add_uv_block_c()
85 dstv += 4; in vp8_dequant_idct_add_uv_block_c()
88 dstv += 4*stride - 8; in vp8_dequant_idct_add_uv_block_c()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp8/common/arm/neon/
H A Didct_blk_neon.c47 unsigned char *dstv, int stride, in vp8_dequant_idct_add_uv_block_neon() argument
70 idct_dequant_full_2x_neon(q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_neon()
72 idct_dequant_0_2x_neon(q, dq[0], dstv, stride); in vp8_dequant_idct_add_uv_block_neon()
76 dstv += 4 * stride; in vp8_dequant_idct_add_uv_block_neon()
80 idct_dequant_full_2x_neon(q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_neon()
82 idct_dequant_0_2x_neon(q, dq[0], dstv, stride); in vp8_dequant_idct_add_uv_block_neon()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vp8/common/
H A Didct_blk.c49 unsigned char *dstu, unsigned char *dstv, int stride, char *eobs)
77 vp8_dequant_idct_add_c (q, dq, dstv, stride);
80 vp8_dc_only_idct_add_c (q[0]*dq[0], dstv, stride, dstv, stride);
85 dstv += 4;
88 dstv += 4*stride - 8;
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vp8/common/arm/neon/
H A Didct_blk_neon.c54 unsigned char *dstv, in vp8_dequant_idct_add_uv_block_neon() argument
81 idct_dequant_full_2x_neon (q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_neon()
83 idct_dequant_0_2x_neon (q, dq[0], dstv, stride); in vp8_dequant_idct_add_uv_block_neon()
87 dstv += 4*stride; in vp8_dequant_idct_add_uv_block_neon()
92 idct_dequant_full_2x_neon (q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_neon()
94 idct_dequant_0_2x_neon (q, dq[0], dstv, stride); in vp8_dequant_idct_add_uv_block_neon()
/dports/emulators/qemu5/qemu-5.2.0/tools/virtiofsd/
H A Dbuffer.c270 if (dstv == srcv) { in fuse_buf_copy()
271 return fuse_buf_size(dstv); in fuse_buf_copy()
284 if ((i == srcv->count) && (dstv->count == 1) && in fuse_buf_copy()
285 (dstv->idx == 0) && in fuse_buf_copy()
286 (dstv->buf[0].flags & FUSE_BUF_IS_FD)) { in fuse_buf_copy()
287 dstv->buf[0].pos += dstv->off; in fuse_buf_copy()
288 return fuse_buf_writev(&dstv->buf[0], srcv); in fuse_buf_copy()
293 const struct fuse_buf *dst = fuse_bufvec_current(dstv); in fuse_buf_copy()
304 dst_len = dst->size - dstv->off; in fuse_buf_copy()
307 res = fuse_buf_copy_one(dst, dstv->off, src, srcv->off, len); in fuse_buf_copy()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tools/virtiofsd/
H A Dbuffer.c266 if (dstv == srcv) { in fuse_buf_copy()
267 return fuse_buf_size(dstv); in fuse_buf_copy()
280 if ((i == srcv->count) && (dstv->count == 1) && in fuse_buf_copy()
281 (dstv->idx == 0) && in fuse_buf_copy()
282 (dstv->buf[0].flags & FUSE_BUF_IS_FD)) { in fuse_buf_copy()
283 dstv->buf[0].pos += dstv->off; in fuse_buf_copy()
284 return fuse_buf_writev(&dstv->buf[0], srcv); in fuse_buf_copy()
289 const struct fuse_buf *dst = fuse_bufvec_current(dstv); in fuse_buf_copy()
300 dst_len = dst->size - dstv->off; in fuse_buf_copy()
303 res = fuse_buf_copy_one(dst, dstv->off, src, srcv->off, len); in fuse_buf_copy()
[all …]
/dports/emulators/qemu/qemu-6.2.0/tools/virtiofsd/
H A Dbuffer.c265 if (dstv == srcv) { in fuse_buf_copy()
266 return fuse_buf_size(dstv); in fuse_buf_copy()
279 if ((i == srcv->count) && (dstv->count == 1) && in fuse_buf_copy()
280 (dstv->idx == 0) && in fuse_buf_copy()
281 (dstv->buf[0].flags & FUSE_BUF_IS_FD)) { in fuse_buf_copy()
282 dstv->buf[0].pos += dstv->off; in fuse_buf_copy()
283 return fuse_buf_writev(&dstv->buf[0], srcv); in fuse_buf_copy()
288 const struct fuse_buf *dst = fuse_bufvec_current(dstv); in fuse_buf_copy()
299 dst_len = dst->size - dstv->off; in fuse_buf_copy()
302 res = fuse_buf_copy_one(dst, dstv->off, src, srcv->off, len); in fuse_buf_copy()
[all …]

12345678910>>...23