/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ |
rtcd_defs.pl | 418 add_proto qw/void vp8_copy32xn/, "const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, int n"; 419 specialize qw/vp8_copy32xn sse2 sse3/;
|
/external/libvpx/libvpx/vp8/common/ |
rtcd_defs.pl | 416 add_proto qw/void vp8_copy32xn/, "const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, int n"; 417 specialize qw/vp8_copy32xn sse2 sse3/;
|
/external/chromium_org/third_party/libvpx/source/config/linux/x64/ |
vp8_rtcd.h | 80 RTCD_EXTERN void (*vp8_copy32xn)(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, int n); variable [all...] |
/external/chromium_org/third_party/libvpx/source/config/mac/x64/ |
vp8_rtcd.h | 80 RTCD_EXTERN void (*vp8_copy32xn)(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, int n); variable [all...] |
/external/chromium_org/third_party/libvpx/source/config/win/x64/ |
vp8_rtcd.h | 80 RTCD_EXTERN void (*vp8_copy32xn)(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, int n); variable [all...] |
/external/chromium_org/third_party/libvpx/source/config/linux/ia32/ |
vp8_rtcd.h | 80 RTCD_EXTERN void (*vp8_copy32xn)(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, int n); variable [all...] |
/external/chromium_org/third_party/libvpx/source/config/mac/ia32/ |
vp8_rtcd.h | 80 RTCD_EXTERN void (*vp8_copy32xn)(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, int n); variable [all...] |
/external/chromium_org/third_party/libvpx/source/config/win/ia32/ |
vp8_rtcd.h | 80 RTCD_EXTERN void (*vp8_copy32xn)(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, int n); variable [all...] |
/external/libvpx/x86/ |
vp8_rtcd.h | 75 #define vp8_copy32xn vp8_copy32xn_sse2 macro [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
onyx_if.c | [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
onyx_if.c | [all...] |