Searched refs:copy_block (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_denoiser.c193 static void copy_block(uint8_t *dest, int dest_stride, function
346 copy_block(src.buf, src.stride, avg_start, avg.y_stride, bs);
348 copy_block(avg_start, avg.y_stride, src.buf, src.stride, bs);
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_trees.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( function
/external/qemu/distrib/zlib-1.2.8/
H A 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) function
/external/zlib/src/
H A 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) function
/external/chromium_org/third_party/zlib/
H A 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) function
/external/bluetooth/bluedroid/stack/smp/
H A Daes.c304 # define block_copy(d, s) copy_block(d, s)
308 static void copy_block( void *d, const void *s ) function

Completed in 821 milliseconds