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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
csystemdependent.c 51 unsigned int (*vp8_get4x4sse_cs)(unsigned char *src_ptr, int source_stride, unsigned char *ref_ptr, int recon_stride); variable
146 vp8_get4x4sse_cs = vp8_get4x4sse_cs_c;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
rtcd_defs.pl 409 add_proto qw/unsigned int vp8_get4x4sse_cs/, "const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride";
410 specialize qw/vp8_get4x4sse_cs mmx neon/;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vp8_rtcd.h 227 #define vp8_get4x4sse_cs vp8_get4x4sse_cs_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vp8_rtcd.h 227 #define vp8_get4x4sse_cs vp8_get4x4sse_cs_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vp8_rtcd.h 245 #define vp8_get4x4sse_cs vp8_get4x4sse_cs_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vp8_rtcd.h 151 RTCD_EXTERN unsigned int (*vp8_get4x4sse_cs)(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride); variable
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vp8_rtcd.h 263 #define vp8_get4x4sse_cs vp8_get4x4sse_cs_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vp8_rtcd.h 305 #define vp8_get4x4sse_cs vp8_get4x4sse_cs_neon macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
pickinter.c 128 return vp8_get4x4sse_cs(sptr, be->src_stride, dptr, 16);
    [all...]

Completed in 524 milliseconds