Searched refs:udst (Results 1 – 3 of 3) sorted by relevance
193 uint8_t* const udst = pic->u + (y * pic->uv_stride + x) * 8; in VP8IteratorExport() local207 ExportBlock(usrc, udst, pic->uv_stride, uv_w, uv_h); in VP8IteratorExport()
256 uint8_t* const udst = dec->cache_u_ - uvsize + uv_offset; in FinishRow() local280 io->u = udst; in FinishRow()332 memcpy(dec->cache_u_ - uvsize, udst + 8 * dec->cache_uv_stride_, uvsize); in FinishRow()
4744 IRExpr* udst; in maybe_loop_unroll_BB() local4765 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 …]