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

  /external/libvpx/libvpx/test/
sixtap_predict_test.cc 181 const sixtap_predict_fn_t sixtap_4x4_c = vp8_sixtap_predict4x4_c;
  /external/libvpx/libvpx/vp8/common/
filter.c 152 void vp8_sixtap_predict4x4_c function
  /external/libvpx/generic/
vpx_rtcd.h 98 void vp8_sixtap_predict4x4_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
99 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_c
  /external/libvpx/mips/
vpx_rtcd.h 98 void vp8_sixtap_predict4x4_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
99 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_c
  /external/libvpx/armv7a/
vpx_rtcd.h 120 void vp8_sixtap_predict4x4_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
  /external/libvpx/mips-dspr2/
vpx_rtcd.h 115 void vp8_sixtap_predict4x4_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
  /external/libvpx/armv7a-neon/
vpx_rtcd.h 141 void vp8_sixtap_predict4x4_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
    [all...]

Completed in 358 milliseconds