Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/mips/
Dsad_mmi.c628 static inline unsigned int vpx_sad8x(const uint8_t *src, int src_stride, in vpx_sad8x() function
659 unsigned int vpx_sad8x##H##_mmi(const uint8_t *src, int src_stride, \
661 return vpx_sad8x(src, src_stride, ref, ref_stride, H); \
710 unsigned int vpx_sad8x##H##_avg_mmi(const uint8_t *src, int src_stride, \
Dsad_msa.c1017 uint32_t vpx_sad8x##height##_msa(const uint8_t *src, int32_t src_stride, \
1048 void vpx_sad8x##height##x3_msa(const uint8_t *src, int32_t src_stride, \
1069 void vpx_sad8x##height##x8_msa(const uint8_t *src, int32_t src_stride, \
1090 void vpx_sad8x##height##x4d_msa(const uint8_t *src, int32_t src_stride, \
1126 uint32_t vpx_sad8x##height##_avg_msa(const uint8_t *src, int32_t src_stride, \
/external/libvpx/libvpx/vpx_dsp/arm/
Dsad_neon.c114 uint32_t vpx_sad8x##n##_neon(const uint8_t *src_ptr, int src_stride, \
120 uint32_t vpx_sad8x##n##_avg_neon(const uint8_t *src_ptr, int src_stride, \
/external/libvpx/libvpx/vpx_dsp/ppc/
Dsad_vsx.c27 unsigned int vpx_sad8x##height##_vsx(const uint8_t *a, int a_stride, \
/external/libvpx/libvpx/vpx_dsp/x86/
Dsad_sse2.asm181 ; unsigned int vpx_sad8x{8,16}_sse2(uint8_t *src, int src_stride,