Home
last modified time | relevance | path

Searched refs:vp8_sixtap_predict8x4_neon (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/config/arm64/
Dvp8_rtcd.h175 void vp8_sixtap_predict8x4_neon(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned c…
176 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_neon
/external/libvpx/config/arm-neon/
Dvp8_rtcd.h203 void vp8_sixtap_predict8x4_neon(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned c…
204 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_neon
/external/libvpx/libvpx/test/
Dsixtap_predict_test.cc202 const SixtapPredictFunc sixtap_8x4_neon = vp8_sixtap_predict8x4_neon;
/external/libvpx/libvpx/vp8/common/arm/neon/
Dsixtappredict_neon.c402 void vp8_sixtap_predict8x4_neon( in vp8_sixtap_predict8x4_neon() function