Home
last modified time | relevance | path

Searched refs:copy_block (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_mfqe.c128 static void copy_block(const uint8_t *y, const uint8_t *u, const uint8_t *v, in copy_block() function
193 copy_block(y, u, v, y_stride, uv_stride, yd, ud, vd, yd_stride, uvd_stride, in mfqe_block()
313 copy_block(y, u, v, y_stride, uv_stride, yd, ud, vd, yd_stride, in mfqe_partition()
/external/libwebsockets/win32port/zlib/
Dtrees.c160 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
882 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
1222 local void copy_block(s, buf, len, header) in copy_block() function
/external/python/pybind11/tests/
Dtest_eigen.py324 a_copy5 = a.copy_block(2, 2, 2, 3)
395 a.copy_block(4, 3, 2, 1),