Searched refs:vpx_sad8x (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | sad_mmi.c | 628 static inline unsigned int vpx_sad8x(const uint8_t *src, int src_stride, in vpx_sad8x() function 659 unsigned int vpx_sad8x##H##_mmi(const uint8_t *src, int src_stride, \ 661 return vpx_sad8x(src, src_stride, ref, ref_stride, H); \ 710 unsigned int vpx_sad8x##H##_avg_mmi(const uint8_t *src, int src_stride, \
|
D | sad_msa.c | 1017 uint32_t vpx_sad8x##height##_msa(const uint8_t *src, int32_t src_stride, \ 1048 void vpx_sad8x##height##x3_msa(const uint8_t *src, int32_t src_stride, \ 1069 void vpx_sad8x##height##x8_msa(const uint8_t *src, int32_t src_stride, \ 1090 void vpx_sad8x##height##x4d_msa(const uint8_t *src, int32_t src_stride, \ 1126 uint32_t vpx_sad8x##height##_avg_msa(const uint8_t *src, int32_t src_stride, \
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | sad_neon.c | 114 uint32_t vpx_sad8x##n##_neon(const uint8_t *src_ptr, int src_stride, \ 120 uint32_t vpx_sad8x##n##_avg_neon(const uint8_t *src_ptr, int src_stride, \
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | sad_vsx.c | 27 unsigned int vpx_sad8x##height##_vsx(const uint8_t *a, int a_stride, \
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | sad_sse2.asm | 181 ; unsigned int vpx_sad8x{8,16}_sse2(uint8_t *src, int src_stride,
|