Searched refs:vp8_bilinear_predict4x4_neon (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/config/arm64/ |
D | vp8_rtcd.h | 34 void vp8_bilinear_predict4x4_neon(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned… 35 #define vp8_bilinear_predict4x4 vp8_bilinear_predict4x4_neon
|
/external/libvpx/config/arm-neon/ |
D | vp8_rtcd.h | 34 void vp8_bilinear_predict4x4_neon(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned… 35 #define vp8_bilinear_predict4x4 vp8_bilinear_predict4x4_neon
|
/external/libvpx/libvpx/test/ |
D | predict_test.cc | 348 make_tuple(4, 4, &vp8_bilinear_predict4x4_neon)));
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
D | bilinearpredict_neon.c | 25 void vp8_bilinear_predict4x4_neon(unsigned char *src_ptr, in vp8_bilinear_predict4x4_neon() function
|