/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/ |
systemdependent.c | 138 vp8_sixtap_predict8x8 = sixtap_predict8x8_ppc;
|
/external/libvpx/libvpx/vp8/common/ppc/ |
systemdependent.c | 138 vp8_sixtap_predict8x8 = sixtap_predict8x8_ppc;
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ |
rtcd_defs.pl | 207 add_proto qw/void vp8_sixtap_predict8x8/, "unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch"; 208 specialize qw/vp8_sixtap_predict8x8 mmx sse2 ssse3 media neon dspr2/;
|
/external/libvpx/libvpx/vp8/common/ |
rtcd_defs.pl | 208 add_proto qw/void vp8_sixtap_predict8x8/, "unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch"; 209 specialize qw/vp8_sixtap_predict8x8 mmx sse2 ssse3 media neon dspr2/;
|
/external/chromium_org/third_party/libvpx/source/config/linux/ia32/ |
vp8_rtcd.h | 394 RTCD_EXTERN void (*vp8_sixtap_predict8x8)(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/ia32/ |
vp8_rtcd.h | 394 RTCD_EXTERN void (*vp8_sixtap_predict8x8)(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/ia32/ |
vp8_rtcd.h | 394 RTCD_EXTERN void (*vp8_sixtap_predict8x8)(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/arm-neon-cpu-detect/ |
vp8_rtcd.h | 350 RTCD_EXTERN void (*vp8_sixtap_predict8x8)(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/x64/ |
vp8_rtcd.h | 394 RTCD_EXTERN void (*vp8_sixtap_predict8x8)(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned (…) variable [all...] |
/external/chromium_org/third_party/libvpx/source/config/mac/x64/ |
vp8_rtcd.h | 394 RTCD_EXTERN void (*vp8_sixtap_predict8x8)(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned (…) variable [all...] |
/external/chromium_org/third_party/libvpx/source/config/win/x64/ |
vp8_rtcd.h | 394 RTCD_EXTERN void (*vp8_sixtap_predict8x8)(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned (…) variable [all...] |
/external/chromium_org/third_party/libvpx/source/config/linux/generic/ |
vp8_rtcd.h | 273 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_c macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/mips64el/ |
vp8_rtcd.h | 273 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_c macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/mipsel/ |
vp8_rtcd.h | 273 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_c macro
|
/external/chromium_org/third_party/libvpx/source/config/nacl/ |
vp8_rtcd.h | 273 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_c macro
|
/external/libvpx/generic/ |
vp8_rtcd.h | 240 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_c macro
|
/external/libvpx/mips/ |
vp8_rtcd.h | 240 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_c macro
|
/external/libvpx/mips-dspr2/ |
vp8_rtcd.h | 258 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_dspr2 macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/arm/ |
vp8_rtcd.h | 306 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_armv6 macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/arm64/ |
vp8_rtcd.h | 315 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_neon macro
|
/external/libvpx/armv7a/ |
vp8_rtcd.h | 273 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_armv6 macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon/ |
vp8_rtcd.h | 350 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_neon macro
|
/external/libvpx/armv7a-neon/ |
vp8_rtcd.h | 315 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_neon macro
|
/external/libvpx/x86/ |
vp8_rtcd.h | 357 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_sse2 macro [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/ |
decodeframe.c | 952 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8; [all...] |