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

/external/libvpx/libvpx/vp8/common/
H A Drtcd_defs.pl143 add_proto qw/void vp8_sixtap_predict4x4/, "unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch";
144 specialize qw/vp8_sixtap_predict4x4 mmx ssse3 neon dspr2 msa/;
/external/libvpx/config/arm/
H A Dvp8_rtcd.h141 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_c macro
/external/libvpx/config/generic/
H A Dvp8_rtcd.h141 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_c macro
/external/libvpx/config/mips32/
H A Dvp8_rtcd.h141 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_c macro
/external/libvpx/config/mips32-dspr2/
H A Dvp8_rtcd.h157 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_dspr2 macro
/external/libvpx/config/mips64/
H A Dvp8_rtcd.h141 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_c macro
/external/libvpx/config/arm-neon/
H A Dvp8_rtcd.h171 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_neon macro
/external/libvpx/config/arm64/
H A Dvp8_rtcd.h171 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_neon macro
/external/libvpx/config/mips32-msa/
H A Dvp8_rtcd.h177 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_msa macro
/external/libvpx/config/mips64-msa/
H A Dvp8_rtcd.h177 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_msa macro
/external/libvpx/config/x86/
H A Dvp8_rtcd.h208 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_ssse3 macro
/external/libvpx/config/x86_64/
H A Dvp8_rtcd.h208 #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.c696 xd->subpixel_predict = vp8_sixtap_predict4x4;
H A Dfirstpass.c514 xd->subpixel_predict = vp8_sixtap_predict4x4;

Completed in 135 milliseconds