Home
last modified time | relevance | path

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

/external/libvpx/config/arm64/
Dvp8_rtcd.h168 void vp8_sixtap_predict16x16_neon(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned…
169 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_neon
/external/libvpx/config/arm-neon/
Dvp8_rtcd.h194 void vp8_sixtap_predict16x16_neon(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned…
195 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_neon
/external/libvpx/libvpx/test/
Dsixtap_predict_test.cc200 const SixtapPredictFunc sixtap_16x16_neon = vp8_sixtap_predict16x16_neon;
/external/libvpx/libvpx/vp8/common/arm/neon/
Dsixtappredict_neon.c1277 void vp8_sixtap_predict16x16_neon( in vp8_sixtap_predict16x16_neon() function