Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
Dvp8_enc_stubs_sse2.c18 int vp8_mbblock_error_xmm(MACROBLOCK *mb, int dc) in vp8_mbblock_error_xmm() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Drtcd_defs.pl484 $vp8_mbblock_error_sse2=vp8_mbblock_error_xmm;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h203 int vp8_mbblock_error_xmm(struct macroblock *mb, int dc);
624 if (flags & HAS_SSE2) vp8_mbblock_error = vp8_mbblock_error_xmm; in setup_rtcd_internal()