Home
last modified time | relevance | path

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

/external/libvpx/config/arm64/
Dvp8_rtcd.h179 void vp8_sixtap_predict8x8_neon(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned c…
180 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_neon
/external/libvpx/config/arm-neon/
Dvp8_rtcd.h208 void vp8_sixtap_predict8x8_neon(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned c…
209 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_neon
/external/libvpx/libvpx/test/
Dsixtap_predict_test.cc201 const SixtapPredictFunc sixtap_8x8_neon = vp8_sixtap_predict8x8_neon;
/external/libvpx/libvpx/vp8/common/arm/neon/
Dsixtappredict_neon.c803 void vp8_sixtap_predict8x8_neon( in vp8_sixtap_predict8x8_neon() function