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

  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 157 add_proto qw/void vp8_sixtap_predict4x4/, "unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch";
158 specialize qw/vp8_sixtap_predict4x4 mmx ssse3 neon dspr2 msa mmi/;
  /external/libvpx/config/generic/
vp8_rtcd.h 145 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_c macro
  /external/libvpx/config/arm-neon/
vp8_rtcd.h 175 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_neon macro
  /external/libvpx/config/arm64/
vp8_rtcd.h 175 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_neon macro
  /external/libvpx/config/x86/
vp8_rtcd.h 209 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_ssse3 macro
  /external/libvpx/config/x86_64/
vp8_rtcd.h 209 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_ssse3 macro
  /external/libvpx/libvpx/vp8/decoder/
decodeframe.c 854 xd->subpixel_predict = vp8_sixtap_predict4x4;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
encodeframe.c 692 xd->subpixel_predict = vp8_sixtap_predict4x4;
    [all...]
firstpass.c 514 xd->subpixel_predict = vp8_sixtap_predict4x4;
    [all...]

Completed in 134 milliseconds