Home
last modified time | relevance | path

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

/external/webp/src/enc/
Diterator.c193 uint8_t* const udst = pic->u + (y * pic->uv_stride + x) * 8; in VP8IteratorExport() local
207 ExportBlock(usrc, udst, pic->uv_stride, uv_w, uv_h); in VP8IteratorExport()
/external/webp/src/dec/
Dframe.c256 uint8_t* const udst = dec->cache_u_ - uvsize + uv_offset; in FinishRow() local
280 io->u = udst; in FinishRow()
332 memcpy(dec->cache_u_ - uvsize, udst + 8 * dec->cache_uv_stride_, uvsize); in FinishRow()
/external/valgrind/VEX/priv/
Dir_opt.c4744 IRExpr* udst; in maybe_loop_unroll_BB() local
4765 udst = bb0->next; in maybe_loop_unroll_BB()
4766 if (udst->tag == Iex_Const in maybe_loop_unroll_BB()
4767 && (udst->Iex.Const.con->tag == Ico_U32 in maybe_loop_unroll_BB()
4768 || udst->Iex.Const.con->tag == Ico_U64)) { in maybe_loop_unroll_BB()
4771 xxx_value = udst->Iex.Const.con->tag == Ico_U64 in maybe_loop_unroll_BB()
4772 ? udst->Iex.Const.con->Ico.U64 in maybe_loop_unroll_BB()
4773 : (Addr64)(udst->Iex.Const.con->Ico.U32); in maybe_loop_unroll_BB()
4789 udst = NULL; /* is now invalid */ in maybe_loop_unroll_BB()
4820 vassert(con->tag == udst->Iex.Const.con->tag); in maybe_loop_unroll_BB()
[all …]