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 134 add_proto qw/void vp8_sixtap_predict16x16/, "unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch";
135 specialize qw/vp8_sixtap_predict16x16 sse2 ssse3 neon dspr2 msa/;
  /external/libvpx/config/arm/
vp8_rtcd.h 138 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_c macro
  /external/libvpx/config/generic/
vp8_rtcd.h 138 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_c macro
  /external/libvpx/config/mips32/
vp8_rtcd.h 138 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_c macro
  /external/libvpx/config/mips32-dspr2/
vp8_rtcd.h 153 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_dspr2 macro
  /external/libvpx/config/mips64/
vp8_rtcd.h 138 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_c macro
  /external/libvpx/config/arm-neon/
vp8_rtcd.h 167 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_neon macro
  /external/libvpx/config/arm64/
vp8_rtcd.h 167 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_neon macro
  /external/libvpx/config/mips32-msa/
vp8_rtcd.h 173 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_msa macro
  /external/libvpx/config/mips64-msa/
vp8_rtcd.h 173 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_msa macro
  /external/libvpx/config/x86/
vp8_rtcd.h 203 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_ssse3 macro
  /external/libvpx/config/x86_64/
vp8_rtcd.h 203 #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 699 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16;
    [all...]
firstpass.c 517 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16;
    [all...]

Completed in 1096 milliseconds