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

  /dalvik/vm/mterp/portable/
entry.cpp 21 u2 vsrc1, vsrc2, vdst; // usually used for register indexes local
  /external/webp/src/enc/
iterator.c 84 uint8_t* vdst = it->yuv_in_ + V_OFF; local
107 memcpy(vdst, vsrc, w);
110 memset(vdst + w, vdst[w - 1], 8 - w);
113 vdst += BPS;
119 memcpy(vdst, vdst - BPS, 8);
121 vdst += BPS;
138 uint8_t* vdst = pic->v + (y * pic->uv_stride + x) * 8; local
156 memcpy(vdst + i * pic->uv_stride, vsrc + i * BPS, uv_w)
    [all...]
  /external/webp/src/dec/
frame.c 225 uint8_t* const vdst = dec->cache_v_ + dec->mb_x_ * 8; local
233 memcpy(vdst + y * dec->cache_uv_stride_,
258 uint8_t* const vdst = dec->cache_v_ - uvsize; local
268 io->v = vdst;
321 memcpy(vdst, vdst + 8 * dec->cache_uv_stride_, uvsize);
  /dalvik/vm/mterp/out/
InterpC-portable.cpp 487 vdst = INST_A(inst); \
489 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
490 SET_REGISTER##_totype(vdst, \
501 vdst = INST_A(inst); \
503 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
516 SET_REGISTER##_tortype(vdst, result); \
522 vdst = INST_A(inst); \
524 ILOGV("|int-to-%s v%d,v%d", (_opname), vdst, vsrc1); \
525 SET_REGISTER(vdst, (_type) GET_REGISTER(vsrc1)); \
535 vdst = INST_AA(inst);
1228 u2 vsrc1, vsrc2, vdst; \/\/ usually used for register indexes local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/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 102 milliseconds