Home
last modified time | relevance | path

Searched refs:vp8_sad8x8x4d_c (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/generic/
Dvp8_rtcd.h209 void vp8_sad8x8x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_…
210 #define vp8_sad8x8x4d vp8_sad8x8x4d_c
/external/libvpx/mips/
Dvp8_rtcd.h209 void vp8_sad8x8x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_…
210 #define vp8_sad8x8x4d vp8_sad8x8x4d_c
/external/libvpx/mips-dspr2/
Dvp8_rtcd.h220 void vp8_sad8x8x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_…
221 #define vp8_sad8x8x4d vp8_sad8x8x4d_c
/external/libvpx/armv7a/
Dvp8_rtcd.h233 void vp8_sad8x8x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_…
234 #define vp8_sad8x8x4d vp8_sad8x8x4d_c
/external/libvpx/armv7a-neon/
Dvp8_rtcd.h266 void vp8_sad8x8x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_…
267 #define vp8_sad8x8x4d vp8_sad8x8x4d_c
/external/libvpx/x86/
Dvp8_rtcd.h312 void vp8_sad8x8x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_…
313 #define vp8_sad8x8x4d vp8_sad8x8x4d_c
/external/libvpx/libvpx/vp8/common/
Dsad_c.c216 void vp8_sad8x8x4d_c(const unsigned char *src_ptr, int src_stride, in vp8_sad8x8x4d_c() function