Home
last modified time | relevance | path

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

/external/libvpx/generic/
Dvp8_rtcd.h173 void vp8_sad16x8x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref…
174 #define vp8_sad16x8x4d vp8_sad16x8x4d_c
/external/libvpx/mips/
Dvp8_rtcd.h173 void vp8_sad16x8x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref…
174 #define vp8_sad16x8x4d vp8_sad16x8x4d_c
/external/libvpx/mips-dspr2/
Dvp8_rtcd.h184 void vp8_sad16x8x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref…
185 #define vp8_sad16x8x4d vp8_sad16x8x4d_c
/external/libvpx/armv7a/
Dvp8_rtcd.h197 void vp8_sad16x8x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref…
198 #define vp8_sad16x8x4d vp8_sad16x8x4d_c
/external/libvpx/armv7a-neon/
Dvp8_rtcd.h227 void vp8_sad16x8x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref…
228 #define vp8_sad16x8x4d vp8_sad16x8x4d_c
/external/libvpx/x86/
Dvp8_rtcd.h270 void vp8_sad16x8x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref…
271 #define vp8_sad16x8x4d vp8_sad16x8x4d_c
/external/libvpx/libvpx/vp8/common/
Dsad_c.c206 void vp8_sad16x8x4d_c(const unsigned char *src_ptr, int src_stride, in vp8_sad16x8x4d_c() function