/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ |
rtcd_defs.pl | 217 add_proto qw/void vp8_sixtap_predict4x4/, "unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch"; 219 specialize qw/vp8_sixtap_predict4x4 mmx ssse3 media dspr2/;
|
/external/libvpx/libvpx/vp8/common/ |
rtcd_defs.pl | 218 add_proto qw/void vp8_sixtap_predict4x4/, "unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch"; 219 specialize qw/vp8_sixtap_predict4x4 mmx ssse3 media neon dspr2/;
|
/external/chromium_org/third_party/libvpx/source/config/linux/x64/ |
vp8_rtcd.h | 382 RTCD_EXTERN void (*vp8_sixtap_predict4x4)(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch); variable [all...] |
/external/chromium_org/third_party/libvpx/source/config/mac/x64/ |
vp8_rtcd.h | 382 RTCD_EXTERN void (*vp8_sixtap_predict4x4)(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch); variable [all...] |
/external/chromium_org/third_party/libvpx/source/config/win/x64/ |
vp8_rtcd.h | 382 RTCD_EXTERN void (*vp8_sixtap_predict4x4)(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch); variable [all...] |
/external/chromium_org/third_party/libvpx/source/config/linux/generic/ |
vp8_rtcd.h | 267 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_c macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/ia32/ |
vp8_rtcd.h | 382 RTCD_EXTERN void (*vp8_sixtap_predict4x4)(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch); variable [all...] |
/external/chromium_org/third_party/libvpx/source/config/linux/mips64el/ |
vp8_rtcd.h | 267 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_c macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/mipsel/ |
vp8_rtcd.h | 267 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_c macro
|
/external/chromium_org/third_party/libvpx/source/config/mac/ia32/ |
vp8_rtcd.h | 382 RTCD_EXTERN void (*vp8_sixtap_predict4x4)(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch); variable [all...] |
/external/chromium_org/third_party/libvpx/source/config/nacl/ |
vp8_rtcd.h | 267 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_c macro
|
/external/chromium_org/third_party/libvpx/source/config/win/ia32/ |
vp8_rtcd.h | 382 RTCD_EXTERN void (*vp8_sixtap_predict4x4)(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch); variable [all...] |
/external/libvpx/generic/ |
vp8_rtcd.h | 234 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_c macro
|
/external/libvpx/mips/ |
vp8_rtcd.h | 234 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_c macro
|
/external/libvpx/mips-dspr2/ |
vp8_rtcd.h | 250 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_dspr2 macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/arm/ |
vp8_rtcd.h | 298 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_armv6 macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/arm64/ |
vp8_rtcd.h | 307 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_c macro
|
/external/libvpx/armv7a/ |
vp8_rtcd.h | 265 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_armv6 macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon/ |
vp8_rtcd.h | 340 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_armv6 macro
|
/external/libvpx/armv7a-neon/ |
vp8_rtcd.h | 305 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_neon macro
|
/external/libvpx/x86/ |
vp8_rtcd.h | 347 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_mmx macro [all...] |
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/ |
vp8_rtcd.h | 340 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_armv6 macro [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/ |
decodeframe.c | 950 xd->subpixel_predict = vp8_sixtap_predict4x4; [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
encodeframe.c | 754 xd->subpixel_predict = vp8_sixtap_predict4x4; [all...] |
/external/libvpx/libvpx/vp8/decoder/ |
decodeframe.c | 941 xd->subpixel_predict = vp8_sixtap_predict4x4; [all...] |