Searched refs:udst (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Diterator.c193 uint8_t* const udst = pic->u + (y * pic->uv_stride + x) * 8; local
207 ExportBlock(usrc, udst, pic->uv_stride, uv_w, uv_h);
/external/webp/src/enc/
H A Diterator.c193 uint8_t* const udst = pic->u + (y * pic->uv_stride + x) * 8; local
207 ExportBlock(usrc, udst, pic->uv_stride, uv_w, uv_h);
/external/chromium_org/third_party/libwebp/dec/
H A Dframe.c256 uint8_t* const udst = dec->cache_u_ - uvsize + uv_offset; local
280 io->u = udst;
332 memcpy(dec->cache_u_ - uvsize, udst + 8 * dec->cache_uv_stride_, uvsize);
/external/webp/src/dec/
H A Dframe.c256 uint8_t* const udst = dec->cache_u_ - uvsize + uv_offset; local
280 io->u = udst;
332 memcpy(dec->cache_u_ - uvsize, udst + 8 * dec->cache_uv_stride_, uvsize);
/external/valgrind/main/VEX/priv/
H A Dir_opt.c4618 IRExpr* udst; local
4639 udst = bb0->next;
4640 if (udst->tag == Iex_Const
4641 && (udst->Iex.Const.con->tag == Ico_U32
4642 || udst->Iex.Const.con->tag == Ico_U64)) {
4645 xxx_value = udst->Iex.Const.con->tag == Ico_U64
4646 ? udst->Iex.Const.con->Ico.U64
4647 : (Addr64)(udst->Iex.Const.con->Ico.U32);
4663 udst = NULL; /* is now invalid */
4694 vassert(con->tag == udst
[all...]

Completed in 1739 milliseconds