Searched refs:vp8_sixtap_predict4x4_neon (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/config/arm-neon/ |
D | vp8_rtcd.h | 174 void vp8_sixtap_predict4x4_neon(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int y… 175 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_neon
|
/external/libvpx/config/arm64/ |
D | vp8_rtcd.h | 174 void vp8_sixtap_predict4x4_neon(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int y… 175 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_neon
|
/external/libvpx/libvpx/test/ |
D | predict_test.cc | 313 make_tuple(4, 4, &vp8_sixtap_predict4x4_neon)));
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
D | sixtappredict_neon.c | 159 void vp8_sixtap_predict4x4_neon(unsigned char *src_ptr, int src_pixels_per_line, in vp8_sixtap_predict4x4_neon() function
|