Searched refs:vp8_sixtap_predict8x8_neon (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/config/arm-neon/ |
D | vp8_rtcd.h | 182 void vp8_sixtap_predict8x8_neon(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int y… 183 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_neon
|
/external/libvpx/config/arm64/ |
D | vp8_rtcd.h | 182 void vp8_sixtap_predict8x8_neon(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int y… 183 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_neon
|
/external/libvpx/libvpx/test/ |
D | predict_test.cc | 311 make_tuple(8, 8, &vp8_sixtap_predict8x8_neon),
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
D | sixtappredict_neon.c | 787 void vp8_sixtap_predict8x8_neon(unsigned char *src_ptr, int src_pixels_per_line, in vp8_sixtap_predict8x8_neon() function
|