Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
Dsystemdependent.c137 vp8_sixtap_predict16x16 = sixtap_predict16x16_ppc; in vp8_machine_specific_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h372 RTCD_EXTERN void (*vp8_sixtap_predict16x16)(unsigned char *src, int src_pitch, int xofst, int yofst… variable
745 vp8_sixtap_predict16x16 = vp8_sixtap_predict16x16_c; in setup_rtcd_internal()
746 if (flags & HAS_MMX) vp8_sixtap_predict16x16 = vp8_sixtap_predict16x16_mmx; in setup_rtcd_internal()
747 if (flags & HAS_SSE2) vp8_sixtap_predict16x16 = vp8_sixtap_predict16x16_sse2; in setup_rtcd_internal()
748 if (flags & HAS_SSSE3) vp8_sixtap_predict16x16 = vp8_sixtap_predict16x16_ssse3; in setup_rtcd_internal()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvp8_rtcd.h95 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvp8_rtcd.h95 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvp8_rtcd.h110 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_dspr2 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvp8_rtcd.h115 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_armv6 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvp8_rtcd.h134 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_neon macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodeframe.c944 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16; in init_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dencodeframe.c745 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16; in vp8_encode_frame()
Dfirstpass.c554 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16; in vp8_first_pass()