Searched refs:vp8_bilinear_predict4x4_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/config/generic/ |
D | vp8_rtcd.h | 33 void vp8_bilinear_predict4x4_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yo… 34 #define vp8_bilinear_predict4x4 vp8_bilinear_predict4x4_c
|
/external/libvpx/libvpx/vp8/common/ |
D | filter.c | 322 void vp8_bilinear_predict4x4_c(unsigned char *src_ptr, int src_pixels_per_line, in vp8_bilinear_predict4x4_c() function
|
/external/libvpx/config/arm-neon/ |
D | vp8_rtcd.h | 34 void vp8_bilinear_predict4x4_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yo…
|
/external/libvpx/config/arm64/ |
D | vp8_rtcd.h | 34 void vp8_bilinear_predict4x4_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yo…
|
/external/libvpx/libvpx/test/ |
D | predict_test.cc | 375 make_tuple(4, 4, &vp8_bilinear_predict4x4_c)));
|
/external/libvpx/config/x86/ |
D | vp8_rtcd.h | 35 void vp8_bilinear_predict4x4_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yo…
|
/external/libvpx/config/x86_64/ |
D | vp8_rtcd.h | 35 void vp8_bilinear_predict4x4_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yo…
|