Searched refs:vpx_sad16x (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | sad_vsx.c | 35 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/ |
D | sad_mmi.c | 535 static inline unsigned int vpx_sad16x(const uint8_t *src, int src_stride, in vpx_sad16x() 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, \
|
D | sad_msa.c | 1023 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/ |
D | sad_neon.c | 167 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/ |
D | sad_sse2.asm | 135 ; unsigned int vpx_sad16x{8,16}_sse2(uint8_t *src, int src_stride,
|