Searched refs:AV_CPU_FLAG_ATOM (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dcpu.h37 #define AV_CPU_FLAG_ATOM 0x10000000 ///< Atom processor, some SSSE3 instructions are slower macro
H A Dcpu.c59 { AV_CPU_FLAG_ATOM, "atom" },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/x86/
H A Daf_volume_init.c51 if (EXTERNAL_SSSE3(cpu_flags) && cpu_flags & AV_CPU_FLAG_ATOM) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dcpu.h42 #define AV_CPU_FLAG_ATOM 0x10000000 ///< Atom processor, some SSSE3 instructions are slower macro
H A Dcpu.c132 { "atom" , NULL, 0, AV_OPT_TYPE_CONST, { .i64 = AV_CPU_FLAG_ATOM }, .unit = "flags" },
191 { "atom" , NULL, 0, AV_OPT_TYPE_CONST, { .i64 = AV_CPU_FLAG_ATOM }, .unit = "flags" },
312 { AV_CPU_FLAG_ATOM, "atom" },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Daudiodsp_init.c59 if (cpu_flags & AV_CPU_FLAG_ATOM)
H A Dac3dsp_init.c244 if (cpu_flags & AV_CPU_FLAG_ATOM) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dac3dsp_mmx.c88 if (!(mm_flags & AV_CPU_FLAG_ATOM)) {
H A Ddsputil_mmx.c2891 if (mm_flags & AV_CPU_FLAG_ATOM) {
2907 if (mm_flags & AV_CPU_FLAG_ATOM) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/x86/
H A Dcpu.c167 rval |= AV_CPU_FLAG_ATOM;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/x86/
H A Dcpu.c212 rval |= AV_CPU_FLAG_ATOM;

Completed in 77 milliseconds