Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dvariance_c.c130 unsigned int vp8_variance4x4_c( in vp8_variance4x4_c() function
306 return vp8_variance4x4_c(temp2, 4, dst_ptr, dst_pixels_per_line, sse); in vp8_sub_pixel_variance4x4_c()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvp8_rtcd.h118 unsigned int vp8_variance4x4_c(const unsigned char *src_ptr, int source_stride, const unsigned char…
119 #define vp8_variance4x4 vp8_variance4x4_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvp8_rtcd.h118 unsigned int vp8_variance4x4_c(const unsigned char *src_ptr, int source_stride, const unsigned char…
119 #define vp8_variance4x4 vp8_variance4x4_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvp8_rtcd.h136 unsigned int vp8_variance4x4_c(const unsigned char *src_ptr, int source_stride, const unsigned char…
137 #define vp8_variance4x4 vp8_variance4x4_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvp8_rtcd.h145 unsigned int vp8_variance4x4_c(const unsigned char *src_ptr, int source_stride, const unsigned char…
146 #define vp8_variance4x4 vp8_variance4x4_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvp8_rtcd.h171 unsigned int vp8_variance4x4_c(const unsigned char *src_ptr, int source_stride, const unsigned char…
172 #define vp8_variance4x4 vp8_variance4x4_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dvariance_test.cc297 const vp8_variance_fn_t variance4x4_c = vp8_variance4x4_c;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h452 unsigned int vp8_variance4x4_c(const unsigned char *src_ptr, int source_stride, const unsigned char…
813 vp8_variance4x4 = vp8_variance4x4_c; in setup_rtcd_internal()