Searched refs:tprev (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | zmbv.c | 109 uint8_t *out, *tprev; in zmbv_decode_xor_8() local 120 tprev = prev + x + dx + dy * c->width; in zmbv_decode_xor_8() 127 memcpy(out, tprev, sizeof(*out) * bw2); in zmbv_decode_xor_8() 133 out[i] = tprev[i]; in zmbv_decode_xor_8() 137 tprev += c->width; in zmbv_decode_xor_8() 183 uint16_t *out, *tprev; in zmbv_decode_xor_16() local 194 tprev = prev + x + dx + dy * c->width; in zmbv_decode_xor_16() 201 memcpy(out, tprev, sizeof(*out) * bw2); in zmbv_decode_xor_16() 207 out[i] = tprev[i]; in zmbv_decode_xor_16() 211 tprev in zmbv_decode_xor_16() 262 uint8_t *out, *tprev; zmbv_decode_xor_24() local 345 uint32_t *out, *tprev; zmbv_decode_xor_32() local [all...] |
H A D | zmbvenc.c | 221 uint8_t *tsrc, *tprev; in encode_frame() local 237 tprev = prev + x * c->bypp; in encode_frame() 239 zmbv_me(c, tsrc, p->linesize[0], tprev, c->pstride, x, y, &mx, &my, &xored); in encode_frame() 242 tprev += mx * c->bypp + my * c->pstride; in encode_frame() 246 c->work_buf[work_size++] = tsrc[i] ^ tprev[i]; in encode_frame() 248 tprev += c->pstride; in encode_frame()
|
/third_party/mesa3d/src/util/tests/ |
H A D | rb_tree_test.cpp | 200 struct rb_test_node *tprev = in validate_search() local 202 assert(missing_key > tprev->key); in validate_search()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | time_zone_lookup_test.cc | 1061 const auto tprev = trans - absl::time_internal::cctz::seconds(1); in TEST() local 1062 const auto pal = zi.lookup(tprev); in TEST()
|
Completed in 6 milliseconds