HomeSort by relevance Sort by last modified time
    Searched refs:copy_block (Results 1 - 6 of 6) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_mfqe.c 133 static void copy_block(const uint8_t *y, const uint8_t *u, const uint8_t *v, function
198 copy_block(y, u, v, y_stride, uv_stride, yd, ud, vd,
321 copy_block(y, u, v, y_stride, uv_stride, yd, ud, vd,
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avclib_common.h 354 void copy_block(uint8 *pred, uint8 *cur, int width, int pred_pitch);
  /external/opencv3/3rdparty/zlib/
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) function
    [all...]
  /external/pdfium/third_party/zlib_v128/
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( function
    [all...]
  /external/zlib/src/
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) function
    [all...]
  /system/bt/stack/smp/
aes.c 307 # define block_copy(d, s) copy_block(d, s)
311 static void copy_block( void *d, const void *s ) function

Completed in 179 milliseconds