Home
last modified time | relevance | path

Searched refs:copy_block (Results 1 – 2 of 2) 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/u-boot/lib/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