Home
last modified time | relevance | path

Searched refs:vpx_sad32x (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/ppc/
Dsad_vsx.c55 unsigned int vpx_sad32x##height##_vsx(const uint8_t *a, int a_stride, \
119 unsigned int vpx_sad32x##height##_avg_vsx( \
126 return vpx_sad32x##height##_vsx(src, src_stride, comp_pred, 32); \
189 void vpx_sad32x##height##x4d_vsx(const uint8_t *src, int src_stride, \
/external/libvpx/libvpx/vpx_dsp/mips/
Dsad_mmi.c446 static inline unsigned int vpx_sad32x(const uint8_t *src, int src_stride, in vpx_sad32x() 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, \
Dsad_msa.c1029 uint32_t vpx_sad32x##height##_msa(const uint8_t *src, int32_t src_stride, \
1104 void vpx_sad32x##height##x4d_msa(const uint8_t *src, int32_t src_stride, \
1142 uint32_t vpx_sad32x##height##_avg_msa( \
/external/libvpx/libvpx/vpx_dsp/x86/
Dsad_avx2.c43 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/arm/
Dsad_neon.c233 uint32_t vpx_sad32x##n##_neon(const uint8_t *src, int src_stride, \
239 uint32_t vpx_sad32x##n##_avg_neon(const uint8_t *src, int src_stride, \