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 144 vp8_sixtap_predict8x4 = sixtap_predict8x4_ppc;
  /external/libvpx/libvpx/vp8/common/
rtcd_defs.sh 204 prototype void vp8_sixtap_predict8x4 "unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch"
205 specialize vp8_sixtap_predict8x4 mmx sse2 ssse3 media neon dspr2
  /external/libvpx/armv7a/
vpx_rtcd.h 118 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_armv6 macro
  /external/libvpx/generic/
vpx_rtcd.h 96 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_c macro
  /external/libvpx/mips/
vpx_rtcd.h 96 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_c macro
  /external/libvpx/mips-dspr2/
vpx_rtcd.h 113 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_dspr2 macro
  /external/libvpx/armv7a-neon/
vpx_rtcd.h 139 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_neon macro
    [all...]
  /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 551 xd->subpixel_predict8x4 = vp8_sixtap_predict8x4;
    [all...]

Completed in 126 milliseconds