Searched refs:AV_CPU_FLAG_FMA4 (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dcpu.h42 #define AV_CPU_FLAG_FMA4 0x0800 ///< Bulldozer FMA4 functions macro
H A Dcpu.c64 { AV_CPU_FLAG_FMA4, "fma4" },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dcpu.h47 #define AV_CPU_FLAG_FMA4 0x0800 ///< Bulldozer FMA4 functions macro
H A Dcpu.c63 AV_CPU_FLAG_FMA4 |
115 #define CPUFLAG_FMA4 (AV_CPU_FLAG_FMA4 | CPUFLAG_AVX)
197 { "fma4" , NULL, 0, AV_OPT_TYPE_CONST, { .i64 = AV_CPU_FLAG_FMA4 }, .unit = "flags" },
318 { AV_CPU_FLAG_FMA4, "fma4" },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/x86/
H A Dcpu.c146 rval |= AV_CPU_FLAG_FMA4;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/x86/
H A Dcpu.c188 rval |= AV_CPU_FLAG_FMA4;

Completed in 37 milliseconds