| 
    OpenShot Library | libopenshot
    0.4.0
    
   | 
 
Header file for OpenMPUtilities (set some common macros) More...
Go to the source code of this file.
Macros | |
| #define | FF_AUDIO_NUM_PROCESSORS std::min(omp_get_num_procs(), std::max(2, openshot::Settings::Instance()->FF_THREADS)) | 
| #define | FF_VIDEO_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_AUDIO_NUM_PROCESSORS std::min(omp_get_num_procs(), std::max(2, openshot::Settings::Instance()->FF_THREADS)) | 
Definition at line 25 of file OpenMPUtilities.h.
| #define FF_VIDEO_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 32 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.
 1.8.17