Searched refs:vp8_sixtap_predict8x8_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/config/generic/ |
D | vp8_rtcd.h | 150 void vp8_sixtap_predict8x8_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoff… 151 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_c
|
/external/libvpx/libvpx/vp8/common/ |
D | filter.c | 137 void vp8_sixtap_predict8x8_c(unsigned char *src_ptr, int src_pixels_per_line, in vp8_sixtap_predict8x8_c() function
|
/external/libvpx/config/arm-neon/ |
D | vp8_rtcd.h | 181 void vp8_sixtap_predict8x8_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoff…
|
/external/libvpx/config/arm64/ |
D | vp8_rtcd.h | 181 void vp8_sixtap_predict8x8_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoff…
|
/external/libvpx/libvpx/test/ |
D | predict_test.cc | 304 make_tuple(8, 8, &vp8_sixtap_predict8x8_c),
|
/external/libvpx/config/x86/ |
D | vp8_rtcd.h | 216 void vp8_sixtap_predict8x8_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoff…
|
/external/libvpx/config/x86_64/ |
D | vp8_rtcd.h | 216 void vp8_sixtap_predict8x8_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoff…
|