Searched refs:vp8_sixtap_predict8x4 (Results 1 - 13 of 13) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Drtcd_defs.pl206 add_proto qw/void vp8_sixtap_predict8x4/, "unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch";
207 specialize qw/vp8_sixtap_predict8x4 mmx sse2 ssse3 media neon dspr2 msa/;
/external/libvpx/config/generic/
H A Dvp8_rtcd.h147 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_c macro
/external/libvpx/config/mips32/
H A Dvp8_rtcd.h147 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_c macro
/external/libvpx/config/mips32-dspr2/
H A Dvp8_rtcd.h164 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_dspr2 macro
/external/libvpx/config/mips64/
H A Dvp8_rtcd.h147 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_c macro
/external/libvpx/config/arm/
H A Dvp8_rtcd.h175 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_armv6 macro
/external/libvpx/config/arm64/
H A Dvp8_rtcd.h176 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_neon macro
/external/libvpx/config/arm-neon/
H A Dvp8_rtcd.h204 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_neon macro
/external/libvpx/config/x86/
H A Dvp8_rtcd.h256 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_ssse3 macro
/external/libvpx/config/x86_64/
H A Dvp8_rtcd.h256 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_ssse3 macro
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodeframe.c954 xd->subpixel_predict8x4 = vp8_sixtap_predict8x4;
/external/libvpx/libvpx/vp8/encoder/
H A Dencodeframe.c764 xd->subpixel_predict8x4 = vp8_sixtap_predict8x4;
H A Dfirstpass.c553 xd->subpixel_predict8x4 = vp8_sixtap_predict8x4;

Completed in 55 milliseconds