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

  /external/libvpx/libvpx/vp8/common/ppc/
systemdependent.c 143 vp8_sixtap_predict8x8 = sixtap_predict8x8_ppc;
  /external/libvpx/libvpx/vp8/common/
rtcd_defs.sh 199 prototype void vp8_sixtap_predict8x8 "unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch"
200 specialize vp8_sixtap_predict8x8 mmx sse2 ssse3 media neon dspr2
  /external/libvpx/armv7a/
vpx_rtcd.h 114 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_armv6 macro
  /external/libvpx/generic/
vpx_rtcd.h 93 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_c macro
  /external/libvpx/mips/
vpx_rtcd.h 93 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_c macro
  /external/libvpx/mips-dspr2/
vpx_rtcd.h 109 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_dspr2 macro
  /external/libvpx/armv7a-neon/
vpx_rtcd.h 134 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_neon macro
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
decodframe.c 952 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
encodeframe.c 743 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8;
    [all...]
firstpass.c 552 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8;
    [all...]

Completed in 238 milliseconds