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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
variance_c.c 81 unsigned int vp8_variance8x16_c( function
457 return vp8_variance8x16_c(temp2, 8, dst_ptr, dst_pixels_per_line, sse);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vp8_rtcd.h 124 unsigned int vp8_variance8x16_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse);
125 #define vp8_variance8x16 vp8_variance8x16_c
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vp8_rtcd.h 124 unsigned int vp8_variance8x16_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse);
125 #define vp8_variance8x16 vp8_variance8x16_c
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vp8_rtcd.h 142 unsigned int vp8_variance8x16_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse);
143 #define vp8_variance8x16 vp8_variance8x16_c
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vp8_rtcd.h 152 unsigned int vp8_variance8x16_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse);
153 #define vp8_variance8x16 vp8_variance8x16_c
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
variance_neon.asm 157 ;unsigned int vp8_variance8x16_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 179 unsigned int vp8_variance8x16_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 299 const vp8_variance_fn_t variance8x16_c = vp8_variance8x16_c;

Completed in 66 milliseconds