Searched refs:tprev (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | zmbv.c | 107 uint8_t *out, *tprev; in zmbv_decode_xor_8() local 118 tprev = prev + x + dx + dy * c->width; in zmbv_decode_xor_8() 125 memcpy(out, tprev, sizeof(*out) * bw2); in zmbv_decode_xor_8() 131 out[i] = tprev[i]; in zmbv_decode_xor_8() 135 tprev += c->width; in zmbv_decode_xor_8() 181 uint16_t *out, *tprev; in zmbv_decode_xor_16() local 192 tprev = prev + x + dx + dy * c->width; in zmbv_decode_xor_16() 199 memcpy(out, tprev, sizeof(*out) * bw2); in zmbv_decode_xor_16() 205 out[i] = tprev[i]; in zmbv_decode_xor_16() 209 tprev += c->width; in zmbv_decode_xor_16() [all …]
|
D | zmbvenc.c | 224 uint8_t *tsrc, *tprev; in encode_frame() local 240 tprev = prev + x * c->bypp; in encode_frame() 242 zmbv_me(c, tsrc, p->linesize[0], tprev, c->pstride, x, y, &mx, &my, &xored); in encode_frame() 245 tprev += mx * c->bypp + my * c->pstride; in encode_frame() 249 c->work_buf[work_size++] = tsrc[i] ^ tprev[i]; in encode_frame() 251 tprev += c->pstride; in encode_frame()
|
/third_party/mesa3d/src/util/tests/ |
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/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_mbuf.c | 1188 struct m_tag *p, *t, *tprev = NULL; in m_tag_copy_chain() local 1198 if (tprev == NULL) in m_tag_copy_chain() 1201 SLIST_INSERT_AFTER(tprev, t, m_tag_link); in m_tag_copy_chain() 1202 tprev = t; in m_tag_copy_chain()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
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()
|