/third_party/pixman/pixman/ |
D | pixman-vmx.c | 264 vector unsigned int vsrc; in load_128_unaligned() local 284 vector unsigned int vsrc; in create_mask_1x32_128() local 494 vector unsigned int vdest, vsrc; in vmx_combine_over_u_no_mask() local 544 vector unsigned int vdest, vsrc, vmask; in vmx_combine_over_u_mask() local 616 vector unsigned int vdest, vsrc; in vmx_combine_over_reverse_u_no_mask() local 664 vector unsigned int vdest, vsrc, vmask; in vmx_combine_over_reverse_u_mask() local 733 vector unsigned int vdest, vsrc; in vmx_combine_in_u_no_mask() local 778 vector unsigned int vdest, vsrc, vmask; in vmx_combine_in_u_mask() local 844 vector unsigned int vdest, vsrc; in vmx_combine_in_reverse_u_no_mask() local 891 vector unsigned int vdest, vsrc, vmask; in vmx_combine_in_reverse_u_mask() local [all …]
|
D | pixman-mmx.c | 704 __m64 vsrc = load8888 (src); in combine() local 718 core_combine_over_u_pixel_mmx (__m64 vsrc, __m64 vdst) in core_combine_over_u_pixel_mmx() 747 __m64 vsrc = combine (src, mask); in mmx_combine_over_u() local 1393 __m64 vsrc, vsrca; in mmx_composite_over_n_8888() local 1459 __m64 vsrc, vsrca; in mmx_composite_over_n_0565() local 1538 __m64 vsrc, vsrca; in mmx_composite_over_n_8888_8888_ca() local 1896 __m64 vsrc = load8888 (src); in mmx_composite_over_8888_0565() local 1941 __m64 vsrc = load8888 (src); in mmx_composite_over_8888_0565() local 1968 __m64 vsrc, vsrca; in mmx_composite_over_n_8_8888() local 2285 __m64 vsrc; in mmx_composite_src_n_8_8888() local [all …]
|
/third_party/skia/src/core/ |
D | SkBlitRow_D32.cpp | 158 uint8x8_t vsrc, vdst, vres; in blit_row_s32_blend() local 180 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; in blit_row_s32_blend() local 202 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; in blit_row_s32a_blend() local 233 uint8x8_t vsrc, vdst, vres, vsrc_alphas; in blit_row_s32a_blend() local
|
/third_party/flutter/skia/src/core/ |
D | SkBlitRow_D32.cpp | 159 uint8x8_t vsrc, vdst, vres; in blit_row_s32_blend() local 181 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; in blit_row_s32_blend() local 203 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; in blit_row_s32a_blend() local 234 uint8x8_t vsrc, vdst, vres, vsrc_alphas; in blit_row_s32a_blend() local
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | lossless_videodsp_altivec.c | 36 register vector unsigned char vdst, vsrc; in add_bytes_altivec() local
|
D | h264dsp.c | 710 vec_u8 vsrc, vdst; in biweight_h264_W_altivec() local
|
/third_party/ffmpeg/libswscale/ppc/ |
D | yuv2yuv_altivec.c | 44 const uint8_t *vsrc = src[2]; in yv12toyuy2_unscaled_altivec() local 120 const uint8_t *vsrc = src[2]; in yv12touyvy_unscaled_altivec() local
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | v3d.h | 74 #define TRANSLATE_V3D(vsrc,vdest)\ argument
|
/third_party/libnl/lib/route/link/ |
D | ppp.c | 95 struct ppp_info *vdst, *vsrc = src->l_info; in ppp_clone() local
|
D | vrf.c | 106 struct vrf_info *vdst, *vsrc = src->l_info; in vrf_clone() local
|
D | ipvlan.c | 113 struct ipvlan_info *vdst, *vsrc = src->l_info; in ipvlan_clone() local
|
D | vlan.c | 265 struct vlan_info *vdst, *vsrc = src->l_info; in vlan_clone() local
|
D | macvlan.c | 193 struct macvlan_info *vdst, *vsrc = src->l_info; in macvlan_clone() local
|
D | vxlan.c | 513 struct vxlan_info *vdst, *vsrc = src->l_info; in vxlan_clone() local
|
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | iterator_enc.c | 137 const uint8_t* const vsrc = pic->v + (y * pic->uv_stride + x) * 8; in VP8IteratorImport() local 194 const uint8_t* const vsrc = it->yuv_out_ + V_OFF_ENC; in VP8IteratorExport() local
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | iterator_enc.c | 137 const uint8_t* const vsrc = pic->v + (y * pic->uv_stride + x) * 8; in VP8IteratorImport() local 194 const uint8_t* const vsrc = it->yuv_out_ + V_OFF_ENC; in VP8IteratorExport() local
|
/third_party/ffmpeg/libswscale/ |
D | rgb2rgb_template.c | 378 const uint8_t *vsrc, uint8_t *dst, in yuvPlanartoyuy2_c() 432 const uint8_t *vsrc, uint8_t *dst, in yv12toyuy2_c() 442 const uint8_t *vsrc, uint8_t *dst, in yuvPlanartouyvy_c() 496 const uint8_t *vsrc, uint8_t *dst, in yv12touyvy_c() 509 const uint8_t *vsrc, uint8_t *dst, in yuv422ptouyvy_c() 521 const uint8_t *vsrc, uint8_t *dst, in yuv422ptoyuy2_c()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_hue.c | 322 uint8_t *usrc, uint8_t *vsrc, const int src_linesize, in apply_lut() 345 uint16_t *usrc, uint16_t *vsrc, const int src_linesize, in apply_lut10()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | avwait.c | 210 GstPad *asink, *vsink, *asrc, *vsrc, *aoutput_sink, *voutput_sink; in test_avwait_generic() local
|
D | videoframe-audiolevel.c | 343 GstPad *asink, *vsink, *asrc, *vsrc, *aoutput_sink, *voutput_sink; in test_videoframe_audiolevel_generic() local
|
/third_party/weston/libweston/ |
D | screenshooter.c | 75 copy_row_swap_RB(void *vdst, void *vsrc, int bytes) in copy_row_swap_RB()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_blit_N.c | 185 vector unsigned char vsrc; in Blit_RGB888_RGB565Altivec() local 334 vector unsigned char vsrc; in Blit_RGB565_32Altivec() local 481 vector unsigned char vsrc; in Blit_RGB555_32Altivec() local
|
/third_party/weston/tests/ |
D | weston-test.c | 388 copy_row_swap_RB(void *vdst, void *vsrc, int bytes) in copy_row_swap_RB()
|