Lines Matching full:functions
32 #define AV_CPU_FLAG_MMXEXT 0x0002 ///< SSE integer functions or AMD MMX ext
33 #define AV_CPU_FLAG_MMX2 0x0002 ///< SSE integer functions or AMD MMX ext
35 #define AV_CPU_FLAG_SSE 0x0008 ///< SSE functions
36 #define AV_CPU_FLAG_SSE2 0x0010 ///< PIV SSE2 functions
40 #define AV_CPU_FLAG_SSE3 0x0040 ///< Prescott SSE3 functions
43 #define AV_CPU_FLAG_SSSE3 0x0080 ///< Conroe SSSE3 functions
46 #define AV_CPU_FLAG_SSE4 0x0100 ///< Penryn SSE4.1 functions
47 #define AV_CPU_FLAG_SSE42 0x0200 ///< Nehalem SSE4.2 functions
48 #define AV_CPU_FLAG_AESNI 0x80000 ///< Advanced Encryption Standard functions
49 #define AV_CPU_FLAG_AVX 0x4000 ///< AVX functions: requires OS support even if YMM registe…
51 #define AV_CPU_FLAG_XOP 0x0400 ///< Bulldozer XOP functions
52 #define AV_CPU_FLAG_FMA4 0x0800 ///< Bulldozer FMA4 functions
54 #define AV_CPU_FLAG_AVX2 0x8000 ///< AVX2 functions: requires OS support even if YMM regist…
55 #define AV_CPU_FLAG_FMA3 0x10000 ///< Haswell FMA3 functions
58 #define AV_CPU_FLAG_AVX512 0x100000 ///< AVX-512 functions: requires OS support even if YMM/ZMM…