Lines Matching defs:dsty
1760 int plane, int dstx, int dsty)
1772 idx = mc_subpel(s, block, src, dstx, dsty, (block->ref&3)-1, plane);
1779 idx = mc_subpel(s, block, src, dstx, dsty, 0, plane);
1781 idx = mc_subpel(s, block, src, dstx, dsty, 1, plane);
1794 static void mc_row(DiracContext *s, DiracBlock *block, uint16_t *mctmp, int plane, int dsty)
1799 block_mc(s, block, mctmp, s->obmc_weight[0], plane, -p->xoffset, dsty);
1803 block_mc(s, block+x, mctmp, s->obmc_weight[1], plane, dstx, dsty);
1807 block_mc(s, block+x, mctmp, s->obmc_weight[2], plane, dstx, dsty);
1874 int y, i, comp, dsty;
1933 dsty = -p->yoffset;
1936 start = FFMAX(dsty, 0);
1945 h = p->ybsep - (start - dsty);
1950 mc_row(s, blocks, mctmp, comp, dsty);
1952 mctmp += (start - dsty)*p->stride + p->xoffset;
1959 dsty += p->ybsep;