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

/external/chromium_org/third_party/libwebp/enc/
H A Diterator.c114 uint8_t* const udst = it->yuv_in_ + U_OFF; local
128 ImportBlock(usrc, pic->uv_stride, udst, uv_w, uv_h, 8);
154 uint8_t* const udst = pic->u + (y * pic->uv_stride + x) * 8; local
168 ExportBlock(usrc, udst, pic->uv_stride, uv_w, uv_h);
/external/webp/src/enc/
H A Diterator.c114 uint8_t* const udst = it->yuv_in_ + U_OFF; local
128 ImportBlock(usrc, pic->uv_stride, udst, uv_w, uv_h, 8);
154 uint8_t* const udst = pic->u + (y * pic->uv_stride + x) * 8; local
168 ExportBlock(usrc, udst, pic->uv_stride, uv_w, uv_h);
/external/chromium_org/third_party/libwebp/dec/
H A Dframe.c173 uint8_t* const udst = dec->cache_u_ - uvsize + uv_offset; local
188 io->u = udst;
243 memcpy(dec->cache_u_ - uvsize, udst + 8 * dec->cache_uv_stride_, uvsize);
/external/webp/src/dec/
H A Dframe.c173 uint8_t* const udst = dec->cache_u_ - uvsize + uv_offset; local
188 io->u = udst;
243 memcpy(dec->cache_u_ - uvsize, udst + 8 * dec->cache_uv_stride_, uvsize);
/external/valgrind/main/VEX/priv/
H A Dir_opt.c4202 IRExpr* udst; local
4223 udst = bb0->next;
4224 if (udst->tag == Iex_Const
4225 && (udst->Iex.Const.con->tag == Ico_U32
4226 || udst->Iex.Const.con->tag == Ico_U64)) {
4229 xxx_value = udst->Iex.Const.con->tag == Ico_U64
4230 ? udst->Iex.Const.con->Ico.U64
4231 : (Addr64)(udst->Iex.Const.con->Ico.U32);
4247 udst = NULL; /* is now invalid */
4278 vassert(con->tag == udst
[all...]

Completed in 263 milliseconds