comparison avcodec.h @ 9329:263add3e2616 libavcodec

Add SSE4 detection support
author conrad
date Wed, 01 Apr 2009 09:11:32 +0000
parents b5d1395879a0
children 62940d73e9fe
comparison
equal deleted inserted replaced
9328:6a1ad1d933cd 9329:263add3e2616
1460 #define FF_MM_SSE 0x0008 ///< SSE functions 1460 #define FF_MM_SSE 0x0008 ///< SSE functions
1461 #define FF_MM_SSE2 0x0010 ///< PIV SSE2 functions 1461 #define FF_MM_SSE2 0x0010 ///< PIV SSE2 functions
1462 #define FF_MM_3DNOWEXT 0x0020 ///< AMD 3DNowExt 1462 #define FF_MM_3DNOWEXT 0x0020 ///< AMD 3DNowExt
1463 #define FF_MM_SSE3 0x0040 ///< Prescott SSE3 functions 1463 #define FF_MM_SSE3 0x0040 ///< Prescott SSE3 functions
1464 #define FF_MM_SSSE3 0x0080 ///< Conroe SSSE3 functions 1464 #define FF_MM_SSSE3 0x0080 ///< Conroe SSSE3 functions
1465 #define FF_MM_SSE4 0x0100 ///< Penryn SSE4.1 functions
1466 #define FF_MM_SSE42 0x0200 ///< Nehalem SSE4.2 functions
1465 #define FF_MM_IWMMXT 0x0100 ///< XScale IWMMXT 1467 #define FF_MM_IWMMXT 0x0100 ///< XScale IWMMXT
1466 #define FF_MM_ALTIVEC 0x0001 ///< standard AltiVec 1468 #define FF_MM_ALTIVEC 0x0001 ///< standard AltiVec
1467 1469
1468 /** 1470 /**
1469 * bits per sample/pixel from the demuxer (needed for huffyuv). 1471 * bits per sample/pixel from the demuxer (needed for huffyuv).