FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
CpuCaps Struct Reference

#include <cpudetect.h>

Data Fields

int cpuType
 
int cpuModel
 
int cpuStepping
 
int hasMMX
 
int hasMMX2
 
int has3DNow
 
int has3DNowExt
 
int hasSSE
 
int hasSSE2
 
int hasSSE3
 
int hasSSSE3
 
int hasSSE4
 
int hasSSE42
 
int hasSSE4a
 
int hasAVX
 
int isX86
 
unsigned cl_size
 
int hasAltiVec
 
int hasTSC
 

Detailed Description

Definition at line 29 of file cpudetect.h.

Field Documentation

int CpuCaps::cpuType

Definition at line 30 of file cpudetect.h.

int CpuCaps::cpuModel

Definition at line 31 of file cpudetect.h.

int CpuCaps::cpuStepping

Definition at line 32 of file cpudetect.h.

int CpuCaps::hasMMX

Definition at line 33 of file cpudetect.h.

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

int CpuCaps::hasMMX2

Definition at line 34 of file cpudetect.h.

Referenced by init(), and put_image().

int CpuCaps::has3DNow

Definition at line 35 of file cpudetect.h.

Referenced by init().

int CpuCaps::has3DNowExt

Definition at line 36 of file cpudetect.h.

Referenced by init().

int CpuCaps::hasSSE

Definition at line 37 of file cpudetect.h.

Referenced by init().

int CpuCaps::hasSSE2

Definition at line 38 of file cpudetect.h.

Referenced by init().

int CpuCaps::hasSSE3

Definition at line 39 of file cpudetect.h.

Referenced by init().

int CpuCaps::hasSSSE3

Definition at line 40 of file cpudetect.h.

Referenced by init().

int CpuCaps::hasSSE4

Definition at line 41 of file cpudetect.h.

Referenced by init().

int CpuCaps::hasSSE42

Definition at line 42 of file cpudetect.h.

Referenced by init().

int CpuCaps::hasSSE4a

Definition at line 43 of file cpudetect.h.

int CpuCaps::hasAVX

Definition at line 44 of file cpudetect.h.

Referenced by init().

int CpuCaps::isX86

Definition at line 45 of file cpudetect.h.

unsigned CpuCaps::cl_size

Definition at line 46 of file cpudetect.h.

int CpuCaps::hasAltiVec

Definition at line 47 of file cpudetect.h.

int CpuCaps::hasTSC

Definition at line 48 of file cpudetect.h.


The documentation for this struct was generated from the following file: