Searched refs:udst (Results 1 – 3 of 3) sorted by relevance
190 uint8_t* const udst = pic->u + (y * pic->uv_stride + x) * 8; in VP8IteratorExport() local204 ExportBlock(usrc, udst, pic->uv_stride, uv_w, uv_h); in VP8IteratorExport()
413 uint8_t* const udst = dec->cache_u_ - uvsize + uv_offset; in FinishRow() local437 io->u = udst; in FinishRow()489 memcpy(dec->cache_u_ - uvsize, udst + 8 * dec->cache_uv_stride_, uvsize); in FinishRow()
4748 IRExpr* udst; in maybe_loop_unroll_BB() local4769 udst = bb0->next; in maybe_loop_unroll_BB()4770 if (udst->tag == Iex_Const in maybe_loop_unroll_BB()4771 && (udst->Iex.Const.con->tag == Ico_U32 in maybe_loop_unroll_BB()4772 || udst->Iex.Const.con->tag == Ico_U64)) { in maybe_loop_unroll_BB()4775 xxx_value = udst->Iex.Const.con->tag == Ico_U64 in maybe_loop_unroll_BB()4776 ? udst->Iex.Const.con->Ico.U64 in maybe_loop_unroll_BB()4777 : (Addr64)(udst->Iex.Const.con->Ico.U32); in maybe_loop_unroll_BB()4793 udst = NULL; /* is now invalid */ in maybe_loop_unroll_BB()4824 vassert(con->tag == udst->Iex.Const.con->tag); in maybe_loop_unroll_BB()[all …]