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_armv8(flags)   CPUEXT(flags, ARMV8)
 
#define have_neon(flags)   CPUEXT(flags, NEON)
 
#define have_vfp(flags)   CPUEXT(flags, VFP)
 

Macro Definition Documentation

#define have_armv8 (   flags)    CPUEXT(flags, ARMV8)

Definition at line 26 of file cpu.h.

Referenced by ff_videodsp_init_aarch64().

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

Definition at line 28 of file cpu.h.

Referenced by ff_float_dsp_init_arm(), and main().