FFmpeg
|
cpu.h
Go to the documentation of this file.
43 #define AV_CPU_FLAG_AVX 0x4000 ///< AVX functions: requires OS support even if YMM registers aren't used
attribute_deprecated int av_parse_cpu_flags(const char *s)
Parse CPU flags from a string.
Definition: cpu.c:50
attribute_deprecated void av_set_cpu_flags_mask(int mask)
Set a mask on flags returned by av_get_cpu_flags().
Definition: cpu.c:43
Macro definitions for various function/variable attributes.
int av_parse_cpu_caps(unsigned *flags, const char *s)
Parse CPU caps from a string and update the given AV_CPU_* flags based on that.
Definition: cpu.c:114
void av_force_cpu_flags(int flags)
Disables cpu detection and forces the specified flags.
Definition: cpu.c:25
int ff_get_cpu_flags_ppc(void)
This function MAY rely on signal() or fork() in order to make sure AltiVec is present.
Definition: ppc/cpu.c:38
int av_get_cpu_flags(void)
Return the flags which specify extensions supported by the CPU.
Definition: cpu.c:30
Generated on Mon Nov 18 2024 06:51:53 for FFmpeg by 1.8.11