FFmpeg
|
#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 |
Definition at line 29 of file cpudetect.h.
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(), ff_sws_getFlagsAndFilterFromCmdLine(), init(), init_pullup(), put_image(), and vf_open().
int CpuCaps::hasMMX2 |
Definition at line 34 of file cpudetect.h.
Referenced by init(), init_pullup(), and put_image().
int CpuCaps::has3DNow |
Definition at line 35 of file cpudetect.h.
Referenced by init(), and init_pullup().
int CpuCaps::has3DNowExt |
Definition at line 36 of file cpudetect.h.
Referenced by init(), and init_pullup().
int CpuCaps::hasSSE |
Definition at line 37 of file cpudetect.h.
Referenced by init(), and init_pullup().
int CpuCaps::hasSSE2 |
Definition at line 38 of file cpudetect.h.
Referenced by init(), and init_pullup().
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.