Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Dvariance_mmx.c180 unsigned int vp8_variance8x16_mmx( in vp8_variance8x16_mmx() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dvariance_test.cc326 const vp8_variance_fn_t variance8x16_mmx = vp8_variance8x16_mmx;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h458 unsigned int vp8_variance8x16_mmx(const unsigned char *src_ptr, int source_stride, const unsigned c…
818 if (flags & HAS_MMX) vp8_variance8x16 = vp8_variance8x16_mmx; in setup_rtcd_internal()