HomeSort by relevance Sort by last modified time
    Searched refs:vpx_sad64x (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/vpx_dsp/ppc/
sad_vsx.c 76 unsigned int vpx_sad64x##height##_vsx(const uint8_t *a, int a_stride, \
130 unsigned int vpx_sad64x##height##_avg_vsx( \
136 return vpx_sad64x##height##_vsx(src, src_stride, comp_pred, 64); \
216 void vpx_sad64x##height##x4d_vsx(const uint8_t *src, int src_stride, \
  /external/libvpx/libvpx/vpx_dsp/x86/
sad_avx2.c 15 unsigned int vpx_sad64x##h##_avx2(const uint8_t *src_ptr, int src_stride, \
92 unsigned int vpx_sad64x##h##_avg_avx2( \
  /external/libvpx/libvpx/vpx_dsp/mips/
sad_mmi.c 360 static inline unsigned int vpx_sad64x(const uint8_t *src, int src_stride, function
391 unsigned int vpx_sad64x##H##_mmi(const uint8_t *src, int src_stride, \
393 return vpx_sad64x(src, src_stride, ref, ref_stride, H); \
437 unsigned int vpx_sad64x##H##_avg_mmi(const uint8_t *src, int src_stride, \
    [all...]
sad_msa.c     [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
sad_neon.c 329 uint32_t vpx_sad64x##n##_neon(const uint8_t *src, int src_stride, \
335 uint32_t vpx_sad64x##n##_avg_neon(const uint8_t *src, int src_stride, \

Completed in 77 milliseconds