Home
last modified time | relevance | path

Searched refs:omp_get_max_threads (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dviter.c12 #define omp_get_max_threads() 1 macro
75 const unsigned int max_threads = omp_get_max_threads (); in viter_do_iteration()
Dlibimagequant.c32 #define omp_get_max_threads() 1 macro
354 …attr->use_dither_map = (speed <= (omp_get_max_threads () > 1 ? 7 : 5)); // parallelized dith… in liq_set_speed()
552 omp_get_max_threads ()); in liq_image_use_low_memory()
591 omp_get_max_threads ()); in liq_image_create_internal()
1178 const unsigned int max_threads = MIN (MAX_THREADS, omp_get_max_threads ()); in remap_to_palette()
/third_party/boost/libs/numeric/odeint/examples/openmp/
Dphase_chain.cpp81 int chunk_size = N/omp_get_max_threads(); in main()
Dphase_chain_omp_state.cpp80 const size_t blocks = omp_get_max_threads(); in main()
/third_party/boost/boost/numeric/odeint/external/openmp/
Dopenmp_state.hpp112 if(to.size() == 0) to.resize( omp_get_max_threads() ); in split()
/third_party/mesa3d/src/mesa/swrast/
Ds_context.c720 const GLuint maxThreads = omp_get_max_threads(); in _swrast_CreateContext()
Ds_texcombine.c595 const GLint maxThreads = omp_get_max_threads(); in _swrast_texture_span()