Searched refs:g_w (Results 1 - 25 of 25) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_compute.c42 int g_w, int g_h, int g_d,
68 machine->SystemValue[i].xyzw[0].i[j] = g_w;
86 int g_w, int g_h, int g_d,
94 machine->SystemValue[i].xyzw[0].i[j] = g_w;
111 int g_w, int g_h, int g_d, int num_threads,
120 grp_hit_barrier |= cs_run(cs, g_w, g_h, g_d, machines[i], restart_threads);
177 int g_w, g_h, g_d; local
224 for (g_w = 0; g_w < grid_size[0]; g_w
39 cs_prepare(const struct sp_compute_shader *cs, struct tgsi_exec_machine *machine, int w, int h, int d, int g_w, int g_h, int g_d, int b_w, int b_h, int b_d, struct tgsi_sampler *sampler, struct tgsi_image *image, struct tgsi_buffer *buffer ) argument
85 cs_run(const struct sp_compute_shader *cs, int g_w, int g_h, int g_d, struct tgsi_exec_machine *machine, bool restart) argument
110 run_workgroup(const struct sp_compute_shader *cs, int g_w, int g_h, int g_d, int num_threads, struct tgsi_exec_machine **machines) argument
[all...]
/external/libvpx/libvpx/
H A Divfenc.c27 mem_put_le16(header + 12, cfg->g_w); // width
H A Dwebmenc.cc43 segment->AddVideoTrack(static_cast<int>(cfg->g_w),
59 ((cfg->g_w * par->numerator * 1.0) / par->denominator) + .5);
H A Dvideo_writer.c26 cfg.g_w = info->frame_width;
H A Dvpxenc.c1095 stream->config.cfg.g_w = 0;
1184 config->cfg.g_w = arg_parse_uint(&arg);
1322 if (!stream->config.cfg.g_w || !stream->config.cfg.g_h)
1375 if (!stream->config.cfg.g_w) {
1377 stream->config.cfg.g_w = w;
1379 stream->config.cfg.g_w = w * stream->config.cfg.g_h / h;
1382 stream->config.cfg.g_h = h * stream->config.cfg.g_w / w;
1430 SHOW(g_w);
1606 (img->d_w != cfg->g_w || img->d_h != cfg->g_h)) {
1614 vpx_img_alloc(NULL, VPX_IMG_FMT_I42016, cfg->g_w, cf
[all...]
/external/libvpx/libvpx/examples/
H A Dset_maps.c70 roi.cols = (cfg->g_w + 15) / 16;
102 map.cols = (cfg->g_w + 15) / 16;
118 map.cols = (cfg->g_w + 15) / 16;
197 cfg.g_w = info.frame_width;
202 (unsigned int)(bits_per_pixel_per_frame * cfg.g_w * cfg.g_h * fps / 1000);
H A Dvp8_multi_resolution_encoder.c136 mem_put_le16(header + 12, cfg->g_w); /* width */
412 cfg[0].g_w = width;
450 unsigned int iw = cfg[i - 1].g_w * dsf[i - 1].den + dsf[i - 1].num - 1;
452 cfg[i].g_w = iw / dsf[i - 1].num;
458 if ((cfg[i].g_w) % 2) cfg[i].g_w++;
470 if (!vpx_img_alloc(&raw[i], VPX_IMG_FMT_I420, cfg[i].g_w, cfg[i].g_h, 32))
471 die("Failed to allocate image", cfg[i].g_w, cfg[i].g_h);
560 length_frame = cfg[i].g_w * cfg[i].g_h * 3 / 2;
H A Dvp9_spatial_svc_encoder.c200 enc_cfg->g_w = default_width;
221 enc_cfg->g_w = arg_parse_uint(&arg);
368 if (enc_cfg->g_w < 16 || enc_cfg->g_w % 2 || enc_cfg->g_h < 16 ||
370 die("Invalid resolution: %d x %d\n", enc_cfg->g_w, enc_cfg->g_h);
379 app_input->frames_to_skip, svc_ctx->spatial_layers, enc_cfg->g_w,
646 enc_cfg.g_w, enc_cfg.g_h, 32)) {
647 die("Failed to allocate image %dx%d\n", enc_cfg.g_w, enc_cfg.g_h);
650 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, enc_cfg.g_w, enc_cfg.g_h, 32)) {
651 die("Failed to allocate image %dx%d\n", enc_cfg.g_w, enc_cf
[all...]
H A Dtwopass_encoder.c156 cfg->g_w,
232 cfg.g_w = w;
H A Dsimple_encoder.c207 cfg.g_w = info.frame_width;
H A Dvp8cx_set_ref.c145 cfg.g_w = info.frame_width;
H A Dvp9_lossless_encoder.c101 cfg.g_w = info.frame_width;
H A Dvpx_temporal_svc_encoder.c175 roi->cols = (cfg->g_w + 15) / 16;
659 cfg.g_w = width;
740 info.frame_width = cfg.g_w;
789 if (cfg.g_threads > 1 && ((cfg.g_w > 320 && cfg.g_h > 240) || speed < 7))
H A Dvp9cx_set_ref.c362 cfg.g_w = info.frame_width;
/external/libvpx/libvpx/test/
H A Dencode_api_test.cc94 cfg.g_w = width;
142 cfg[0].g_w = width;
167 cfg[1].g_w = width_down;
H A Dencode_test_driver.cc28 cfg_.g_w = img->d_w;
77 if (cfg_.g_w != img->d_w || cfg_.g_h != img->d_h) {
78 cfg_.g_w = img->d_w;
H A Dresize_test.cc50 mem_put_le16(header + 12, cfg->g_w); /* width */
423 cfg_.g_w = 352;
531 cfg_.g_w = 352;
538 unsigned int last_w = cfg_.g_w;
569 cfg_.g_w = 352;
580 unsigned int last_w = cfg_.g_w;
H A Dsvc_test.cc54 codec_enc_.g_w = kWidth;
115 test_file_name_, codec_enc_.g_w, codec_enc_.g_h,
183 test_file_name_, codec_enc_.g_w, codec_enc_.g_h,
753 codec_enc_.g_w = 704;
775 codec_enc_.g_w = 704;
H A Ddatarate_test.cc438 cfg_.g_w = 352;
448 roi_.cols = (cfg_.g_w + 15) / 16;
/external/libvpx/libvpx/vpx/
H A Dvpx_encoder.h318 unsigned int g_w; member in struct:vpx_codec_enc_cfg
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c133 RANGE_CHECK(cfg, g_w, 1, 16383); /* 14 bits available */
268 if ((img->d_w != ctx->cfg.g_w) || (img->d_h != ctx->cfg.g_h))
281 oxcf->Width = cfg.g_w;
431 if (cfg->g_w != ctx->cfg.g_w || cfg->g_h != ctx->cfg.g_h) {
434 if ((ctx->cpi->initial_width && (int)cfg->g_w > ctx->cpi->initial_width) ||
584 int mb_rows = ((cfg->g_w + 15) >> 4);
637 priv->cx_data_sz = priv->cfg.g_w * priv->cfg.g_h * 3 / 2 * 2;
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c155 RANGE_CHECK(cfg, g_w, 1, 65535); // 16 bits available
203 RANGE_CHECK(cfg, rc_scaled_width, 0, cfg->g_w);
391 if (img->d_w != ctx->cfg.g_w || img->d_h != ctx->cfg.g_h)
474 oxcf->width = cfg->g_w;
658 if (cfg->g_w != ctx->cfg.g_w || cfg->g_h != ctx->cfg.g_h) {
661 if (!valid_ref_frame_size(ctx->cfg.g_w, ctx->cfg.g_h, cfg->g_w, cfg->g_h) ||
662 (ctx->cpi->initial_width && (int)cfg->g_w > ctx->cpi->initial_width) ||
1125 data_sz = ctx->cfg.g_w * ct
[all...]
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.cc537 configurations_[0].g_w = inst->width;
543 configurations_[0].g_w, configurations_[0].g_h, number_of_cores);
572 configurations_[i].g_w = inst->simulcastStream[stream_idx].width;
918 configurations_[0].g_w = codec_.width;
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
H A Dvp9_impl.cc287 config_->g_w = codec_.width;
323 NumberOfThreads(config_->g_w, config_->g_h, number_of_cores);
325 cpu_speed_ = GetCpuSpeed(config_->g_w, config_->g_h);
/external/libvpx/libvpx/vpx/src/
H A Dsvc_encodeframe.c404 si->width = enc_cfg->g_w;

Completed in 314 milliseconds