Searched refs:vp8_sixtap_predict16x16_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/test/ |
D | predict_test.cc | 229 TestWithRandomData(vp8_sixtap_predict16x16_c); in TEST_P() 232 TestWithUnalignedDst(vp8_sixtap_predict16x16_c); in TEST_P() 303 ::testing::Values(make_tuple(16, 16, &vp8_sixtap_predict16x16_c),
|
/external/libvpx/config/generic/ |
D | vp8_rtcd.h | 141 void vp8_sixtap_predict16x16_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yo… 142 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_c
|
/external/libvpx/libvpx/vp8/common/ |
D | filter.c | 175 void vp8_sixtap_predict16x16_c(unsigned char *src_ptr, int src_pixels_per_line, in vp8_sixtap_predict16x16_c() function
|
/external/libvpx/config/arm-neon/ |
D | vp8_rtcd.h | 169 void vp8_sixtap_predict16x16_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yo…
|
/external/libvpx/config/arm64/ |
D | vp8_rtcd.h | 169 void vp8_sixtap_predict16x16_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yo…
|
/external/libvpx/config/x86/ |
D | vp8_rtcd.h | 201 void vp8_sixtap_predict16x16_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yo…
|
/external/libvpx/config/x86_64/ |
D | vp8_rtcd.h | 201 void vp8_sixtap_predict16x16_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yo…
|