Searched refs:vp8_bilinear_predict8x8_neon (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/config/arm64/ |
D | vp8_rtcd.h | 42 void vp8_bilinear_predict8x8_neon(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned… 43 #define vp8_bilinear_predict8x8 vp8_bilinear_predict8x8_neon
|
/external/libvpx/config/arm-neon/ |
D | vp8_rtcd.h | 42 void vp8_bilinear_predict8x8_neon(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned… 43 #define vp8_bilinear_predict8x8 vp8_bilinear_predict8x8_neon
|
/external/libvpx/libvpx/test/ |
D | predict_test.cc | 346 make_tuple(8, 8, &vp8_bilinear_predict8x8_neon),
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
D | bilinearpredict_neon.c | 217 void vp8_bilinear_predict8x8_neon(unsigned char *src_ptr, in vp8_bilinear_predict8x8_neon() function
|