Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_mfqe.c133 static void copy_block(const uint8_t *y, const uint8_t *u, const uint8_t *v, in copy_block() function
198 copy_block(y, u, v, y_stride, uv_stride, yd, ud, vd, in mfqe_block()
321 copy_block(y, u, v, y_stride, uv_stride, yd, ud, vd, in mfqe_partition()
/external/opencv3/3rdparty/zlib/
Dtrees.c155 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
876 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
1205 local void copy_block(s, buf, len, header) in copy_block() function
/external/zlib/src/
Dtrees.c155 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
876 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
1205 local void copy_block(s, buf, len, header) in copy_block() function
/external/pdfium/third_party/zlib_v128/
Dtrees.c155 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
876 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */ in _tr_stored_block()
1205 local void copy_block( function