Home
last modified time | relevance | path

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

/external/libvpx/config/arm-neon/
Dvp8_rtcd.h170 void vp8_sixtap_predict16x16_neon(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int…
171 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_neon
/external/libvpx/config/arm64/
Dvp8_rtcd.h170 void vp8_sixtap_predict16x16_neon(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int…
171 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_neon
/external/libvpx/libvpx/test/
Dpredict_test.cc310 ::testing::Values(make_tuple(16, 16, &vp8_sixtap_predict16x16_neon),
/external/libvpx/libvpx/vp8/common/arm/neon/
Dsixtappredict_neon.c1256 void vp8_sixtap_predict16x16_neon(unsigned char *src_ptr, in vp8_sixtap_predict16x16_neon() function