FFmpeg  1.2.12
Data Structures | Macros | Typedefs | Functions | Variables
cpudetect.h File Reference
#include "libavutil/x86_cpu.h"

Go to the source code of this file.

Data Structures

struct  cpucaps_s

Macros

#define CPUTYPE_I386   3
#define CPUTYPE_I486   4
#define CPUTYPE_I586   5
#define CPUTYPE_I686   6

Typedefs

typedef struct cpucaps_s CpuCaps

Functions

void ff_do_cpuid (unsigned int ax, unsigned int *p)
void ff_GetCpuCaps (CpuCaps *caps)
char * ff_GetCpuFriendlyName (unsigned int regs[], unsigned int regs2[])

Variables

CpuCaps ff_gCpuCaps

Macro Definition Documentation

#define CPUTYPE_I386   3

Definition at line 22 of file cpudetect.h.

#define CPUTYPE_I486   4

Definition at line 23 of file cpudetect.h.

#define CPUTYPE_I586   5

Definition at line 24 of file cpudetect.h.

#define CPUTYPE_I686   6

Definition at line 25 of file cpudetect.h.

Typedef Documentation

typedef struct cpucaps_s CpuCaps

Function Documentation

void ff_do_cpuid ( unsigned int  ax,
unsigned int *  p 
)
void ff_GetCpuCaps ( CpuCaps caps)
char* ff_GetCpuFriendlyName ( unsigned int  regs[],
unsigned int  regs2[] 
)

Variable Documentation

CpuCaps ff_gCpuCaps

Definition at line 206 of file vf_mp.c.

Referenced by check_values(), init_pullup(), put_image(), and vf_open().