Home
last modified time | relevance | path

Searched refs:vp8_sixtap_predict8x4 (Results 1 – 10 of 10) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
Dsystemdependent.c139 vp8_sixtap_predict8x4 = sixtap_predict8x4_ppc; in vp8_machine_specific_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h383 RTCD_EXTERN void (*vp8_sixtap_predict8x4)(unsigned char *src, int src_pitch, int xofst, int yofst, … variable
754 vp8_sixtap_predict8x4 = vp8_sixtap_predict8x4_c; in setup_rtcd_internal()
755 if (flags & HAS_MMX) vp8_sixtap_predict8x4 = vp8_sixtap_predict8x4_mmx; in setup_rtcd_internal()
756 if (flags & HAS_SSE2) vp8_sixtap_predict8x4 = vp8_sixtap_predict8x4_sse2; in setup_rtcd_internal()
757 if (flags & HAS_SSSE3) vp8_sixtap_predict8x4 = vp8_sixtap_predict8x4_ssse3; in setup_rtcd_internal()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvp8_rtcd.h101 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvp8_rtcd.h101 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvp8_rtcd.h118 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_dspr2 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvp8_rtcd.h123 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_armv6 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvp8_rtcd.h144 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_neon macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodeframe.c942 xd->subpixel_predict8x4 = vp8_sixtap_predict8x4; in init_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dencodeframe.c743 xd->subpixel_predict8x4 = vp8_sixtap_predict8x4; in vp8_encode_frame()
Dfirstpass.c552 xd->subpixel_predict8x4 = vp8_sixtap_predict8x4; in vp8_first_pass()