Home
last modified time | relevance | path

Searched refs:copy_block (Results 1 – 6 of 6) 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/syslinux/com32/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
/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
/external/python/cpython2/Modules/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/v8/src/compiler/
Dast-graph-builder.cc629 LivenessAnalyzerBlock* copy_block = in CopyForOsrEntry() local
632 return new (zone()) Environment(this, copy_block); in CopyForOsrEntry()