HomeSort by relevance Sort by last modified time
    Searched defs:num_workers (Results 1 - 9 of 9) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_thread_common.h 39 int num_workers; member in struct:VP9LfSyncData
44 int width, int num_workers);
54 int num_workers, VP9LfSync *lf_sync);
vp9_thread_common.c 106 mi_row += lf_sync->num_workers * MI_BLOCK_SIZE) {
163 const int num_workers = VPXMIN(nworkers, tile_cols); local
167 num_workers > lf_sync->num_workers) {
169 vp9_loop_filter_alloc(lf_sync, cm, sb_rows, cm->width, num_workers);
176 // The decoder is capping num_workers because it has been observed that using
183 for (i = 0; i < num_workers; ++i) {
198 if (i == num_workers - 1) {
206 for (i = 0; i < num_workers; ++i) {
215 int num_workers, VP9LfSync *lf_sync)
    [all...]
  /device/google/cuttlefish_common/host/frontend/vnc_server/
frame_buffer_watcher.cpp 41 auto num_workers = std::max(std::thread::hardware_concurrency(), 1u); variable
42 std::generate_n(std::back_inserter(workers_), num_workers, [this] { variable
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
weighted_quantiles_stream_test.cc 184 int32 num_workers, double eps, int64 max_elements,
192 for (int32 i = 0; i < num_workers; ++i) {
194 worker_summary_generator(i, max_elements / num_workers, &total_weight,
225 const int32 num_workers = 10; local
227 const int64 max_elements = num_workers * (1 << 16);
229 num_workers, eps, max_elements, GenerateFixedUniformSummary,
234 const int32 num_workers = 10; local
236 const int64 max_elements = num_workers * (1 << 16);
237 TestDistributedStreams(num_workers, eps, max_elements,
246 const int32 num_workers = 10 local
255 const int32 num_workers = 10; local
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/
master.cc 560 const int num_workers = worker_names.size(); local
561 std::vector<Notification> n(num_workers);
564 std::vector<CleanupAllResponse> resp(num_workers);
566 for (int i = 0; i < num_workers; ++i) {
  /external/libvpx/libvpx/vp9/encoder/
vp9_ethread.c 49 t += cpi->num_workers) {
78 static void create_enc_workers(VP9_COMP *cpi, int num_workers) {
84 if (cpi->num_workers == 0) {
85 int allocated_workers = num_workers;
105 ++cpi->num_workers;
140 int num_workers) {
144 for (i = 0; i < num_workers; i++) {
152 for (i = 0; i < num_workers; i++) {
159 if (i == cpi->num_workers - 1)
166 for (i = 0; i < num_workers; i++)
175 const int num_workers = VPXMIN(cpi->oxcf.max_threads, tile_cols); local
442 int num_workers = VPXMAX(cpi->oxcf.max_threads, 1); local
527 int num_workers = cpi->num_workers ? cpi->num_workers : 1; local
599 int num_workers = VPXMAX(cpi->oxcf.max_threads, 1); local
    [all...]
vp9_bitstream.c 967 const int num_workers = cpi->num_workers; local
    [all...]
vp9_encoder.h 686 int num_workers; member in struct:VP9_COMP
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 1542 const int num_workers = VPXMIN(pbi->max_threads, tile_cols); local
    [all...]

Completed in 146 milliseconds