Searched refs:vp8_sixtap_predict8x8_c (Results 1 – 9 of 9) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | systemdependent.c | 69 extern subpixel_predict_function vp8_sixtap_predict8x8_c;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
D | vp8_rtcd.h | 97 void vp8_sixtap_predict8x8_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char… 98 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_c
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/ |
D | vp8_rtcd.h | 97 void vp8_sixtap_predict8x8_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char… 98 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_c
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | sixtap_predict_test.cc | 187 const sixtap_predict_fn_t sixtap_8x8_c = vp8_sixtap_predict8x8_c;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | filter.c | 168 void vp8_sixtap_predict8x8_c in vp8_sixtap_predict8x8_c() function
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
D | vp8_rtcd.h | 112 void vp8_sixtap_predict8x8_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/ |
D | vp8_rtcd.h | 117 void vp8_sixtap_predict8x8_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
D | vp8_rtcd.h | 136 void vp8_sixtap_predict8x8_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
D | vp8_rtcd.h | 385 void vp8_sixtap_predict8x8_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char… 759 vp8_sixtap_predict8x8 = vp8_sixtap_predict8x8_c; in setup_rtcd_internal()
|