Searched refs:vpx_sad32x (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | sad_vsx.c | 55 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/ |
D | sad_mmi.c | 446 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, \
|
D | sad_msa.c | 1029 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/ |
D | 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/arm/ |
D | sad_neon.c | 233 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, \
|