Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Dvariance_mmx.c137 unsigned int vp8_variance16x16_mmx( in vp8_variance16x16_mmx() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dvariance_test.cc328 const vp8_variance_fn_t variance16x16_mmx = vp8_variance16x16_mmx;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h443 unsigned int vp8_variance16x16_mmx(const unsigned char *src_ptr, int source_stride, const unsigned …
806 if (flags & HAS_MMX) vp8_variance16x16 = vp8_variance16x16_mmx; in setup_rtcd_internal()