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

  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 151 add_proto qw/void vp8_sixtap_predict8x8/, "unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch";
152 specialize qw/vp8_sixtap_predict8x8 sse2 ssse3 neon dspr2 msa mmi/;
  /external/libvpx/config/generic/
vp8_rtcd.h 151 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_c macro
  /external/libvpx/config/arm-neon/
vp8_rtcd.h 183 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_neon macro
  /external/libvpx/config/arm64/
vp8_rtcd.h 183 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_neon macro
  /external/libvpx/config/x86/
vp8_rtcd.h 219 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_ssse3 macro
  /external/libvpx/config/x86_64/
vp8_rtcd.h 219 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_ssse3 macro
  /external/libvpx/libvpx/vp8/decoder/
decodeframe.c 856 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
encodeframe.c 694 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8;
    [all...]
firstpass.c 516 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8;
    [all...]

Completed in 814 milliseconds