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

  /dalvik/vm/mterp/portable/
entry.cpp 21 u2 vsrc1, vsrc2, vdst; // usually used for register indexes local
  /external/chromium_org/third_party/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 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/chromium_org/third_party/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 777 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
815 uint8x8_t vsrc, vdst, vres, vsrc_alphas; local
    [all...]
  /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/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 777 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
815 uint8x8_t vsrc, vdst, vres, vsrc_alphas; local
    [all...]
  /external/webp/src/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);
  /dalvik/vm/mterp/out/
InterpC-portable.cpp 491 vdst = INST_A(inst); \
493 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
494 SET_REGISTER##_totype(vdst, \
505 vdst = INST_A(inst); \
507 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
520 SET_REGISTER##_tortype(vdst, result); \
526 vdst = INST_A(inst); \
528 ILOGV("|int-to-%s v%d,v%d", (_opname), vdst, vsrc1); \
529 SET_REGISTER(vdst, (_type) GET_REGISTER(vsrc1)); \
539 vdst = INST_AA(inst);
1132 u2 vsrc1, vsrc2, vdst; \/\/ usually used for register indexes local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_N.c 209 vector unsigned char vdst; local
227 vdst = vec_or((vector unsigned char)vrpixel, (vector unsigned char)vgpixel);
229 vdst = vec_or(vdst, (vector unsigned char)vbpixel);
230 vec_st(vdst, 0, dst);
    [all...]

Completed in 532 milliseconds