Searched refs:copy_block (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_mfqe.c | 128 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/ |
D | trees.c | 160 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/cpython2/Modules/zlib/ |
D | trees.c | 155 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/ |
D | ast-graph-builder.cc | 629 LivenessAnalyzerBlock* copy_block = in CopyForOsrEntry() local 632 return new (zone()) Environment(this, copy_block); in CopyForOsrEntry()
|