HomeSort by relevance Sort by last modified time
    Searched defs:vdst (Results 1 - 8 of 8) sorted by null

  /external/skia/src/opts/
SkBlitMask_opts_arm_neon.cpp 32 uint8x8x4_t vdst; local
37 vdst = vld4_u8((uint8_t*)dst);
55 vdst.val[NEON_A] = vbsl_u8(vsel_trans, vdst.val[NEON_A], vdup_n_u8(0xFF));
56 vdst.val[NEON_A] = vbsl_u8(vsel_opq, vopqDstA, vdst.val[NEON_A]);
58 vdst.val[NEON_R] = SkBlend32_neon8(vcolR, vdst.val[NEON_R], vmaskR);
59 vdst.val[NEON_G] = SkBlend32_neon8(vcolG, vdst.val[NEON_G], vmaskG)
100 uint8x8x4_t vdst; local
174 uint16x8x2_t vdst = vzipq_u16((vdev & vmaskq_ng16), (vdev & vmaskq_g16)); local
    [all...]
SkBlitRow_opts_arm_neon.cpp 74 uint16x8_t vdst; local
85 vdst = SkPixel32ToPixel16_neon8(vsrc);
88 vst1q_u16(dst, vdst);
118 uint16x8_t vdst, vdst_r, vdst_g, vdst_b; local
143 vdst = vld1q_u16(dst);
144 vdst_g = vshlq_n_u16(vdst, 5); // shift green to top of lanes
145 vdst_b = vandq_u16(vdst, vmask_blue); // extract blue
146 vdst_r = vshrq_n_u16(vdst, 6+5); // extract red
630 uint16x8_t vdst, vdst_r, vdst_g, vdst_b; local
635 vdst = vld1q_u16(dst)
765 uint16x8_t vdst; local
1166 uint8x8_t vsrc, vdst, vres; local
1199 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
1232 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
1270 uint8x8_t vsrc, vdst, vres, vsrc_alphas; local
    [all...]
  /external/libnl/lib/route/link/
vlan.c 240 struct vlan_info *vdst, *vsrc = src->l_info; local
246 vdst = dst->l_info;
248 vdst->vi_egress_qos = calloc(vsrc->vi_egress_size,
250 if (!vdst->vi_egress_qos)
253 memcpy(vdst->vi_egress_qos, vsrc->vi_egress_qos,
  /external/opencv3/3rdparty/libwebp/enc/
iterator.c 115 uint8_t* const vdst = it->yuv_in_ + V_OFF; local
129 ImportBlock(vsrc, pic->uv_stride, vdst, uv_w, uv_h, 8);
155 uint8_t* const vdst = pic->v + (y * pic->uv_stride + x) * 8; local
169 ExportBlock(vsrc, vdst, pic->uv_stride, uv_w, uv_h);
  /external/webp/src/enc/
iterator.c 194 uint8_t* const vdst = pic->v + (y * pic->uv_stride + x) * 8; local
208 ExportBlock(vsrc, vdst, pic->uv_stride, uv_w, uv_h);
  /external/mesa3d/src/mesa/tnl/
t_vertex_generic.c 1021 GLubyte *vdst = vtx->vertex_buf + edst * vtx->vertex_size; local
1038 a[0].insert[4-1]( &a[0], vdst, pos );
1042 a[0].insert[4-1]( &a[0], vdst, VB->ClipPtr->data[edst] );
1054 a[j].insert[4-1]( &a[j], vdst + a[j].vertoffset, fdst );
1066 GLubyte *vdst = vtx->vertex_buf + edst * vtx->vertex_size; local
1075 memcpy( vdst + a[j].vertoffset,
  /external/opencv3/3rdparty/libwebp/dec/
frame.c 174 uint8_t* const vdst = dec->cache_v_ - uvsize + uv_offset; local
189 io->v = vdst;
244 memcpy(dec->cache_v_ - uvsize, vdst + 8 * dec->cache_uv_stride_, uvsize);
  /external/webp/src/dec/
frame.c 424 uint8_t* const vdst = dec->cache_v_ - uvsize + uv_offset; local
448 io->v = vdst;
500 memcpy(dec->cache_v_ - uvsize, vdst + 8 * dec->cache_uv_stride_, uvsize);

Completed in 1259 milliseconds