/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_compute.c | 42 int g_w, int g_h, int g_d, 69 machine->SystemValue[i].xyzw[1].i[j] = g_h; 86 int g_w, int g_h, int g_d, 95 machine->SystemValue[i].xyzw[1].i[j] = g_h; 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 223 for (g_h = 0; g_h < grid_size[1]; g_h++) [all...] |
/external/libaom/libaom/common/ |
ivfenc.c | 29 mem_put_le16(header + 14, cfg->g_h); // height
|
webmenc.cc | 65 static_cast<int>(cfg->g_h), kVideoTrackNumber); 116 video_track->set_display_height(cfg->g_h);
|
video_writer.c | 28 cfg.g_h = info->frame_height;
|
/external/libaom/libaom/examples/ |
set_maps.c | 68 map.rows = (cfg->g_h + 15) / 16; 84 map.rows = (cfg->g_h + 15) / 16; 165 cfg.g_h = info.frame_height; 169 (unsigned int)(bits_per_pixel_per_frame * cfg.g_w * cfg.g_h * fps / 1000);
|
scalable_encoder.c | 193 cfg.g_h = info.frame_height; 241 cfg.g_h = info.frame_height; 259 cfg.g_h = info.frame_height;
|
twopass_encoder.c | 150 cfg->g_h, 227 cfg.g_h = h;
|
lossless_encoder.c | 103 cfg.g_h = info.frame_height;
|
simple_encoder.c | 211 cfg.g_h = info.frame_height;
|
/external/libvpx/libvpx/ |
ivfenc.c | 28 mem_put_le16(header + 14, cfg->g_h); // height
|
webmenc.cc | 44 static_cast<int>(cfg->g_h), kVideoTrackNumber); 61 video_track->set_display_height(cfg->g_h);
|
video_writer.c | 27 cfg.g_h = info->frame_height;
|
/external/libvpx/libvpx/examples/ |
set_maps.c | 69 roi.rows = (cfg->g_h + 15) / 16; 101 map.rows = (cfg->g_h + 15) / 16; 117 map.rows = (cfg->g_h + 15) / 16; 198 cfg.g_h = info.frame_height; 202 (unsigned int)(bits_per_pixel_per_frame * cfg.g_w * cfg.g_h * fps / 1000);
|
vp8_multi_resolution_encoder.c | 137 mem_put_le16(header + 14, cfg->g_h); /* height */ 413 cfg[0].g_h = height; 451 unsigned int ih = cfg[i - 1].g_h * dsf[i - 1].den + dsf[i - 1].num - 1; 453 cfg[i].g_h = ih / dsf[i - 1].num; 459 if ((cfg[i].g_h) % 2) cfg[i].g_h++; 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;
|
vp9_spatial_svc_encoder.c | 219 enc_cfg->g_h = default_height; 241 enc_cfg->g_h = arg_parse_uint(&arg); 400 if (enc_cfg->g_w < 16 || enc_cfg->g_w % 2 || enc_cfg->g_h < 16 || 401 enc_cfg->g_h % 2) 402 die("Invalid resolution: %d x %d\n", enc_cfg->g_w, enc_cfg->g_h); 412 enc_cfg->g_h, enc_cfg->g_timebase.num, enc_cfg->g_timebase.den, 783 enc_cfg.g_w, enc_cfg.g_h, 32)) { 784 die("Failed to allocate image %dx%d\n", enc_cfg.g_w, enc_cfg.g_h); 787 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, enc_cfg.g_w, enc_cfg.g_h, 32)) { 788 die("Failed to allocate image %dx%d\n", enc_cfg.g_w, enc_cfg.g_h); [all...] |
twopass_encoder.c | 157 cfg->g_h, 233 cfg.g_h = h;
|
simple_encoder.c | 208 cfg.g_h = info.frame_height;
|
vp8cx_set_ref.c | 146 cfg.g_h = info.frame_height;
|
/external/libvpx/libvpx/test/ |
encode_api_test.cc | 95 cfg.g_h = height; 143 cfg[0].g_h = height; 168 cfg[1].g_h = height_down;
|
encode_test_driver.cc | 30 cfg_.g_h = img->d_h; 78 if (cfg_.g_w != img->d_w || cfg_.g_h != img->d_h) { 80 cfg_.g_h = img->d_h;
|
resize_test.cc | 51 mem_put_le16(header + 14, cfg->g_h); /* height */ 444 cfg_.g_h = 288; 569 cfg_.g_h = 288; 576 unsigned int last_h = cfg_.g_h; 607 cfg_.g_h = 288; 618 unsigned int last_h = cfg_.g_h;
|
/external/libaom/libaom/test/ |
resize_test.cc | 52 mem_put_le16(header + 14, cfg->g_h); /* height */ 360 cfg_.g_h = 288; 472 cfg_.g_h = 288; 479 unsigned int last_h = cfg_.g_h; 510 cfg_.g_h = 288; 521 unsigned int last_h = cfg_.g_h;
|
encode_test_driver.cc | 33 cfg_.g_h = img->d_h; 64 if (cfg_.g_w != img->d_w || cfg_.g_h != img->d_h) { 66 cfg_.g_h = img->d_h;
|
monochrome_test.cc | 94 cfg_.g_h = 288;
|
/external/libaom/libaom/aom/ |
aom_encoder.h | 276 unsigned int g_h; member in struct:aom_codec_enc_cfg [all...] |