Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/x86/
Dvp8_enc_stubs_sse2.c18 int vp8_mbblock_error_xmm(MACROBLOCK *mb, int dc) in vp8_mbblock_error_xmm() function
/external/libvpx/config/x86_64/
Dvp8_rtcd.h181 int vp8_mbblock_error_xmm(struct macroblock *mb, int dc);
182 #define vp8_mbblock_error vp8_mbblock_error_xmm
/external/libvpx/config/x86/
Dvp8_rtcd.h181 int vp8_mbblock_error_xmm(struct macroblock *mb, int dc);
182 #define vp8_mbblock_error vp8_mbblock_error_xmm
/external/libvpx/libvpx/vp8/common/
Drtcd_defs.pl280 $vp8_mbblock_error_sse2=vp8_mbblock_error_xmm;