Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dvariance_c.c65 unsigned int vp8_variance16x16_c( in vp8_variance16x16_c() function
355 return vp8_variance16x16_c(temp2, 16, dst_ptr, dst_pixels_per_line, sse); in vp8_sub_pixel_variance16x16_c()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvp8_rtcd.h130 unsigned int vp8_variance16x16_c(const unsigned char *src_ptr, int source_stride, const unsigned ch…
131 #define vp8_variance16x16 vp8_variance16x16_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvp8_rtcd.h130 unsigned int vp8_variance16x16_c(const unsigned char *src_ptr, int source_stride, const unsigned ch…
131 #define vp8_variance16x16 vp8_variance16x16_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvp8_rtcd.h148 unsigned int vp8_variance16x16_c(const unsigned char *src_ptr, int source_stride, const unsigned ch…
149 #define vp8_variance16x16 vp8_variance16x16_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvp8_rtcd.h158 unsigned int vp8_variance16x16_c(const unsigned char *src_ptr, int source_stride, const unsigned ch…
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dvariance_test.cc301 const vp8_variance_fn_t variance16x16_c = vp8_variance16x16_c;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvp8_rtcd.h187 unsigned int vp8_variance16x16_c(const unsigned char *src_ptr, int source_stride, const unsigned ch…
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h442 unsigned int vp8_variance16x16_c(const unsigned char *src_ptr, int source_stride, const unsigned ch…
805 vp8_variance16x16 = vp8_variance16x16_c; in setup_rtcd_internal()