Home
last modified time | relevance | path

Searched refs:g_threads (Results 1 – 15 of 15) sorted by relevance

/external/libvpx/libvpx/test/
Dvp9_ethread_test.cc177 cfg_.g_threads = 1; in TEST_P()
193 cfg_.g_threads = 1; in TEST_P()
197 cfg_.g_threads = 4; in TEST_P()
209 cfg_.g_threads = 2; in TEST_P()
213 cfg_.g_threads = 8; in TEST_P()
327 cfg_.g_threads = 1; in TEST_P()
334 cfg_.g_threads = threads_; in TEST_P()
346 cfg_.g_threads = 1; in TEST_P()
361 cfg_.g_threads = 2; in TEST_P()
368 cfg_.g_threads = threads_; in TEST_P()
[all …]
Ddatarate_test.cc276 cfg_.g_threads = 2; in TEST_P()
412 cfg_.g_threads = 2; in TEST_P()
433 cfg_.g_threads = 2; in TEST_P()
620 encoder->Control(VP9E_SET_TILE_COLUMNS, (cfg_.g_threads >> 1)); in PreEncodeFrameHook()
846 cfg_.g_threads = 2; in TEST_P()
1121 cfg_.g_threads = 2; in TEST_P()
1150 cfg_.g_threads = 4;
1251 encoder->Control(VP9E_SET_TILE_COLUMNS, (cfg_.g_threads >> 1)); in PreEncodeFrameHook()
1460 cfg_.g_threads = 1; in TEST_P()
1500 cfg_.g_threads = 1; in TEST_P()
[all …]
Daltref_test.cc84 cfg_.g_threads = 0; in SetUp()
Dencode_perf_test.cc82 cfg_.g_threads = threads_; in SetUp()
Dencode_test_driver.h192 cfg_.g_threads = 1; in EncoderTest()
/external/libvpx/libvpx/examples/
Dvp8_multi_resolution_encoder.c464 cfg[0].g_threads = 1; in main()
465 cfg[1].g_threads = 1; in main()
466 cfg[2].g_threads = 1; in main()
Dvpx_temporal_svc_encoder.c704 cfg.g_threads = (unsigned int)strtoul(argv[11], NULL, 0); in main()
786 vpx_codec_control(&codec, VP9E_SET_TILE_COLUMNS, (cfg.g_threads >> 1)); in main()
789 if (cfg.g_threads > 1 && ((cfg.g_w > 320 && cfg.g_h > 240) || speed < 7)) in main()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h299 unsigned int g_threads; member
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc295 config_->g_threads = 1; in InitEncode()
322 config_->g_threads = in InitEncode()
443 vpx_codec_control(encoder_, VP9E_SET_TILE_COLUMNS, (config_->g_threads >> 1)); in InitAndSetControlSettings()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c140 RANGE_CHECK_HI(cfg, g_threads, 64); in validate_config()
250 if (cfg->g_threads > (1 << vp8_cfg->token_partitions)) in validate_config()
278 oxcf->multi_threaded = cfg.g_threads; in set_vp8e_config()
/external/tensorflow/tensorflow/contrib/gan/python/
Dtrain_test.py792 g_threads = g_opt.get_chief_queue_runner().create_threads(sess, coord)
807 coord.join(g_threads + d_threads)
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc542 configurations_[0].g_threads = NumberOfThreads( in InitEncode()
576 configurations_[i].g_threads = 1; in InitEncode()
/external/libvpx/libvpx/vpx/src/
Dsvc_encodeframe.c502 if (svc_ctx->threads) enc_cfg->g_threads = svc_ctx->threads; in vpx_svc_init()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c168 RANGE_CHECK_HI(cfg, g_threads, 64); in validate_config()
473 oxcf->max_threads = (int)cfg->g_threads; in set_encoder_config()
/external/libvpx/libvpx/
Dvpxenc.c1180 config->cfg.g_threads = arg_parse_uint(&arg); in parse_stream_params()
1428 SHOW(g_threads); in show_stream_config()