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

  /external/libvpx/libvpx/vp8/common/ppc/
systemdependent.c 83 extern copy_mem_block_function vp8_copy_mem8x4_c;
168 vp8_copy_mem8x4 = vp8_copy_mem8x4_c;
  /external/libvpx/generic/
vpx_rtcd.h 77 void vp8_copy_mem8x4_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
78 #define vp8_copy_mem8x4 vp8_copy_mem8x4_c
  /external/libvpx/mips/
vpx_rtcd.h 77 void vp8_copy_mem8x4_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
78 #define vp8_copy_mem8x4 vp8_copy_mem8x4_c
  /external/libvpx/armv7a/
vpx_rtcd.h 94 void vp8_copy_mem8x4_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
  /external/libvpx/mips-dspr2/
vpx_rtcd.h 90 void vp8_copy_mem8x4_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
  /external/libvpx/armv7a-neon/
vpx_rtcd.h 111 void vp8_copy_mem8x4_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
    [all...]
  /external/libvpx/libvpx/vp8/common/
reconinter.c 95 void vp8_copy_mem8x4_c( function

Completed in 21 milliseconds