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

  /external/libvpx/libvpx/vp8/common/ppc/
systemdependent.c 142 vp8_sixtap_predict16x16 = sixtap_predict16x16_ppc;
  /external/libvpx/libvpx/vp8/common/
rtcd_defs.sh 194 prototype void vp8_sixtap_predict16x16 "unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch"
195 specialize vp8_sixtap_predict16x16 mmx sse2 ssse3 media neon dspr2
  /external/libvpx/armv7a/
vpx_rtcd.h 110 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_armv6 macro
  /external/libvpx/generic/
vpx_rtcd.h 90 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_c macro
  /external/libvpx/mips/
vpx_rtcd.h 90 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_c macro
  /external/libvpx/mips-dspr2/
vpx_rtcd.h 105 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_dspr2 macro
  /external/libvpx/armv7a-neon/
vpx_rtcd.h 129 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_neon macro
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
decodframe.c 953 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
encodeframe.c 744 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16;
    [all...]
firstpass.c 553 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16;
    [all...]

Completed in 86 milliseconds