Searched defs:vpx_sad4x (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
H A Dsad_mmi.c720 static inline unsigned int vpx_sad4x(const uint8_t *src, int src_stride, 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, \

Completed in 97 milliseconds