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

  /external/libvpx/libvpx/vp8/common/ppc/
systemdependent.c 139 vp8_sixtap_predict8x4 = sixtap_predict8x4_ppc;
  /external/libvpx/libvpx/vp8/common/
rtcd_defs.sh 213 prototype void vp8_sixtap_predict8x4 "unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch"
214 specialize vp8_sixtap_predict8x4 mmx sse2 ssse3 media neon dspr2
  /external/libvpx/generic/
vp8_rtcd.h 101 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_c macro
  /external/libvpx/mips/
vp8_rtcd.h 101 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_c macro
  /external/libvpx/mips-dspr2/
vp8_rtcd.h 118 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_dspr2 macro
  /external/libvpx/armv7a/
vp8_rtcd.h 123 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_armv6 macro
  /external/libvpx/armv7a-neon/
vp8_rtcd.h 144 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_neon macro
  /external/libvpx/libvpx/vp8/decoder/
decodframe.c 951 xd->subpixel_predict8x4 = vp8_sixtap_predict8x4;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
encodeframe.c 742 xd->subpixel_predict8x4 = vp8_sixtap_predict8x4;
    [all...]
firstpass.c 552 xd->subpixel_predict8x4 = vp8_sixtap_predict8x4;
    [all...]

Completed in 1092 milliseconds