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

/external/libvpx/vp8/common/
H A Donyxd.h33 int max_threads; member in struct:__anon8797
/external/chromium/base/metrics/
H A Dstats_table.cc101 int max_threads; member in struct:base::StatsTable::Private::TableHeader
107 int max_threads, int max_counters);
116 int max_threads() const { return table_header_->max_threads; } function in class:base::StatsTable::Private
134 return &data_table_[(counter_id-1) * max_threads()];
151 int max_threads);
168 int max_threads,
185 priv->InitializeTable(memory, size, max_counters, max_threads);
196 int max_threads) {
205 header->max_threads
166 New(const std::string& name, int size, int max_threads, int max_counters) argument
194 InitializeTable(void* memory, int size, int max_counters, int max_threads) argument
257 StatsTable(const std::string& name, int max_threads, int max_counters) argument
[all...]
/external/libvpx/vp8/decoder/
H A Donyxd_int.h94 int max_threads; member in struct:VP8Decompressor
/external/qemu/
H A Dposix-aio-compat.c66 static int max_threads = 64; variable
389 if (idle_threads == 0 && cur_threads < max_threads)
/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...]

Completed in 279 milliseconds