Home
last modified time | relevance | path

Searched refs:vp8_get4x4sse_cs_c (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/ppc/
Dcsystemdependent.c88 extern unsigned int vp8_get4x4sse_cs_c(unsigned char *src_ptr, int source_stride, unsigned char *r…
146 vp8_get4x4sse_cs = vp8_get4x4sse_cs_c; in vp8_cmachine_specific_config()
/external/libvpx/generic/
Dvp8_rtcd.h95 unsigned int vp8_get4x4sse_cs_c(const unsigned char *src_ptr, int source_stride, const unsigned cha…
96 #define vp8_get4x4sse_cs vp8_get4x4sse_cs_c
/external/libvpx/mips/
Dvp8_rtcd.h95 unsigned int vp8_get4x4sse_cs_c(const unsigned char *src_ptr, int source_stride, const unsigned cha…
96 #define vp8_get4x4sse_cs vp8_get4x4sse_cs_c
/external/libvpx/mips-dspr2/
Dvp8_rtcd.h102 unsigned int vp8_get4x4sse_cs_c(const unsigned char *src_ptr, int source_stride, const unsigned cha…
103 #define vp8_get4x4sse_cs vp8_get4x4sse_cs_c
/external/libvpx/armv7a/
Dvp8_rtcd.h108 unsigned int vp8_get4x4sse_cs_c(const unsigned char *src_ptr, int source_stride, const unsigned cha…
109 #define vp8_get4x4sse_cs vp8_get4x4sse_cs_c
/external/libvpx/armv7a-neon/
Dvp8_rtcd.h123 unsigned int vp8_get4x4sse_cs_c(const unsigned char *src_ptr, int source_stride, const unsigned cha…
/external/libvpx/x86/
Dvp8_rtcd.h144 unsigned int vp8_get4x4sse_cs_c(const unsigned char *src_ptr, int source_stride, const unsigned cha…
/external/libvpx/libvpx/vp8/encoder/
Dpickinter.c94 unsigned int vp8_get4x4sse_cs_c in vp8_get4x4sse_cs_c() function