Searched refs:vp8_get4x4sse_cs (Results 1 - 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/ppc/
H A Dcsystemdependent.c51 unsigned int (*vp8_get4x4sse_cs)(unsigned char *src_ptr, int source_stride, unsigned char *ref_ptr, int recon_stride); variable
146 vp8_get4x4sse_cs = vp8_get4x4sse_cs_c;
/external/libvpx/libvpx/vp8/common/
H A Drtcd_defs.sh409 prototype unsigned int vp8_get4x4sse_cs "const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride"
410 specialize vp8_get4x4sse_cs mmx neon
/external/libvpx/generic/
H A Dvp8_rtcd.h227 #define vp8_get4x4sse_cs vp8_get4x4sse_cs_c macro
/external/libvpx/mips/
H A Dvp8_rtcd.h227 #define vp8_get4x4sse_cs vp8_get4x4sse_cs_c macro
/external/libvpx/mips-dspr2/
H A Dvp8_rtcd.h245 #define vp8_get4x4sse_cs vp8_get4x4sse_cs_c macro
/external/libvpx/armv7a/
H A Dvp8_rtcd.h263 #define vp8_get4x4sse_cs vp8_get4x4sse_cs_c macro
/external/libvpx/armv7a-neon/
H A Dvp8_rtcd.h305 #define vp8_get4x4sse_cs vp8_get4x4sse_cs_neon macro
/external/libvpx/libvpx/vp8/encoder/
H A Dpickinter.c127 return vp8_get4x4sse_cs(sptr, be->src_stride, dptr, 16);

Completed in 35 milliseconds