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

  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 148 add_proto qw/void vp8_sixtap_predict16x16/, "unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch";
149 specialize qw/vp8_sixtap_predict16x16 sse2 ssse3 neon dspr2 msa mmi/;
  /external/libvpx/config/arm/
vp8_rtcd.h 139 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_c macro
  /external/libvpx/config/generic/
vp8_rtcd.h 139 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_c macro
  /external/libvpx/config/mips32/
vp8_rtcd.h 139 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_c macro
  /external/libvpx/config/mips32-dspr2/
vp8_rtcd.h 154 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_dspr2 macro
  /external/libvpx/config/mips64/
vp8_rtcd.h 139 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_c macro
  /external/libvpx/config/arm-neon/
vp8_rtcd.h 168 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_neon macro
  /external/libvpx/config/arm64/
vp8_rtcd.h 168 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_neon macro
  /external/libvpx/config/mips32-msa/
vp8_rtcd.h 174 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_msa macro
  /external/libvpx/config/mips64-msa/
vp8_rtcd.h 174 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_msa macro
  /external/libvpx/config/x86/
vp8_rtcd.h 204 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_ssse3 macro
  /external/libvpx/config/x86_64/
vp8_rtcd.h 204 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_ssse3 macro
  /external/libvpx/libvpx/vp8/decoder/
decodeframe.c 845 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
encodeframe.c 695 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16;
    [all...]
firstpass.c 517 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16;
    [all...]

Completed in 135 milliseconds