Home
last modified time | relevance | path

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

/external/libvpx/generic/
Dvp8_rtcd.h185 void vp8_sad4x4x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_…
186 #define vp8_sad4x4x4d vp8_sad4x4x4d_c
/external/libvpx/mips/
Dvp8_rtcd.h185 void vp8_sad4x4x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_…
186 #define vp8_sad4x4x4d vp8_sad4x4x4d_c
/external/libvpx/mips-dspr2/
Dvp8_rtcd.h196 void vp8_sad4x4x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_…
197 #define vp8_sad4x4x4d vp8_sad4x4x4d_c
/external/libvpx/armv7a/
Dvp8_rtcd.h209 void vp8_sad4x4x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_…
210 #define vp8_sad4x4x4d vp8_sad4x4x4d_c
/external/libvpx/armv7a-neon/
Dvp8_rtcd.h240 void vp8_sad4x4x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_…
241 #define vp8_sad4x4x4d vp8_sad4x4x4d_c
/external/libvpx/x86/
Dvp8_rtcd.h284 void vp8_sad4x4x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_…
285 #define vp8_sad4x4x4d vp8_sad4x4x4d_c
/external/libvpx/libvpx/vp8/common/
Dsad_c.c236 void vp8_sad4x4x4d_c(const unsigned char *src_ptr, int src_stride, in vp8_sad4x4x4d_c() function