Home
last modified time | relevance | path

Searched refs:xored (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dzmbvenc.c89 int *xored) in block_cmp()
106 /* If not all the xored values were 0, then the blocks are different */ in block_cmp()
107 *xored = (histogram[0] < bw_bytes * bh); in block_cmp()
110 if (!*xored) return 0; in block_cmp()
123 int pstride, int x, int y, int *mx, int *my, int *xored) in zmbv_me()
134 bv = block_cmp(c, src, sstride, prev, pstride, bw, bh, xored); in zmbv_me()
145 *xored = txored; in zmbv_me()
160 *xored = txored; in zmbv_me()
220 int x, y, bh2, bw2, xored; in encode_frame() local
239 zmbv_me(c, tsrc, p->linesize[0], tprev, c->pstride, x, y, &mx, &my, &xored); in encode_frame()
87 block_cmp(ZmbvEncContext *c, uint8_t *src, int stride, uint8_t *src2, int stride2, int bw, int bh, int *xored) block_cmp() argument
122 zmbv_me(ZmbvEncContext *c, uint8_t *src, int sstride, uint8_t *prev, int pstride, int x, int y, int *mx, int *my, int *xored) zmbv_me() argument
[all...]
/third_party/python/Lib/turtledemo/
H A Dnim.py34 xored = state[0] ^ state[1] ^ state[2]
35 if xored == 0:
38 s = state[z] ^ xored
/third_party/skia/third_party/externals/angle2/src/common/
H A Dbitset_utils_unittest.cpp131 typename TestFixture::BitSet xored(kSelfMaskedValue ^ kOtherMaskedValue); in TYPED_TEST()
138 EXPECT_EQ(mBits ^ other, xored); in TYPED_TEST()
142 EXPECT_NE(anded, xored); in TYPED_TEST()
143 EXPECT_NE(ored, xored); in TYPED_TEST()
/third_party/python/Python/
H A Dhamt.c429 int32_t xored = (int32_t)(hash & 0xffffffffl) ^ (int32_t)(hash >> 32); in hamt_hash()
430 return xored == -1 ? -2 : xored; in hamt_hash()

Completed in 6 milliseconds