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

/external/libvpx/libvpx/vp8/common/
H A Drtcd_defs.pl148 add_proto qw/void vp8_sixtap_predict16x16/, "unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch";
149 specialize qw/vp8_sixtap_predict16x16 sse2 ssse3 neon dspr2 msa mmi/;
/external/libvpx/config/arm/
H A Dvp8_rtcd.h139 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_c macro
/external/libvpx/config/generic/
H A Dvp8_rtcd.h139 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_c macro
/external/libvpx/config/mips32/
H A Dvp8_rtcd.h139 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_c macro
/external/libvpx/config/mips32-dspr2/
H A Dvp8_rtcd.h154 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_dspr2 macro
/external/libvpx/config/mips64/
H A Dvp8_rtcd.h139 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_c macro
/external/libvpx/config/arm-neon/
H A Dvp8_rtcd.h168 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_neon macro
/external/libvpx/config/arm64/
H A Dvp8_rtcd.h168 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_neon macro
/external/libvpx/config/mips32-msa/
H A Dvp8_rtcd.h174 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_msa macro
/external/libvpx/config/mips64-msa/
H A Dvp8_rtcd.h174 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_msa macro
/external/libvpx/config/x86/
H A Dvp8_rtcd.h204 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_ssse3 macro
/external/libvpx/config/x86_64/
H A Dvp8_rtcd.h204 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_ssse3 macro
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodeframe.c845 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16;
/external/libvpx/libvpx/vp8/encoder/
H A Dencodeframe.c695 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16;
H A Dfirstpass.c517 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16;

Completed in 400 milliseconds