OpenShot Library | libopenshot
0.3.3
|
Header file for OpenMPUtilities (set some common macros) More...
Go to the source code of this file.
Macros | |
#define | FF_NUM_PROCESSORS (std::min(omp_get_num_procs(), std::max(2, openshot::Settings::Instance()->FF_THREADS) )) |
#define | OPEN_MP_MAX_ACTIVE OPEN_MP_NUM_PROCESSORS |
#define | OPEN_MP_NUM_PROCESSORS (std::min(omp_get_num_procs(), std::max(2, openshot::Settings::Instance()->OMP_THREADS) )) |
Header file for OpenMPUtilities (set some common macros)
Definition in file OpenMPUtilities.h.
#define FF_NUM_PROCESSORS (std::min(omp_get_num_procs(), std::max(2, openshot::Settings::Instance()->FF_THREADS) )) |
Definition at line 24 of file OpenMPUtilities.h.
#define OPEN_MP_MAX_ACTIVE OPEN_MP_NUM_PROCESSORS |
Definition at line 31 of file OpenMPUtilities.h.
#define OPEN_MP_NUM_PROCESSORS (std::min(omp_get_num_procs(), std::max(2, openshot::Settings::Instance()->OMP_THREADS) )) |
Definition at line 23 of file OpenMPUtilities.h.