Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
Dsystemdependent.c138 vp8_sixtap_predict8x8 = sixtap_predict8x8_ppc; in vp8_machine_specific_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h389 RTCD_EXTERN void (*vp8_sixtap_predict8x8)(unsigned char *src, int src_pitch, int xofst, int yofst, … variable
759 vp8_sixtap_predict8x8 = vp8_sixtap_predict8x8_c; in setup_rtcd_internal()
760 if (flags & HAS_MMX) vp8_sixtap_predict8x8 = vp8_sixtap_predict8x8_mmx; in setup_rtcd_internal()
761 if (flags & HAS_SSE2) vp8_sixtap_predict8x8 = vp8_sixtap_predict8x8_sse2; in setup_rtcd_internal()
762 if (flags & HAS_SSSE3) vp8_sixtap_predict8x8 = vp8_sixtap_predict8x8_ssse3; in setup_rtcd_internal()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvp8_rtcd.h98 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvp8_rtcd.h98 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvp8_rtcd.h114 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_dspr2 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvp8_rtcd.h119 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_armv6 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvp8_rtcd.h139 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_neon macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodeframe.c943 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8; in init_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dencodeframe.c744 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8; in vp8_encode_frame()
Dfirstpass.c553 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8; in vp8_first_pass()