HomeSort by relevance Sort by last modified time
    Searched refs:g_threads (Results 1 - 17 of 17) sorted by null

  /external/libvpx/libvpx/test/
vp9_ethread_test.cc 176 cfg_.g_threads = 1;
192 cfg_.g_threads = 1;
196 cfg_.g_threads = 4;
208 cfg_.g_threads = 2;
212 cfg_.g_threads = 8;
327 cfg_.g_threads = 1;
334 cfg_.g_threads = threads_;
348 cfg_.g_threads = 1;
363 cfg_.g_threads = 2;
370 cfg_.g_threads = threads_
    [all...]
datarate_test.cc 275 cfg_.g_threads = 2;
416 cfg_.g_threads = 2;
563 encoder->Control(VP9E_SET_TILE_COLUMNS, (cfg_.g_threads >> 1));
729 cfg_.g_threads = 2;
    [all...]
altref_test.cc 84 cfg_.g_threads = 0;
encode_perf_test.cc 82 cfg_.g_threads = threads_;
encode_test_driver.h 185 cfg_.g_threads = 1;
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/tests/
malloc_lockup.cpp 63 static pthread_t g_threads[kMaxThreads]; variable
120 int ret = pthread_create(&g_threads[n], &attr, my_thread, (void*)n);
143 pthread_join(g_threads[n], &dummy);
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/tests/
malloc_lockup.cpp 63 static pthread_t g_threads[kMaxThreads]; variable
120 int ret = pthread_create(&g_threads[n], &attr, my_thread, (void*)n);
143 pthread_join(g_threads[n], &dummy);
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 301 unsigned int g_threads; member in struct:vpx_codec_enc_cfg
    [all...]
  /external/libvpx/libvpx/examples/
vp8_multi_resolution_encoder.c 463 cfg[0].g_threads = 1;
464 cfg[1].g_threads = 1;
465 cfg[2].g_threads = 1;
vpx_temporal_svc_encoder.c 648 cfg.g_threads = (unsigned int)strtoul(argv[11], NULL, 0);
724 vpx_codec_control(&codec, VP9E_SET_TILE_COLUMNS, (cfg.g_threads >> 1));
727 if (cfg.g_threads > 1 && ((cfg.g_w > 320 && cfg.g_h > 240) || speed < 7))
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc 295 config_->g_threads = 1;
322 config_->g_threads =
443 vpx_codec_control(encoder_, VP9E_SET_TILE_COLUMNS, (config_->g_threads >> 1));
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 140 RANGE_CHECK_HI(cfg, g_threads, 64);
250 if (cfg->g_threads > (1 << vp8_cfg->token_partitions))
251 ERROR("g_threads cannot be bigger than number of token partitions");
278 oxcf->multi_threaded = cfg.g_threads;
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 128 mCodecConfiguration->g_threads = GetCPUCoreCount();
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 542 configurations_[0].g_threads = NumberOfThreads(
576 configurations_[i].g_threads = 1;
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 168 RANGE_CHECK_HI(cfg, g_threads, 64);
449 oxcf->max_threads = (int)cfg->g_threads;
    [all...]
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 502 if (svc_ctx->threads) enc_cfg->g_threads = svc_ctx->threads;
  /external/libvpx/libvpx/
vpxenc.c     [all...]

Completed in 408 milliseconds