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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
systemdependent.c 46 extern copy_mem_block_function *vp8_copy_mem8x4;
163 vp8_copy_mem8x4 = vp8_copy_mem8x4_c;
  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 150 add_proto qw/void vp8_copy_mem8x4/, "unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch";
151 specialize qw/vp8_copy_mem8x4 mmx media neon dspr2 msa/;
reconinter.c 134 vp8_copy_mem8x4(ptr, pre_stride, dst, dst_stride);
  /external/libvpx/config/generic/
vp8_rtcd.h 51 #define vp8_copy_mem8x4 vp8_copy_mem8x4_c macro
  /external/libvpx/config/mips32/
vp8_rtcd.h 51 #define vp8_copy_mem8x4 vp8_copy_mem8x4_c macro
  /external/libvpx/config/mips32-dspr2/
vp8_rtcd.h 53 #define vp8_copy_mem8x4 vp8_copy_mem8x4_dspr2 macro
  /external/libvpx/config/mips64/
vp8_rtcd.h 51 #define vp8_copy_mem8x4 vp8_copy_mem8x4_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
rtcd_defs.pl 146 add_proto qw/void vp8_copy_mem8x4/, "unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch";
147 specialize qw/vp8_copy_mem8x4 mmx media neon dspr2/;
reconinter.c 177 vp8_copy_mem8x4(ptr, pre_stride, dst, dst_stride);
  /external/libvpx/config/arm/
vp8_rtcd.h 57 #define vp8_copy_mem8x4 vp8_copy_mem8x4_v6 macro
  /external/libvpx/config/arm64/
vp8_rtcd.h 56 #define vp8_copy_mem8x4 vp8_copy_mem8x4_neon macro
  /external/libvpx/libvpx/vp8/common/x86/
vp8_asm_stubs.c 564 vp8_copy_mem8x4(src_ptr, src_pixels_per_line, dst_ptr, dst_pitch);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
vp8_asm_stubs.c 564 vp8_copy_mem8x4(src_ptr, src_pixels_per_line, dst_ptr, dst_pitch);
  /external/libvpx/config/arm-neon/
vp8_rtcd.h 62 #define vp8_copy_mem8x4 vp8_copy_mem8x4_neon macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vp8_rtcd.h 83 #define vp8_copy_mem8x4 vp8_copy_mem8x4_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vp8_rtcd.h 83 #define vp8_copy_mem8x4 vp8_copy_mem8x4_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vp8_rtcd.h 97 #define vp8_copy_mem8x4 vp8_copy_mem8x4_dspr2 macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vp8_rtcd.h 89 RTCD_EXTERN void (*vp8_copy_mem8x4)(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch); variable
    [all...]
  /external/libvpx/config/x86/
vp8_rtcd.h 79 #define vp8_copy_mem8x4 vp8_copy_mem8x4_mmx macro
  /external/libvpx/config/x86_64/
vp8_rtcd.h 79 #define vp8_copy_mem8x4 vp8_copy_mem8x4_mmx macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vp8_rtcd.h 101 #define vp8_copy_mem8x4 vp8_copy_mem8x4_v6 macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vp8_rtcd.h 119 #define vp8_copy_mem8x4 vp8_copy_mem8x4_neon macro
  /external/libvpx/libvpx/vp8/common/mips/msa/
bilinear_filter_msa.c 842 vp8_copy_mem8x4(src, src_stride, dst, dst_stride);
    [all...]
sixtap_filter_msa.c     [all...]

Completed in 234 milliseconds