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 Dsystemdependent.c138 vp8_sixtap_predict8x8 = sixtap_predict8x8_ppc;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Drtcd_defs.pl208 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 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;
/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/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/libvpx/vp8/decoder/
H A Ddecodeframe.c943 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dencodeframe.c744 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8;
H A Dfirstpass.c553 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8;

Completed in 56 milliseconds