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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
variance_c.c 97 unsigned int vp8_variance16x8_c( function
431 return vp8_variance16x8_c(temp2, 16, dst_ptr, dst_pixels_per_line, sse);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vp8_rtcd.h 127 unsigned int vp8_variance16x8_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse);
128 #define vp8_variance16x8 vp8_variance16x8_c
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vp8_rtcd.h 127 unsigned int vp8_variance16x8_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse);
128 #define vp8_variance16x8 vp8_variance16x8_c
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vp8_rtcd.h 145 unsigned int vp8_variance16x8_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse);
146 #define vp8_variance16x8 vp8_variance16x8_c
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vp8_rtcd.h 155 unsigned int vp8_variance16x8_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse);
156 #define vp8_variance16x8 vp8_variance16x8_c
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
variance_neon.asm 95 ;unsigned int vp8_variance16x8_c(
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vp8_rtcd.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vp8_rtcd.h 183 unsigned int vp8_variance16x8_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
variance_test.cc 300 const vp8_variance_fn_t variance16x8_c = vp8_variance16x8_c;

Completed in 156 milliseconds