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

/external/libvpx/libvpx/vp8/common/
H A Drtcd_defs.pl196 add_proto qw/void vp8_sixtap_predict16x16/, "unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch";
197 specialize qw/vp8_sixtap_predict16x16 mmx sse2 ssse3 media neon dspr2 msa/;
/external/libvpx/config/generic/
H A Dvp8_rtcd.h141 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_c macro
/external/libvpx/config/mips32/
H A Dvp8_rtcd.h141 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_c macro
/external/libvpx/config/mips32-dspr2/
H A Dvp8_rtcd.h156 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_dspr2 macro
/external/libvpx/config/mips64/
H A Dvp8_rtcd.h141 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_c macro
/external/libvpx/config/arm/
H A Dvp8_rtcd.h167 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_armv6 macro
/external/libvpx/config/arm64/
H A Dvp8_rtcd.h169 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_neon macro
/external/libvpx/config/arm-neon/
H A Dvp8_rtcd.h195 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_neon macro
/external/libvpx/config/x86/
H A Dvp8_rtcd.h245 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_ssse3 macro
/external/libvpx/config/x86_64/
H A Dvp8_rtcd.h245 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_ssse3 macro
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodeframe.c956 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16;
/external/libvpx/libvpx/vp8/encoder/
H A Dencodeframe.c766 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16;
H A Dfirstpass.c555 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16;

Completed in 88 milliseconds