Searched refs:g_threads (Results 1 – 15 of 15) sorted by relevance
/external/libvpx/libvpx/test/ |
D | vp9_ethread_test.cc | 177 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 …]
|
D | datarate_test.cc | 276 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 …]
|
D | altref_test.cc | 84 cfg_.g_threads = 0; in SetUp()
|
D | encode_perf_test.cc | 82 cfg_.g_threads = threads_; in SetUp()
|
D | encode_test_driver.h | 192 cfg_.g_threads = 1; in EncoderTest()
|
/external/libvpx/libvpx/examples/ |
D | vp8_multi_resolution_encoder.c | 464 cfg[0].g_threads = 1; in main() 465 cfg[1].g_threads = 1; in main() 466 cfg[2].g_threads = 1; in main()
|
D | vpx_temporal_svc_encoder.c | 704 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/ |
D | vpx_encoder.h | 299 unsigned int g_threads; member
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/ |
D | vp9_impl.cc | 295 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/ |
D | vp8_cx_iface.c | 140 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/ |
D | train_test.py | 792 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/ |
D | vp8_impl.cc | 542 configurations_[0].g_threads = NumberOfThreads( in InitEncode() 576 configurations_[i].g_threads = 1; in InitEncode()
|
/external/libvpx/libvpx/vpx/src/ |
D | svc_encodeframe.c | 502 if (svc_ctx->threads) enc_cfg->g_threads = svc_ctx->threads; in vpx_svc_init()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_cx_iface.c | 168 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/ |
D | vpxenc.c | 1180 config->cfg.g_threads = arg_parse_uint(&arg); in parse_stream_params() 1428 SHOW(g_threads); in show_stream_config()
|