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

  /external/libvpx/libvpx/vp8/common/ppc/
systemdependent.c 81 extern copy_mem_block_function vp8_copy_mem16x16_c;
  /external/libvpx/generic/
vpx_rtcd.h 71 void vp8_copy_mem16x16_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
72 #define vp8_copy_mem16x16 vp8_copy_mem16x16_c
  /external/libvpx/mips/
vpx_rtcd.h 71 void vp8_copy_mem16x16_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
72 #define vp8_copy_mem16x16 vp8_copy_mem16x16_c
  /external/libvpx/armv7a/
vpx_rtcd.h 86 void vp8_copy_mem16x16_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
  /external/libvpx/mips-dspr2/
vpx_rtcd.h 82 void vp8_copy_mem16x16_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
  /external/libvpx/armv7a-neon/
vpx_rtcd.h 101 void vp8_copy_mem16x16_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
    [all...]
  /external/libvpx/libvpx/vp8/common/
reconinter.c 22 void vp8_copy_mem16x16_c( function

Completed in 22 milliseconds