Home
last modified time | relevance | path

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

/external/libvpx/vpx_dsp/mips/
Dsad_mmi.c719 static inline unsigned int vpx_sad4x(const uint8_t *src, int src_stride, in vpx_sad4x() function
752 unsigned int vpx_sad4x##H##_mmi(const uint8_t *src, int src_stride, \
754 return vpx_sad4x(src, src_stride, ref, ref_stride, H); \
800 unsigned int vpx_sad4x##H##_avg_mmi(const uint8_t *src, int src_stride, \
Dsad_msa.c637 uint32_t vpx_sad4x##height##_msa(const uint8_t *src, int32_t src_stride, \
667 void vpx_sad4x##height##x4d_msa(const uint8_t *src, int32_t src_stride, \
702 uint32_t vpx_sad4x##height##_avg_msa(const uint8_t *src, int32_t src_stride, \
/external/libvpx/vpx_dsp/x86/
Dsad_sse2.asm225 ; unsigned int vpx_sad4x{4, 8}_sse2(uint8_t *src, int src_stride,