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

  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 137 add_proto qw/void vp8_sixtap_predict8x8/, "unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch";
138 specialize qw/vp8_sixtap_predict8x8 sse2 ssse3 neon dspr2 msa/;
  /external/libvpx/config/arm/
vp8_rtcd.h 147 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_c macro
  /external/libvpx/config/generic/
vp8_rtcd.h 147 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_c macro
  /external/libvpx/config/mips32/
vp8_rtcd.h 147 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_c macro
  /external/libvpx/config/mips32-dspr2/
vp8_rtcd.h 165 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_dspr2 macro
  /external/libvpx/config/mips64/
vp8_rtcd.h 147 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_c macro
  /external/libvpx/config/arm-neon/
vp8_rtcd.h 179 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_neon macro
  /external/libvpx/config/arm64/
vp8_rtcd.h 179 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_neon macro
  /external/libvpx/config/mips32-msa/
vp8_rtcd.h 185 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_msa macro
  /external/libvpx/config/mips64-msa/
vp8_rtcd.h 185 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_msa macro
  /external/libvpx/config/x86/
vp8_rtcd.h 218 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_ssse3 macro
  /external/libvpx/config/x86_64/
vp8_rtcd.h 218 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_ssse3 macro
  /external/libvpx/libvpx/vp8/decoder/
decodeframe.c 844 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
encodeframe.c 698 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8;
    [all...]
firstpass.c 516 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8;
    [all...]

Completed in 177 milliseconds