comparison avcodec.h @ 5112:2084a5764c07 libavcodec

Add CPU feature definitions for SSE3 and SSSE3. taken from a patch by Ronald S. Bultje, rbultje ronald.bitfreak net Date: Thu, 07 Jun 2007 08:57:46 -0400 Subject: Re: [FFmpeg-devel] [PATCH] Coremake support - ffmpeg_nommx.patch (1/1) - ffmpeg-nommx.patch (1/1) - ff-cputest-noavconfig.patch (1/1)
author diego
date Thu, 07 Jun 2007 16:58:08 +0000
parents 33c14c5956d0
children 5f9cbdd466fe
comparison
equal deleted inserted replaced
5111:33c14c5956d0 5112:2084a5764c07
1309 #define FF_MM_3DNOW 0x0004 /* AMD 3DNOW */ 1309 #define FF_MM_3DNOW 0x0004 /* AMD 3DNOW */
1310 #define FF_MM_MMXEXT 0x0002 /* SSE integer functions or AMD MMX ext */ 1310 #define FF_MM_MMXEXT 0x0002 /* SSE integer functions or AMD MMX ext */
1311 #define FF_MM_SSE 0x0008 /* SSE functions */ 1311 #define FF_MM_SSE 0x0008 /* SSE functions */
1312 #define FF_MM_SSE2 0x0010 /* PIV SSE2 functions */ 1312 #define FF_MM_SSE2 0x0010 /* PIV SSE2 functions */
1313 #define FF_MM_3DNOWEXT 0x0020 /* AMD 3DNowExt */ 1313 #define FF_MM_3DNOWEXT 0x0020 /* AMD 3DNowExt */
1314 #define FF_MM_SSE3 0x0040 /* Prescott SSE3 functions */
1315 #define FF_MM_SSSE3 0x0080 /* Conroe SSSE3 functions */
1314 #define FF_MM_IWMMXT 0x0100 /* XScale IWMMXT */ 1316 #define FF_MM_IWMMXT 0x0100 /* XScale IWMMXT */
1315 1317
1316 /** 1318 /**
1317 * bits per sample/pixel from the demuxer (needed for huffyuv). 1319 * bits per sample/pixel from the demuxer (needed for huffyuv).
1318 * - encoding: Set by libavcodec. 1320 * - encoding: Set by libavcodec.