Searched refs:vp8_sixtap_predict16x16_c (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/libvpx/test/ |
D | sixtap_predict_test.cc | 171 vp8_sixtap_predict16x16_c(&src_[kSrcStride * 2 + 2 + 1], kSrcStride, in TEST_P() 189 const SixtapPredictFunc sixtap_16x16_c = vp8_sixtap_predict16x16_c;
|
/external/libvpx/config/generic/ |
D | vp8_rtcd.h | 140 void vp8_sixtap_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned ch… 141 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_c
|
/external/libvpx/config/mips64/ |
D | vp8_rtcd.h | 140 void vp8_sixtap_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned ch… 141 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_c
|
/external/libvpx/config/mips32/ |
D | vp8_rtcd.h | 140 void vp8_sixtap_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned ch… 141 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_c
|
/external/libvpx/libvpx/vp8/common/ |
D | filter.c | 221 void vp8_sixtap_predict16x16_c in vp8_sixtap_predict16x16_c() function
|
/external/libvpx/config/mips32-dspr2/ |
D | vp8_rtcd.h | 154 void vp8_sixtap_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned ch…
|
/external/libvpx/config/arm64/ |
D | vp8_rtcd.h | 167 void vp8_sixtap_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned ch…
|
/external/libvpx/config/arm/ |
D | vp8_rtcd.h | 165 void vp8_sixtap_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned ch…
|
/external/libvpx/config/arm-neon/ |
D | vp8_rtcd.h | 192 void vp8_sixtap_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned ch…
|
/external/libvpx/config/x86_64/ |
D | vp8_rtcd.h | 241 void vp8_sixtap_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned ch…
|
/external/libvpx/config/x86/ |
D | vp8_rtcd.h | 241 void vp8_sixtap_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned ch…
|