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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
systemdependent.c 29 extern void (*vp8_mbpost_proc_across_ip)(unsigned char *src, int pitch, int rows, int cols, int flimit);
158 vp8_mbpost_proc_across_ip = vp8_mbpost_proc_across_ip_c;
  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 163 add_proto qw/void vp8_mbpost_proc_across_ip/, "unsigned char *dst, int pitch, int rows, int cols,int flimit";
164 specialize qw/vp8_mbpost_proc_across_ip sse2 msa/;
postproc.c 317 vp8_mbpost_proc_across_ip(post->y_buffer, post->y_stride, post->y_height,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
rtcd_defs.pl 170 add_proto qw/void vp8_mbpost_proc_across_ip/, "unsigned char *dst, int pitch, int rows, int cols,int flimit";
171 specialize qw/vp8_mbpost_proc_across_ip sse2/;
postproc.c 316 vp8_mbpost_proc_across_ip(post->y_buffer, post->y_stride, post->y_height,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vp8_rtcd.h 208 RTCD_EXTERN void (*vp8_mbpost_proc_across_ip)(unsigned char *dst, int pitch, int rows, int cols,int flimit); variable
    [all...]
  /external/libvpx/config/x86/
vp8_rtcd.h 186 #define vp8_mbpost_proc_across_ip vp8_mbpost_proc_across_ip_xmm macro
  /external/libvpx/config/x86_64/
vp8_rtcd.h 186 #define vp8_mbpost_proc_across_ip vp8_mbpost_proc_across_ip_xmm macro

Completed in 196 milliseconds