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

  /external/libvpx/libvpx/vp8/common/ppc/
systemdependent.c 138 vp8_sixtap_predict8x8 = sixtap_predict8x8_ppc;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
systemdependent.c 138 vp8_sixtap_predict8x8 = sixtap_predict8x8_ppc;
  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 212 add_proto qw/void vp8_sixtap_predict8x8/, "unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch";
213 specialize qw/vp8_sixtap_predict8x8 mmx sse2 ssse3 media neon dspr2/;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
rtcd_defs.pl 208 add_proto qw/void vp8_sixtap_predict8x8/, "unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch";
209 specialize qw/vp8_sixtap_predict8x8 mmx sse2 ssse3 media neon dspr2/;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vp8_rtcd.h 389 RTCD_EXTERN void (*vp8_sixtap_predict8x8)(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch); variable
    [all...]
  /external/libvpx/generic/
vp8_rtcd.h 243 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_c macro
  /external/libvpx/mips/
vp8_rtcd.h 243 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_c macro
  /external/libvpx/mips-dspr2/
vp8_rtcd.h 261 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_dspr2 macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vp8_rtcd.h 98 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vp8_rtcd.h 98 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vp8_rtcd.h 114 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_dspr2 macro
  /external/libvpx/armv7a/
vp8_rtcd.h 276 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_armv6 macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vp8_rtcd.h 119 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_armv6 macro
  /external/libvpx/armv7a-neon/
vp8_rtcd.h 317 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_neon macro
  /external/libvpx/x86/
vp8_rtcd.h 361 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_sse2 macro
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vp8_rtcd.h 139 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_neon macro
  /external/libvpx/libvpx/vp8/decoder/
decodeframe.c 952 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
encodeframe.c 756 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8;
    [all...]
firstpass.c 553 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
decodeframe.c 943 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodeframe.c 744 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8;
    [all...]
firstpass.c 553 xd->subpixel_predict8x8 = vp8_sixtap_predict8x8;
    [all...]

Completed in 60 milliseconds