Searched defs:vp8_sixtap_predict8x8 (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
H A Dvp8_rtcd.h119 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_armv6 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
H A Dvp8_rtcd.h139 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_neon macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
H A Dvp8_rtcd.h98 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
H A Dvp8_rtcd.h98 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
H A Dvp8_rtcd.h114 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_dspr2 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
H A Dvp8_rtcd.h389 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;

Completed in 11 milliseconds