Lines Matching defs:xored
89 int *xored)
106 /* If not all the xored values were 0, then the blocks are different */
107 *xored = (histogram[0] < bw_bytes * bh);
110 if (!*xored) return 0;
123 int pstride, int x, int y, int *mx, int *my, int *xored)
134 bv = block_cmp(c, src, sstride, prev, pstride, bw, bh, xored);
145 *xored = txored;
160 *xored = txored;
220 int x, y, bh2, bw2, xored;
239 zmbv_me(c, tsrc, p->linesize[0], tprev, c->pstride, x, y, &mx, &my, &xored);
240 mv[0] = (mx * 2) | !!xored;
243 if(xored){