/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ppc/ |
csystemdependent.c | 51 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/encoder/ppc/ |
csystemdependent.c | 51 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/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ |
rtcd_defs.pl | 411 add_proto qw/unsigned int vp8_get4x4sse_cs/, "const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride"; 412 specialize qw/vp8_get4x4sse_cs mmx neon/;
|
/external/libvpx/libvpx/vp8/common/ |
rtcd_defs.pl | 409 add_proto qw/unsigned int vp8_get4x4sse_cs/, "const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride"; 410 specialize qw/vp8_get4x4sse_cs mmx neon/;
|
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/ |
vp8_rtcd.h | 146 RTCD_EXTERN unsigned int (*vp8_get4x4sse_cs)(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride); variable [all...] |
/external/chromium_org/third_party/libvpx/source/config/linux/generic/ |
vp8_rtcd.h | 114 #define vp8_get4x4sse_cs vp8_get4x4sse_cs_c macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/mips64el/ |
vp8_rtcd.h | 114 #define vp8_get4x4sse_cs vp8_get4x4sse_cs_c macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/mipsel/ |
vp8_rtcd.h | 114 #define vp8_get4x4sse_cs vp8_get4x4sse_cs_c macro
|
/external/chromium_org/third_party/libvpx/source/config/nacl/ |
vp8_rtcd.h | 114 #define vp8_get4x4sse_cs vp8_get4x4sse_cs_c macro
|
/external/libvpx/generic/ |
vp8_rtcd.h | 93 #define vp8_get4x4sse_cs vp8_get4x4sse_cs_c macro
|
/external/libvpx/mips/ |
vp8_rtcd.h | 93 #define vp8_get4x4sse_cs vp8_get4x4sse_cs_c macro
|
/external/libvpx/mips-dspr2/ |
vp8_rtcd.h | 100 #define vp8_get4x4sse_cs vp8_get4x4sse_cs_c macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/ia32/ |
vp8_rtcd.h | 155 RTCD_EXTERN unsigned int (*vp8_get4x4sse_cs)(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride); variable [all...] |
/external/chromium_org/third_party/libvpx/source/config/mac/ia32/ |
vp8_rtcd.h | 155 RTCD_EXTERN unsigned int (*vp8_get4x4sse_cs)(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride); variable [all...] |
/external/chromium_org/third_party/libvpx/source/config/win/ia32/ |
vp8_rtcd.h | 155 RTCD_EXTERN unsigned int (*vp8_get4x4sse_cs)(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride); variable [all...] |
/external/chromium_org/third_party/libvpx/source/config/linux/arm/ |
vp8_rtcd.h | 127 #define vp8_get4x4sse_cs vp8_get4x4sse_cs_c macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/arm64/ |
vp8_rtcd.h | 131 #define vp8_get4x4sse_cs vp8_get4x4sse_cs_neon macro
|
/external/libvpx/armv7a/ |
vp8_rtcd.h | 106 #define vp8_get4x4sse_cs vp8_get4x4sse_cs_c macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon/ |
vp8_rtcd.h | 146 #define vp8_get4x4sse_cs vp8_get4x4sse_cs_neon macro
|
/external/libvpx/armv7a-neon/ |
vp8_rtcd.h | 122 #define vp8_get4x4sse_cs vp8_get4x4sse_cs_neon macro
|
/external/libvpx/x86/ |
vp8_rtcd.h | 142 #define vp8_get4x4sse_cs vp8_get4x4sse_cs_mmx macro [all...] |
/external/chromium_org/third_party/libvpx/source/config/linux/x64/ |
vp8_rtcd.h | 155 #define vp8_get4x4sse_cs vp8_get4x4sse_cs_mmx macro [all...] |
/external/chromium_org/third_party/libvpx/source/config/mac/x64/ |
vp8_rtcd.h | 155 #define vp8_get4x4sse_cs vp8_get4x4sse_cs_mmx macro [all...] |
/external/chromium_org/third_party/libvpx/source/config/win/x64/ |
vp8_rtcd.h | 155 #define vp8_get4x4sse_cs vp8_get4x4sse_cs_mmx macro [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
pickinter.c | 127 return vp8_get4x4sse_cs(sptr, be->src_stride, dptr, 16); [all...] |