Home
last modified time | relevance | path

Searched refs:vp8_variance4x4_wmt (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Dvariance_sse2.c139 unsigned int vp8_variance4x4_wmt( in vp8_variance4x4_wmt() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Drtcd_defs.pl244 $vp8_variance4x4_sse2=vp8_variance4x4_wmt;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dvariance_test.cc339 const vp8_variance_fn_t variance4x4_wmt = vp8_variance4x4_wmt;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h454 unsigned int vp8_variance4x4_wmt(const unsigned char *src_ptr, int source_stride, const unsigned ch…
815 if (flags & HAS_SSE2) vp8_variance4x4 = vp8_variance4x4_wmt; in setup_rtcd_internal()