Searched refs:vp8_sixtap_predict8x8 (Results 1 - 11 of 11) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
H A D | systemdependent.c | 138 vp8_sixtap_predict8x8 = sixtap_predict8x8_ppc;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
H A D | 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/;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
H A D | vp8_rtcd.h | 389 RTCD_EXTERN void (*vp8_sixtap_predict8x8)(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch); variable 759 vp8_sixtap_predict8x8 = vp8_sixtap_predict8x8_c; 760 if (flags & HAS_MMX) vp8_sixtap_predict8x8 = vp8_sixtap_predict8x8_mmx; 761 if (flags & HAS_SSE2) vp8_sixtap_predict8x8 = vp8_sixtap_predict8x8_sse2; 762 if (flags & HAS_SSSE3) vp8_sixtap_predict8x8 = vp8_sixtap_predict8x8_ssse3;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/ |
H A D | vp8_rtcd.h | 98 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_c macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
H A D | vp8_rtcd.h | 98 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_c macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
H A D | vp8_rtcd.h | 114 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_dspr2 macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/ |
H A D | vp8_rtcd.h | 119 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_armv6 macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
H A D | vp8_rtcd.h | 139 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_neon macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
H A D | decodeframe.c | 943 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
H A D | encodeframe.c | 744 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8;
|
H A D | firstpass.c | 553 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8;
|
Completed in 56 milliseconds