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

  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 143 add_proto qw/void vp8_sixtap_predict4x4/, "unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch";
144 specialize qw/vp8_sixtap_predict4x4 mmx ssse3 neon dspr2 msa/;
  /external/libvpx/config/arm/
vp8_rtcd.h 141 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_c macro
  /external/libvpx/config/generic/
vp8_rtcd.h 141 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_c macro
  /external/libvpx/config/mips32/
vp8_rtcd.h 141 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_c macro
  /external/libvpx/config/mips32-dspr2/
vp8_rtcd.h 157 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_dspr2 macro
  /external/libvpx/config/mips64/
vp8_rtcd.h 141 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_c macro
  /external/libvpx/config/arm-neon/
vp8_rtcd.h 171 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_neon macro
  /external/libvpx/config/arm64/
vp8_rtcd.h 171 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_neon macro
  /external/libvpx/config/mips32-msa/
vp8_rtcd.h 177 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_msa macro
  /external/libvpx/config/mips64-msa/
vp8_rtcd.h 177 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_msa macro
  /external/libvpx/config/x86/
vp8_rtcd.h 208 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_ssse3 macro
  /external/libvpx/config/x86_64/
vp8_rtcd.h 208 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_ssse3 macro
  /external/libvpx/libvpx/vp8/decoder/
decodeframe.c 842 xd->subpixel_predict = vp8_sixtap_predict4x4;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
encodeframe.c 696 xd->subpixel_predict = vp8_sixtap_predict4x4;
    [all...]
firstpass.c 514 xd->subpixel_predict = vp8_sixtap_predict4x4;
    [all...]

Completed in 185 milliseconds