Home
last modified time | relevance | path

Searched refs:vp8_bilinear_predict16x16_c (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
Dsystemdependent.c74 extern subpixel_predict_function vp8_bilinear_predict16x16_c;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvp8_rtcd.h106 void vp8_bilinear_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned …
107 #define vp8_bilinear_predict16x16 vp8_bilinear_predict16x16_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvp8_rtcd.h106 void vp8_bilinear_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned …
107 #define vp8_bilinear_predict16x16 vp8_bilinear_predict16x16_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvp8_rtcd.h124 void vp8_bilinear_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned …
125 #define vp8_bilinear_predict16x16 vp8_bilinear_predict16x16_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dfilter.c475 void vp8_bilinear_predict16x16_c in vp8_bilinear_predict16x16_c() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvp8_rtcd.h129 void vp8_bilinear_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned …
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvp8_rtcd.h151 void vp8_bilinear_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned …
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h29 void vp8_bilinear_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned …
495 vp8_bilinear_predict16x16 = vp8_bilinear_predict16x16_c; in setup_rtcd_internal()