Home
last modified time | relevance | path

Searched refs:vp8_variance8x8_c (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dvariance_c.c114 unsigned int vp8_variance8x8_c( in vp8_variance8x8_c() function
331 return vp8_variance8x8_c(temp2, 8, dst_ptr, dst_pixels_per_line, sse); in vp8_sub_pixel_variance8x8_c()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvp8_rtcd.h121 unsigned int vp8_variance8x8_c(const unsigned char *src_ptr, int source_stride, const unsigned char…
122 #define vp8_variance8x8 vp8_variance8x8_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvp8_rtcd.h121 unsigned int vp8_variance8x8_c(const unsigned char *src_ptr, int source_stride, const unsigned char…
122 #define vp8_variance8x8 vp8_variance8x8_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvp8_rtcd.h139 unsigned int vp8_variance8x8_c(const unsigned char *src_ptr, int source_stride, const unsigned char…
140 #define vp8_variance8x8 vp8_variance8x8_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvp8_rtcd.h148 unsigned int vp8_variance8x8_c(const unsigned char *src_ptr, int source_stride, const unsigned char…
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dvariance_test.cc298 const vp8_variance_fn_t variance8x8_c = vp8_variance8x8_c;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvp8_rtcd.h174 unsigned int vp8_variance8x8_c(const unsigned char *src_ptr, int source_stride, const unsigned char…
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h462 unsigned int vp8_variance8x8_c(const unsigned char *src_ptr, int source_stride, const unsigned char…
821 vp8_variance8x8 = vp8_variance8x8_c; in setup_rtcd_internal()