Searched refs:vp8_sixtap_predict4x4_c (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/libvpx/config/generic/ |
H A D | vp8_rtcd.h | 151 void vp8_sixtap_predict4x4_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoff… 152 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_c
|
/aosp_15_r20/external/libvpx/vp8/common/ |
H A D | filter.c | 125 void vp8_sixtap_predict4x4_c(unsigned char *src_ptr, int src_pixels_per_line, in vp8_sixtap_predict4x4_c() function
|
/aosp_15_r20/external/libvpx/config/arm-neon/ |
H A D | vp8_rtcd.h | 180 void vp8_sixtap_predict4x4_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoff…
|
/aosp_15_r20/external/libvpx/config/arm64/ |
H A D | vp8_rtcd.h | 180 void vp8_sixtap_predict4x4_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoff…
|
/aosp_15_r20/external/libvpx/test/ |
H A D | predict_test.cc | 306 make_tuple(4, 4, &vp8_sixtap_predict4x4_c)));
|
/aosp_15_r20/external/libvpx/config/x86_64/ |
H A D | vp8_rtcd.h | 203 void vp8_sixtap_predict4x4_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoff…
|
/aosp_15_r20/external/libvpx/config/x86/ |
H A D | vp8_rtcd.h | 203 void vp8_sixtap_predict4x4_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoff…
|