Home
last modified time | relevance | path

Searched refs:vp8_variance16x8_mmx (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Dvariance_mmx.c159 unsigned int vp8_variance16x8_mmx( in vp8_variance16x8_mmx() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dvariance_test.cc327 const vp8_variance_fn_t variance16x8_mmx = vp8_variance16x8_mmx;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h448 unsigned int vp8_variance16x8_mmx(const unsigned char *src_ptr, int source_stride, const unsigned c…
810 if (flags & HAS_MMX) vp8_variance16x8 = vp8_variance16x8_mmx; in setup_rtcd_internal()