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

/external/libvpx/libvpx/vp8/common/
H A Drtcd_defs.pl157 add_proto qw/void vp8_sixtap_predict4x4/, "unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch";
158 specialize qw/vp8_sixtap_predict4x4 mmx ssse3 neon dspr2 msa mmi/;
/external/libvpx/config/arm/
H A Dvp8_rtcd.h142 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_c macro
/external/libvpx/config/generic/
H A Dvp8_rtcd.h142 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_c macro
/external/libvpx/config/mips32/
H A Dvp8_rtcd.h142 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_c macro
/external/libvpx/config/mips32-dspr2/
H A Dvp8_rtcd.h158 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_dspr2 macro
/external/libvpx/config/mips64/
H A Dvp8_rtcd.h142 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_c macro
/external/libvpx/config/arm-neon/
H A Dvp8_rtcd.h172 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_neon macro
/external/libvpx/config/arm64/
H A Dvp8_rtcd.h172 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_neon macro
/external/libvpx/config/mips32-msa/
H A Dvp8_rtcd.h178 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_msa macro
/external/libvpx/config/mips64-msa/
H A Dvp8_rtcd.h178 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_msa macro
/external/libvpx/config/x86/
H A Dvp8_rtcd.h209 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_ssse3 macro
/external/libvpx/config/x86_64/
H A Dvp8_rtcd.h209 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_ssse3 macro
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodeframe.c842 xd->subpixel_predict = vp8_sixtap_predict4x4;
/external/libvpx/libvpx/vp8/encoder/
H A Dencodeframe.c692 xd->subpixel_predict = vp8_sixtap_predict4x4;
H A Dfirstpass.c514 xd->subpixel_predict = vp8_sixtap_predict4x4;

Completed in 398 milliseconds