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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
systemdependent.c 27 extern void (*vp8_mbpost_proc_down)(unsigned char *dst, int pitch, int rows, int cols, int flimit);
157 vp8_mbpost_proc_down = vp8_mbpost_proc_down_c;
  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 159 add_proto qw/void vp8_mbpost_proc_down/, "unsigned char *dst, int pitch, int rows, int cols,int flimit";
160 specialize qw/vp8_mbpost_proc_down mmx sse2 msa/;
postproc.c 319 vp8_mbpost_proc_down(post->y_buffer, post->y_stride, post->y_height,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
rtcd_defs.pl 166 add_proto qw/void vp8_mbpost_proc_down/, "unsigned char *dst, int pitch, int rows, int cols,int flimit";
167 specialize qw/vp8_mbpost_proc_down mmx sse2/;
postproc.c 318 vp8_mbpost_proc_down(post->y_buffer, post->y_stride, post->y_height,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vp8_rtcd.h 213 RTCD_EXTERN void (*vp8_mbpost_proc_down)(unsigned char *dst, int pitch, int rows, int cols,int flimit); variable
    [all...]
  /external/libvpx/config/x86/
vp8_rtcd.h 191 #define vp8_mbpost_proc_down vp8_mbpost_proc_down_xmm macro
  /external/libvpx/config/x86_64/
vp8_rtcd.h 191 #define vp8_mbpost_proc_down vp8_mbpost_proc_down_xmm macro

Completed in 169 milliseconds