HomeSort by relevance Sort by last modified time
    Searched refs:vp8_sixtap_predict16x16_c (Results 1 - 8 of 8) sorted by null

  /external/libvpx/libvpx/test/
sixtap_predict_test.cc 161 vp8_sixtap_predict16x16_c(&src_[kSrcStride * 2 + 2 + 1], kSrcStride,
178 const sixtap_predict_fn_t sixtap_16x16_c = vp8_sixtap_predict16x16_c;
  /external/libvpx/libvpx/vp8/common/ppc/
systemdependent.c 75 extern subpixel_predict_function vp8_sixtap_predict16x16_c;
  /external/libvpx/libvpx/vp8/common/
filter.c 222 void vp8_sixtap_predict16x16_c function
  /external/libvpx/generic/
vpx_rtcd.h 89 void vp8_sixtap_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
90 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_c
  /external/libvpx/mips/
vpx_rtcd.h 89 void vp8_sixtap_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
90 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_c
  /external/libvpx/armv7a/
vpx_rtcd.h 108 void vp8_sixtap_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
  /external/libvpx/mips-dspr2/
vpx_rtcd.h 103 void vp8_sixtap_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
  /external/libvpx/armv7a-neon/
vpx_rtcd.h 126 void vp8_sixtap_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
    [all...]

Completed in 1566 milliseconds