FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
cpu.h File Reference
#include "config.h"
#include "libavutil/cpu.h"
#include "libavutil/cpu_internal.h"

Go to the source code of this file.

Macros

#define have_armv5te(flags)   CPUEXT(flags, ARMV5TE)
 
#define have_armv6(flags)   CPUEXT(flags, ARMV6)
 
#define have_armv6t2(flags)   CPUEXT(flags, ARMV6T2)
 
#define have_vfp(flags)   CPUEXT(flags, VFP)
 
#define have_vfpv3(flags)   CPUEXT(flags, VFPV3)
 
#define have_neon(flags)   CPUEXT(flags, NEON)
 

Macro Definition Documentation

#define have_armv5te (   flags)    CPUEXT(flags, ARMV5TE)

Definition at line 26 of file cpu.h.

Referenced by ff_dsputil_init_arm(), ff_MPV_common_init_arm(), and ff_videodsp_init_arm().

#define have_armv6 (   flags)    CPUEXT(flags, ARMV6)
#define have_armv6t2 (   flags)    CPUEXT(flags, ARMV6T2)

Definition at line 28 of file cpu.h.

#define have_vfp (   flags)    CPUEXT(flags, VFP)

Definition at line 29 of file cpu.h.

#define have_vfpv3 (   flags)    CPUEXT(flags, VFPV3)
#define have_neon (   flags)    CPUEXT(flags, NEON)

Definition at line 31 of file cpu.h.