Searched defs:max_threads (Results 1 - 10 of 10) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Donyxd.h35 int max_threads; member in struct:__anon9483
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decoder.h79 int max_threads; member in struct:VP9Decoder
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc90 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory, u32 max_threads, argument
93 max_threads_(max_threads),
/external/libvpx/libvpx/vp8/decoder/
H A Donyxd_int.h85 int max_threads; member in struct:VP8D_COMP
/external/linux-tools-perf/src/tools/perf/util/
H A Dthread_map.c64 int max_threads = 32, items, i; local
68 max_threads * sizeof(pid_t));
100 while (threads->nr + items >= max_threads) {
101 max_threads *= 2;
109 max_threads * sizeof(pid_t)));
/external/google-breakpad/src/google_breakpad/processor/
H A Dminidump.h316 static void set_max_threads(uint32_t max_threads) { argument
317 max_threads_ = max_threads;
319 static uint32_t max_threads() { return max_threads_; } function in class:google_breakpad::MinidumpThreadList
/external/opencv/cv/src/
H A DmycvHaarDetectObjects.cpp717 int max_threads = cvGetNumThreads(); local
718 #pragma omp parallel for num_threads(max_threads) schedule(dynamic)
885 int i, max_threads = 0; local
942 max_threads = cvGetNumThreads();
943 if( max_threads > 1 )
944 for( i = 0; i < max_threads; i++ )
1006 // if( max_threads > 1 )
1008 // strip_count = MAX(MIN(sz1.height/ystep, max_threads*3), 1);
1034 //#pragma omp parallel for num_threads(max_threads) schedule(dynamic)
1105 // if( max_threads >
[all...]
H A Dcvhaar.cpp518 int max_threads = cvGetNumThreads(); local
519 #pragma omp parallel for num_threads(max_threads) schedule(dynamic)
869 int i, max_threads = 0; local
914 max_threads = cvGetNumThreads();
915 if( max_threads > 1 )
916 for( i = 0; i < max_threads; i++ )
978 if( max_threads > 1 )
980 strip_count = MAX(MIN(sz1.height/ystep, max_threads*3), 1);
1006 #pragma omp parallel for num_threads(max_threads) schedule(dynamic)
1077 if( max_threads >
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encoder.h226 int max_threads; member in struct:VP9EncoderConfig
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_structs.h177 GLuint max_threads:5; /* may be less */ member in struct:brw_clip_unit_state::__anon12614
416 GLuint max_threads:6; member in struct:brw_sf_unit_state::__anon12634
485 GLuint max_threads:5; member in struct:brw_gs_unit_state::__anon12638
527 GLuint max_threads:6; member in struct:brw_vs_unit_state::__anon12641
589 GLuint max_threads:7; member in struct:brw_wm_unit_state::__anon12645

Completed in 594 milliseconds