Searched refs:vsrc (Results 1 - 25 of 49) sorted by relevance

12

/external/chromium_org/third_party/skia/src/opts/
H A DSkBlitRow_opts_arm_neon.cpp22 uint8x8x4_t vsrc; local
35 vsrc.val[0] = vsrc_0;
36 vsrc.val[1] = vsrc_1;
37 vsrc.val[2] = vsrc_2;
39 return vsrc;
43 uint8x8x4_t vsrc; local
58 vsrc.val[0] = vsrc_0;
59 vsrc.val[1] = vsrc_1;
60 vsrc.val[2] = vsrc_2;
61 vsrc
73 uint8x8x4_t vsrc; local
117 uint8x8x4_t vsrc; local
496 uint8x8x4_t vsrc; local
626 uint8x8x4_t vsrc; local
1032 uint8x8_t vsrc, vdst, vres; local
1065 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
1098 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
1136 uint8x8_t vsrc, vdst, vres, vsrc_alphas; local
1236 uint8x8x4_t vsrc; local
1453 uint8x8x4_t vsrc; local
1579 uint32x2x4_t vsrc; local
[all...]
H A DSkColor_opts_neon.h37 static inline uint8x8x4_t SkPixel16ToPixel32_neon8(uint16x8_t vsrc) { argument
42 vr = vmovn_u16(vshrq_n_u16(vsrc, SK_R16_SHIFT));
43 vg = vmovn_u16(vshrq_n_u16(vshlq_n_u16(vsrc, SK_R16_BITS), SK_R16_BITS + SK_B16_BITS));
44 vb = vmovn_u16(vsrc & vdupq_n_u16(SK_B16_MASK));
58 static inline uint16x8_t SkPixel32ToPixel16_neon8(uint8x8x4_t vsrc) { argument
62 ret = vshll_n_u8(vsrc.val[NEON_R], 8);
63 ret = vsriq_n_u16(ret, vshll_n_u8(vsrc.val[NEON_G], 8), SK_R16_BITS);
64 ret = vsriq_n_u16(ret, vshll_n_u8(vsrc.val[NEON_B], 8), SK_R16_BITS + SK_G16_BITS);
H A DSkXfermode_opts_arm_neon.cpp118 uint8x8_t vda, visa, vsrc, vdst; local
133 vsrc = vshrn_n_u16(vsrc_wide, 8);
136 vsrc += vdst;
137 vsrc = vset_lane_u8(da, vsrc, 3);
139 return vget_lane_u32(vreinterpret_u32_u8(vsrc), 0);
148 uint8x8_t vsa, vida, vsrc, vdst; local
163 vsrc = vshrn_n_u16(vsrc_wide, 8);
166 vsrc += vdst;
167 vsrc
180 uint8x8_t vsrc, vdst, visa, vida; local
209 uint8x8_t vsrc, vdst; local
219 uint8x8_t vsrc, vdst, vres; local
772 uint8x8x4_t vsrc, vdst, vres; local
868 uint8x8x4_t vdst32, vsrc, vres; local
[all...]
/external/skia/src/opts/
H A DSkBlitRow_opts_arm_neon.cpp22 uint8x8x4_t vsrc; local
35 vsrc.val[0] = vsrc_0;
36 vsrc.val[1] = vsrc_1;
37 vsrc.val[2] = vsrc_2;
39 return vsrc;
43 uint8x8x4_t vsrc; local
58 vsrc.val[0] = vsrc_0;
59 vsrc.val[1] = vsrc_1;
60 vsrc.val[2] = vsrc_2;
61 vsrc
73 uint8x8x4_t vsrc; local
117 uint8x8x4_t vsrc; local
398 uint8x8x4_t vsrc; local
528 uint8x8x4_t vsrc; local
934 uint8x8_t vsrc, vdst, vres; local
967 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
1000 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
1038 uint8x8_t vsrc, vdst, vres, vsrc_alphas; local
1138 uint8x8x4_t vsrc; local
1355 uint8x8x4_t vsrc; local
1481 uint32x2x4_t vsrc; local
[all...]
H A DSkColor_opts_neon.h37 static inline uint8x8x4_t SkPixel16ToPixel32_neon8(uint16x8_t vsrc) { argument
42 vr = vmovn_u16(vshrq_n_u16(vsrc, SK_R16_SHIFT));
43 vg = vmovn_u16(vshrq_n_u16(vshlq_n_u16(vsrc, SK_R16_BITS), SK_R16_BITS + SK_B16_BITS));
44 vb = vmovn_u16(vsrc & vdupq_n_u16(SK_B16_MASK));
58 static inline uint16x8_t SkPixel32ToPixel16_neon8(uint8x8x4_t vsrc) { argument
62 ret = vshll_n_u8(vsrc.val[NEON_R], 8);
63 ret = vsriq_n_u16(ret, vshll_n_u8(vsrc.val[NEON_G], 8), SK_R16_BITS);
64 ret = vsriq_n_u16(ret, vshll_n_u8(vsrc.val[NEON_B], 8), SK_R16_BITS + SK_G16_BITS);
H A DSkXfermode_opts_arm_neon.cpp118 uint8x8_t vda, visa, vsrc, vdst; local
133 vsrc = vshrn_n_u16(vsrc_wide, 8);
136 vsrc += vdst;
137 vsrc = vset_lane_u8(da, vsrc, 3);
139 return vget_lane_u32(vreinterpret_u32_u8(vsrc), 0);
148 uint8x8_t vsa, vida, vsrc, vdst; local
163 vsrc = vshrn_n_u16(vsrc_wide, 8);
166 vsrc += vdst;
167 vsrc
180 uint8x8_t vsrc, vdst, visa, vida; local
209 uint8x8_t vsrc, vdst; local
219 uint8x8_t vsrc, vdst, vres; local
762 uint8x8x4_t vsrc, vdst, vres; local
843 uint8x8x4_t vdst32, vsrc, vres; local
[all...]
/external/pixman/pixman/
H A Dpixman-vmx.c191 vector unsigned int vdest, vsrc; local
203 vdest = over (vsrc, splat_alpha (vsrc), vdest);
230 vector unsigned int vdest, vsrc, vmask; local
241 vdest = over (vsrc, splat_alpha (vsrc), vdest);
286 vector unsigned int vdest, vsrc; local
298 vdest = over (vdest, splat_alpha (vdest), vsrc);
324 vector unsigned int vdest, vsrc, vmask; local
336 vdest = over (vdest, splat_alpha (vdest), vsrc);
379 vector unsigned int vdest, vsrc; local
415 vector unsigned int vdest, vsrc, vmask; local
468 vector unsigned int vdest, vsrc; local
505 vector unsigned int vdest, vsrc, vmask; local
559 vector unsigned int vdest, vsrc; local
596 vector unsigned int vdest, vsrc, vmask; local
649 vector unsigned int vdest, vsrc; local
687 vector unsigned int vdest, vsrc, vmask; local
741 vector unsigned int vdest, vsrc; local
781 vector unsigned int vdest, vsrc, vmask; local
840 vector unsigned int vdest, vsrc; local
880 vector unsigned int vdest, vsrc, vmask; local
939 vector unsigned int vdest, vsrc; local
979 vector unsigned int vdest, vsrc, vmask; local
1038 vector unsigned int vdest, vsrc; local
1074 vector unsigned int vdest, vsrc, vmask; local
1130 vector unsigned int vdest, vsrc, vmask; local
1170 vector unsigned int vdest, vsrc, vmask; local
1214 vector unsigned int vdest, vsrc, vmask; local
1257 vector unsigned int vdest, vsrc, vmask; local
1299 vector unsigned int vdest, vsrc, vmask; local
1342 vector unsigned int vdest, vsrc, vmask; local
1386 vector unsigned int vdest, vsrc, vmask; local
1430 vector unsigned int vdest, vsrc, vmask, vsrca; local
1481 vector unsigned int vdest, vsrc, vmask; local
1529 vector unsigned int vdest, vsrc, vmask; local
1577 vector unsigned int vdest, vsrc, vmask; local
[all...]
H A Dpixman-mmx.c692 __m64 vsrc = load8888 (src); local
699 vsrc = pix_multiply (vsrc, m);
702 return vsrc;
706 core_combine_over_u_pixel_mmx (__m64 vsrc, __m64 vdst) argument
708 vsrc = _mm_unpacklo_pi8 (vsrc, _mm_setzero_si64 ());
710 if (is_opaque (vsrc))
712 return vsrc;
714 else if (!is_zero (vsrc))
735 __m64 vsrc = combine (src, mask); local
1381 __m64 vsrc, vsrca; local
1447 __m64 vsrc, vsrca; local
1526 __m64 vsrc, vsrca; local
1884 __m64 vsrc = load8888 (src); local
1929 __m64 vsrc = load8888 (src); local
1956 __m64 vsrc, vsrca; local
2273 __m64 vsrc; local
2390 __m64 vsrc, vsrca, tmp; local
2539 __m64 vsrc = load8888 (src); local
2607 __m64 vsrc = load8888 (src); local
2719 __m64 vsrc, vsrca; local
2821 __m64 vsrc, vsrca; local
2968 __m64 vsrc, vsrca; local
3152 __m64 vsrc = ldq_u ((__m64 *)src); local
3475 __m64 vsrc; local
3831 __m64 vsrc = ldq_u ((__m64 *)src); local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ppc/
H A Dcsystemdependent.c48 void (*vp8_subtract_mbuv)(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
65 extern void subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
97 extern void vp8_subtract_mbuv_ppc(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
/external/libvpx/libvpx/vp8/encoder/ppc/
H A Dcsystemdependent.c48 void (*vp8_subtract_mbuv)(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
65 extern void subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
97 extern void vp8_subtract_mbuv_ppc(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/
H A Dsubtract_neon.c100 unsigned char *vsrc,
116 src_ptr = vsrc;
97 vp8_subtract_mbuv_neon( int16_t *diff, unsigned char *usrc, unsigned char *vsrc, int src_stride, unsigned char *upred, unsigned char *vpred, int pred_stride) argument
/external/chromium_org/third_party/libwebp/enc/
H A Diterator.c133 const uint8_t* const vsrc = pic->v + (y * pic->uv_stride + x) * 8; local
141 ImportBlock(vsrc, pic->uv_stride, it->yuv_in_ + V_OFF, uv_w, uv_h, 8);
154 it->v_left_[-1] = vsrc[- 1 - pic->uv_stride];
158 ImportLine(vsrc - 1, pic->uv_stride, it->v_left_, uv_h, 8);
168 ImportLine(vsrc - pic->uv_stride, 1, tmp_32 + 16 + 8, uv_w, 8);
190 const uint8_t* const vsrc = it->yuv_out_ + V_OFF; local
208 ExportBlock(vsrc, vdst, pic->uv_stride, uv_w, uv_h);
/external/webp/src/enc/
H A Diterator.c133 const uint8_t* const vsrc = pic->v + (y * pic->uv_stride + x) * 8; local
141 ImportBlock(vsrc, pic->uv_stride, it->yuv_in_ + V_OFF, uv_w, uv_h, 8);
154 it->v_left_[-1] = vsrc[- 1 - pic->uv_stride];
158 ImportLine(vsrc - 1, pic->uv_stride, it->v_left_, uv_h, 8);
168 ImportLine(vsrc - pic->uv_stride, 1, tmp_32 + 16 + 8, uv_w, 8);
190 const uint8_t* const vsrc = it->yuv_out_ + V_OFF; local
208 ExportBlock(vsrc, vdst, pic->uv_stride, uv_w, uv_h);
/external/libnl/lib/route/link/
H A Dvlan.c240 struct vlan_info *vdst, *vsrc = src->l_info; local
248 vdst->vi_egress_qos = calloc(vsrc->vi_egress_size,
253 memcpy(vdst->vi_egress_qos, vsrc->vi_egress_qos,
254 vsrc->vi_egress_size * sizeof(struct vlan_map));
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/
H A Dvp8_subtract_armv6.asm74 ; r2 unsigned char *vsrc
135 ldr r6, [r2] ; vsrc (A)
146 ldr r10, [r2, #4] ; vsrc (B)
163 add r2, r2, r3 ; update vsrc pointer
/external/libvpx/libvpx/vp8/encoder/arm/armv6/
H A Dvp8_subtract_armv6.asm74 ; r2 unsigned char *vsrc
135 ldr r6, [r2] ; vsrc (A)
146 ldr r10, [r2, #4] ; vsrc (B)
163 add r2, r2, r3 ; update vsrc pointer
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
H A Dsubtract_mmx.asm149 ;vp8_subtract_mbuv_mmx(short *diff, unsigned char *usrc, unsigned char *vsrc,
193 mov rsi, arg(2) ;vsrc
H A Dsubtract_sse2.asm146 ;vp8_subtract_mbuv_sse2(short *diff, unsigned char *usrc, unsigned char *vsrc,
199 mov rsi, arg(2) ;vsrc
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dsubtract_mmx.asm149 ;vp8_subtract_mbuv_mmx(short *diff, unsigned char *usrc, unsigned char *vsrc,
193 mov rsi, arg(2) ;vsrc
H A Dsubtract_sse2.asm146 ;vp8_subtract_mbuv_sse2(short *diff, unsigned char *usrc, unsigned char *vsrc,
199 mov rsi, arg(2) ;vsrc
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_blit_N.c178 vector unsigned char vsrc; local
203 vsrc = vec_ld(0, src);
212 vsrc = vec_perm(vsrc, voverflow, valigner);
213 vsrc1 = (vector unsigned int)vec_perm(vsrc, valpha, vpermute);
215 vsrc = voverflow;
217 vsrc = vec_perm(vsrc, voverflow, valigner);
218 vsrc2 = (vector unsigned int)vec_perm(vsrc, valpha, vpermute);
235 vsrc
327 vector unsigned char vsrc; local
472 vector unsigned char vsrc; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dencodemb.c44 void vp8_subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc, argument
69 vdiff[c] = vsrc[c] - vpred[c];
74 vsrc += src_stride;
/external/libvpx/libvpx/vp8/encoder/
H A Dencodemb.c44 void vp8_subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc, argument
69 vdiff[c] = vsrc[c] - vpred[c];
74 vsrc += src_stride;
/external/libvpx/libvpx/vp8/encoder/arm/neon/
H A Dsubtract_neon.asm109 ;void vp8_subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc,
159 vld1.8 {d0}, [r2], r3 ;load vsrc
/external/chromium_org/third_party/libvpx/source/config/linux/arm/
H A Dvp8_rtcd.h332 void vp8_subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc, int src_stride, unsigned char *upred, unsigned char *vpred, int pred_stride);
333 void vp8_subtract_mbuv_armv6(short *diff, unsigned char *usrc, unsigned char *vsrc, int src_stride, unsigned char *upred, unsigned char *vpred, int pred_stride);

Completed in 436 milliseconds

12