Home
last modified time | relevance | path

Searched refs:udst (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/enc/
Diterator.c83 uint8_t* udst = it->yuv_in_ + U_OFF; in VP8IteratorImport() local
106 memcpy(udst, usrc, w); in VP8IteratorImport()
109 memset(udst + w, udst[w - 1], 8 - w); in VP8IteratorImport()
112 udst += BPS; in VP8IteratorImport()
118 memcpy(udst, udst - BPS, 8); in VP8IteratorImport()
120 udst += BPS; in VP8IteratorImport()
137 uint8_t* udst = pic->u + (y * pic->uv_stride + x) * 8; in VP8IteratorExport() local
155 memcpy(udst + i * pic->uv_stride, usrc + i * BPS, uv_w); in VP8IteratorExport()
/external/webp/src/dec/
Dframe.c224 uint8_t* const udst = dec->cache_u_ + dec->mb_x_ * 8; in VP8StoreBlock() local
231 memcpy(udst + y * dec->cache_uv_stride_, in VP8StoreBlock()
257 uint8_t* const udst = dec->cache_u_ - uvsize; in VP8FinishRow() local
267 io->u = udst; in VP8FinishRow()
320 memcpy(udst, udst + 8 * dec->cache_uv_stride_, uvsize); in VP8FinishRow()
/external/valgrind/main/VEX/priv/
Dir_opt.c3612 IRExpr* udst; in maybe_loop_unroll_BB() local
3633 udst = bb0->next; in maybe_loop_unroll_BB()
3634 if (udst->tag == Iex_Const in maybe_loop_unroll_BB()
3635 && (udst->Iex.Const.con->tag == Ico_U32 in maybe_loop_unroll_BB()
3636 || udst->Iex.Const.con->tag == Ico_U64)) { in maybe_loop_unroll_BB()
3639 xxx_value = udst->Iex.Const.con->tag == Ico_U64 in maybe_loop_unroll_BB()
3640 ? udst->Iex.Const.con->Ico.U64 in maybe_loop_unroll_BB()
3641 : (Addr64)(udst->Iex.Const.con->Ico.U32); in maybe_loop_unroll_BB()
3657 udst = NULL; /* is now invalid */ in maybe_loop_unroll_BB()
3688 vassert(con->tag == udst->Iex.Const.con->tag); in maybe_loop_unroll_BB()
[all …]