Searched refs:AV_CPU_FLAG_FMA3 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dcpu.h54 #define AV_CPU_FLAG_FMA3 0x10000 ///< Haswell FMA3 functions macro
H A Dcpu.c62 AV_CPU_FLAG_FMA3 |
114 #define CPUFLAG_FMA3 (AV_CPU_FLAG_FMA3 | CPUFLAG_AVX)
196 { "fma3" , NULL, 0, AV_OPT_TYPE_CONST, { .i64 = AV_CPU_FLAG_FMA3 }, .unit = "flags" },
317 { AV_CPU_FLAG_FMA3, "fma3" },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/x86/
H A Dcpu.c137 rval |= AV_CPU_FLAG_FMA3;

Completed in 57 milliseconds