Home
last modified time | relevance | path

Searched refs:vpx_sad4x (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
Dsad_mmi.c720 static inline unsigned int vpx_sad4x(const uint8_t *src, int src_stride, in vpx_sad4x() function
751 unsigned int vpx_sad4x##H##_mmi(const uint8_t *src, int src_stride, \
753 return vpx_sad4x(src, src_stride, ref, ref_stride, H); \
798 unsigned int vpx_sad4x##H##_avg_mmi(const uint8_t *src, int src_stride, \
Dsad_msa.c1011 uint32_t vpx_sad4x##height##_msa(const uint8_t *src, int32_t src_stride, \
1041 void vpx_sad4x##height##x3_msa(const uint8_t *src, int32_t src_stride, \
1062 void vpx_sad4x##height##x8_msa(const uint8_t *src, int32_t src_stride, \
1083 void vpx_sad4x##height##x4d_msa(const uint8_t *src, int32_t src_stride, \
1118 uint32_t vpx_sad4x##height##_avg_msa(const uint8_t *src, int32_t src_stride, \
/external/libvpx/libvpx/vpx_dsp/x86/
Dsad_sse2.asm225 ; unsigned int vpx_sad4x{4, 8}_sse2(uint8_t *src, int src_stride,