Searched defs:udst (Results 1 - 3 of 3) sorted by relevance

/external/webp/src/enc/
H A Diterator.c112 uint8_t* const udst = it->yuv_in_ + U_OFF; local
126 ImportBlock(usrc, pic->uv_stride, udst, uv_w, uv_h, 8);
152 uint8_t* const udst = pic->u + (y * pic->uv_stride + x) * 8; local
166 ExportBlock(usrc, udst, pic->uv_stride, uv_w, uv_h);
/external/webp/src/dec/
H A Dframe.c136 uint8_t* const udst = dec->cache_u_ + dec->mb_x_ * 8 + uv_offset; local
143 memcpy(udst + y * dec->cache_uv_stride_,
174 uint8_t* const udst = dec->cache_u_ - uvsize + uv_offset; local
189 io->u = udst;
244 memcpy(dec->cache_u_ - uvsize, udst + 8 * dec->cache_uv_stride_, uvsize);
/external/valgrind/main/VEX/priv/
H A Dir_opt.c3612 IRExpr* udst; local
3633 udst = bb0->next;
3634 if (udst->tag == Iex_Const
3635 && (udst->Iex.Const.con->tag == Ico_U32
3636 || udst->Iex.Const.con->tag == Ico_U64)) {
3639 xxx_value = udst->Iex.Const.con->tag == Ico_U64
3640 ? udst->Iex.Const.con->Ico.U64
3641 : (Addr64)(udst->Iex.Const.con->Ico.U32);
3657 udst = NULL; /* is now invalid */
3688 vassert(con->tag == udst
[all...]

Completed in 272 milliseconds