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

  /external/libvpx/libvpx/vpx_dsp/ppc/
sad_vsx.c 63 unsigned int vpx_sad32x##height##_vsx(const uint8_t *a, int a_stride, \
126 unsigned int vpx_sad32x##height##_avg_vsx( \
133 return vpx_sad32x##height##_vsx(src, src_stride, comp_pred, 32); \
196 void vpx_sad32x##height##x4d_vsx(const uint8_t *src, int src_stride, \
  /external/libvpx/libvpx/vpx_dsp/x86/
sad_avx2.c 43 unsigned int vpx_sad32x##h##_avx2(const uint8_t *src_ptr, int src_stride, \
126 unsigned int vpx_sad32x##h##_avg_avx2( \
  /external/libvpx/libvpx/vpx_dsp/mips/
sad_mmi.c 446 static inline unsigned int vpx_sad32x(const uint8_t *src, int src_stride, function
477 unsigned int vpx_sad32x##H##_mmi(const uint8_t *src, int src_stride, \
479 return vpx_sad32x(src, src_stride, ref, ref_stride, H); \
525 unsigned int vpx_sad32x##H##_avg_mmi(const uint8_t *src, int src_stride, \
    [all...]
sad_msa.c     [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
sad_neon.c 239 uint32_t vpx_sad32x##n##_neon(const uint8_t *src_ptr, int src_stride, \
246 uint32_t vpx_sad32x##n##_avg_neon(const uint8_t *src_ptr, int src_stride, \

Completed in 4904 milliseconds