Searched refs:vpx_sad16x (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/ppc/
H A Dsad_vsx.c35 unsigned int vpx_sad16x##height##_vsx(const uint8_t *a, int a_stride, \
108 unsigned int vpx_sad16x##height##_avg_vsx( \
115 return vpx_sad16x##height##_vsx(src, src_stride, comp_pred, 16); \
165 void vpx_sad16x##height##x4d_vsx(const uint8_t *src, int src_stride, \
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dsad_mmi.c535 static inline unsigned int vpx_sad16x(const uint8_t *src, int src_stride, function
566 unsigned int vpx_sad16x##H##_mmi(const uint8_t *src, int src_stride, \
568 return vpx_sad16x(src, src_stride, ref, ref_stride, H); \
618 unsigned int vpx_sad16x##H##_avg_mmi(const uint8_t *src, int src_stride, \
H A Dsad_msa.c1023 uint32_t vpx_sad16x##height##_msa(const uint8_t *src, int32_t src_stride, \
1055 void vpx_sad16x##height##x3_msa(const uint8_t *src, int32_t src_stride, \
1076 void vpx_sad16x##height##x8_msa(const uint8_t *src, int32_t src_stride, \
1097 void vpx_sad16x##height##x4d_msa(const uint8_t *src, int32_t src_stride, \
1134 uint32_t vpx_sad16x##height##_avg_msa( \
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dsad_neon.c167 uint32_t vpx_sad16x##n##_neon(const uint8_t *src, int src_stride, \
173 uint32_t vpx_sad16x##n##_avg_neon(const uint8_t *src, int src_stride, \
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dsad_sse2.asm135 ; unsigned int vpx_sad16x{8,16}_sse2(uint8_t *src, int src_stride,

Completed in 135 milliseconds