FFmpeg  4.0
Macros
cpu.h File Reference
#include "libavutil/cpu.h"
#include "libavutil/cpu_internal.h"

Go to the source code of this file.

Macros

#define PPC_ALTIVEC(flags)   CPUEXT(flags, ALTIVEC)
 
#define PPC_VSX(flags)   CPUEXT(flags, VSX)
 
#define PPC_POWER8(flags)   CPUEXT(flags, POWER8)
 

Macro Definition Documentation

◆ PPC_ALTIVEC

#define PPC_ALTIVEC (   flags)    CPUEXT(flags, ALTIVEC)

◆ PPC_VSX

#define PPC_VSX (   flags)    CPUEXT(flags, VSX)

Definition at line 26 of file cpu.h.

Referenced by ff_audiodsp_init_ppc(), ff_float_dsp_init_ppc(), and ff_pixblockdsp_init_ppc().

◆ PPC_POWER8

#define PPC_POWER8 (   flags)    CPUEXT(flags, POWER8)

Definition at line 27 of file cpu.h.