/third_party/mesa3d/src/gallium/frontends/clover/api/ |
D | memory.cpp | 214 util_format_get_blocksize(translate_format(*format)) * desc->image_width; in clCreateImageWithProperties() 218 if (!desc->image_width) in clCreateImageWithProperties() 223 return (desc->image_width > max); in clCreateImageWithProperties() 228 desc->image_width, in clCreateImageWithProperties() 232 if (!desc->image_width) in clCreateImageWithProperties() 237 return (desc->image_width > max); in clCreateImageWithProperties() 242 desc->image_width, in clCreateImageWithProperties() 246 if (!desc->image_width) in clCreateImageWithProperties() 252 return (desc->image_width > max || in clCreateImageWithProperties() 261 desc->image_width, in clCreateImageWithProperties() [all …]
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jdmaster.c | 104 jdiv_round_up((long)cinfo->image_width, (long)DCTSIZE); in jpeg_core_output_dimensions() 112 jdiv_round_up((long)cinfo->image_width * 2L, (long)DCTSIZE); in jpeg_core_output_dimensions() 120 jdiv_round_up((long)cinfo->image_width * 3L, (long)DCTSIZE); in jpeg_core_output_dimensions() 128 jdiv_round_up((long)cinfo->image_width * 4L, (long)DCTSIZE); in jpeg_core_output_dimensions() 136 jdiv_round_up((long)cinfo->image_width * 5L, (long)DCTSIZE); in jpeg_core_output_dimensions() 144 jdiv_round_up((long)cinfo->image_width * 6L, (long)DCTSIZE); in jpeg_core_output_dimensions() 152 jdiv_round_up((long)cinfo->image_width * 7L, (long)DCTSIZE); in jpeg_core_output_dimensions() 160 jdiv_round_up((long)cinfo->image_width * 8L, (long)DCTSIZE); in jpeg_core_output_dimensions() 168 jdiv_round_up((long)cinfo->image_width * 9L, (long)DCTSIZE); in jpeg_core_output_dimensions() 176 jdiv_round_up((long)cinfo->image_width * 10L, (long)DCTSIZE); in jpeg_core_output_dimensions() [all …]
|
D | rdppm.c | 146 for (col = cinfo->image_width; col > 0; col--) { in get_text_gray_row() 154 for (col = cinfo->image_width; col > 0; col--) { \ 210 for (col = cinfo->image_width; col > 0; col--) { in get_text_gray_cmyk_row() 216 for (col = cinfo->image_width; col > 0; col--) { in get_text_gray_cmyk_row() 227 for (col = cinfo->image_width; col > 0; col--) { \ 284 for (col = cinfo->image_width; col > 0; col--) { in get_text_rgb_cmyk_row() 292 for (col = cinfo->image_width; col > 0; col--) { in get_text_rgb_cmyk_row() 318 for (col = cinfo->image_width; col > 0; col--) { in get_scaled_gray_row() 378 for (col = cinfo->image_width; col > 0; col--) { in get_gray_cmyk_row() 384 for (col = cinfo->image_width; col > 0; col--) { in get_gray_cmyk_row() [all …]
|
D | rdbmp.c | 171 for (col = cinfo->image_width; col > 0; col--) { in get_8bit_row() 178 for (col = cinfo->image_width; col > 0; col--) { in get_8bit_row() 194 for (col = cinfo->image_width; col > 0; col--) { in get_8bit_row() 205 for (col = cinfo->image_width; col > 0; col--) { in get_8bit_row() 250 for (col = cinfo->image_width; col > 0; col--) { in get_24bit_row() 263 for (col = cinfo->image_width; col > 0; col--) { in get_24bit_row() 271 for (col = cinfo->image_width; col > 0; col--) { in get_24bit_row() 314 for (col = cinfo->image_width; col > 0; col--) { in get_32bit_row() 328 for (col = cinfo->image_width; col > 0; col--) { in get_32bit_row() 336 for (col = cinfo->image_width; col > 0; col--) { in get_32bit_row() [all …]
|
D | jcsample.c | 165 expand_right_edge(input_data, cinfo->max_v_samp_factor, cinfo->image_width, in int_downsample() 199 cinfo->image_width); in fullsize_downsample() 201 expand_right_edge(output_data, cinfo->max_v_samp_factor, cinfo->image_width, in fullsize_downsample() 232 expand_right_edge(input_data, cinfo->max_v_samp_factor, cinfo->image_width, in h2v1_downsample() 268 expand_right_edge(input_data, cinfo->max_v_samp_factor, cinfo->image_width, in h2v2_downsample() 311 cinfo->image_width, output_cols * 2); in h2v2_smooth_downsample() 400 cinfo->image_width, output_cols); in fullsize_smooth_downsample()
|
D | jccolext.c | 42 JDIMENSION num_cols = cinfo->image_width; in LOCAL() 96 JDIMENSION num_cols = cinfo->image_width; in LOCAL() 129 JDIMENSION num_cols = cinfo->image_width; in LOCAL()
|
D | rdtarga.c | 175 for (col = cinfo->image_width; col > 0; col--) { in get_8bit_gray_row() 194 for (col = cinfo->image_width; col > 0; col--) { in get_8bit_row() 216 for (col = cinfo->image_width; col > 0; col--) { in get_16bit_row() 243 for (col = cinfo->image_width; col > 0; col--) { in get_24bit_row() 468 cinfo->image_width = width; in start_input_tga()
|
D | jdinput.c | 52 (long)cinfo->image_width > (long)JPEG_MAX_DIMENSION) in initial_setup() 106 jdiv_round_up((long)cinfo->image_width * (long)compptr->h_samp_factor, in initial_setup() 122 jdiv_round_up((long)cinfo->image_width * (long)compptr->h_samp_factor, in initial_setup() 189 jdiv_round_up((long)cinfo->image_width, in per_scan_setup()
|
D | rdjpgcom.c | 279 unsigned int image_height, image_width; in process_SOFn() local 288 image_width = read_2_bytes(); in process_SOFn() 310 image_width, image_height, num_components, data_precision); in process_SOFn()
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
D | rpng-win.c | 152 static ulg image_width, image_height, image_rowbytes; variable 343 if ((rc = readpng_init(infile, &image_width, &image_height)) != 0) { in WinMain() 498 wimage_rowbytes = ((3*image_width + 3L) >> 2) << 2; in rpng_win_create_window() 522 bmih->biWidth = image_width; in rpng_win_create_window() 535 for (i = image_width; i > 0; --i) { in rpng_win_create_window() 572 CW_USEDEFAULT, CW_USEDEFAULT, image_width+extra_width, in rpng_win_create_window() 597 image_width, image_rowbytes, wimage_rowbytes)) in rpng_win_display_image() 610 for (i = image_width; i > 0; --i) { in rpng_win_display_image() 619 for (i = image_width; i > 0; --i) { in rpng_win_display_image() 647 rect.right = (LONG)image_width; /* possibly off by one? */ in rpng_win_display_image() [all …]
|
D | rpng-x.c | 136 static ulg image_width, image_height, image_rowbytes; variable 304 if ((rc = readpng_init(infile, &image_width, &image_height)) != 0) { in main() 558 window = XCreateWindow(display, root, 0, 0, image_width, image_height, 0, in rpng_x_create_window() 580 size_hints->min_width = size_hints->max_width = (int)image_width; in rpng_x_create_window() 635 XFillRectangle(display, window, gc, 0, 0, image_width, image_height); in rpng_x_create_window() 652 xdata = (uch *)malloc(4*image_width*image_height); in rpng_x_create_window() 655 xdata = (uch *)malloc(2*image_width*image_height); in rpng_x_create_window() 658 xdata = (uch *)malloc(image_width*image_height); in rpng_x_create_window() 668 (char *)xdata, image_width, image_height, pad, 0); in rpng_x_create_window() 707 image_width, image_rowbytes, ximage_rowbytes)) in rpng_x_display_image() [all …]
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
D | tiffdec.c | 159 uint32_t image_width, image_height, tile_width, tile_height; in ReadTIFF() local 193 if (!(TIFFGetField(tif, TIFFTAG_IMAGEWIDTH, &image_width) && in ReadTIFF() 198 stride = (uint64_t)image_width * sizeof(*raster); in ReadTIFF() 201 image_width, image_height); in ReadTIFF() 213 if ((tile_width > 32 && tile_width / 2 > image_width) || in ReadTIFF() 235 if (TIFFReadRGBAImageOriented(tif, image_width, image_height, raster, in ReadTIFF() 237 pic->width = image_width; in ReadTIFF() 241 TIFFSwabArrayOfLong(raster, image_width * image_height); in ReadTIFF() 249 MultARGBRow(tmp, image_width); in ReadTIFF()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dvx_image.c | 98 tex.image_width = image->vk.extent.width * msaa_scale; in pack_texture_shader_state_helper() 104 tex.image_height = tex.image_width >> 14; in pack_texture_shader_state_helper() 106 tex.image_width &= (1 << 14) - 1; in pack_texture_shader_state_helper() 154 tex.image_width = buffer_view->num_elements; in v3dX() 155 tex.image_height = tex.image_width >> 14; in v3dX() 156 tex.image_width &= (1 << 14) - 1; in v3dX()
|
/third_party/ffmpeg/libavcodec/ |
D | flashsvenc.c | 60 int image_width, image_height; member 114 s->image_width = avctx->width; in flashsv_encode_init() 117 s->encbuffer = av_mallocz(s->image_width * s->image_height * 3); in flashsv_encode_init() 141 put_bits(&pb, 12, s->image_width); in encode_bitstream() 147 h_blocks = s->image_width / block_width; in encode_bitstream() 148 h_part = s->image_width % block_width; in encode_bitstream() 232 if ((res = ff_alloc_packet2(avctx, pkt, s->image_width * s->image_height * 3, 0)) < 0) in flashsv_encode_frame()
|
D | flashsv.c | 54 int image_width, image_height; member 287 s->image_width = get_bits(&gb, 12); in flashsv_decode_frame() 308 h_blocks = s->image_width / s->block_width; in flashsv_decode_frame() 309 h_part = s->image_width % s->block_width; in flashsv_decode_frame() 342 if ((ret = ff_set_dimensions(avctx, s->image_width, s->image_height)) < 0) in flashsv_decode_frame() 347 if (avctx->width != s->image_width || avctx->height != s->image_height) { in flashsv_decode_frame() 351 avctx->height, avctx->width, s->image_height, s->image_width); in flashsv_decode_frame() 368 s->image_width, s->image_height, s->block_width, s->block_height, in flashsv_decode_frame()
|
D | flashsv2enc.c | 108 int image_width, image_height; member 151 s->image_width - col * s->block_width; in init_blocks() 183 s->cols = (s->image_width + s->block_width - 1) / s->block_width; in update_block_dimensions() 239 s->image_width = avctx->width; in flashsv2_encode_init() 242 s->frame_size = s->image_width * s->image_height * 3; in flashsv2_encode_init() 300 put_bits(&pb, 12, s->image_width); in write_header() 625 pos = s->image_width * rsl * 3 + col * s->block_width * 3; in mark_all_blocks() 657 … data = s->current_frame + s->image_width * 3 * s->block_height * row + s->block_width * col * 3; in encode_all_blocks() 658 … res = encode_block(s, &s->palette, b, prev, data, s->image_width * 3, s->comp, s->dist, keyframe); in encode_all_blocks() 670 s->raw_size += s->image_width * s->image_height * 3; in encode_all_blocks() [all …]
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
D | jcsample-neon.c | 76 void jsimd_h2v1_downsample_neon(JDIMENSION image_width, int max_v_samp_factor, in jsimd_h2v1_downsample_neon() argument 83 const int mask_offset = 16 * ((width_in_blocks * 2 * DCTSIZE) - image_width); in jsimd_h2v1_downsample_neon() 130 void jsimd_h2v2_downsample_neon(JDIMENSION image_width, int max_v_samp_factor, in jsimd_h2v2_downsample_neon() argument 137 const int mask_offset = 16 * ((width_in_blocks * 2 * DCTSIZE) - image_width); in jsimd_h2v2_downsample_neon()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
D | jsimd.c | 214 avx2fct(cinfo->image_width, input_buf, output_buf, output_row, num_rows); in jsimd_rgb_ycc_convert() 216 sse2fct(cinfo->image_width, input_buf, output_buf, output_row, num_rows); in jsimd_rgb_ycc_convert() 218 mmxfct(cinfo->image_width, input_buf, output_buf, output_row, num_rows); in jsimd_rgb_ycc_convert() 273 avx2fct(cinfo->image_width, input_buf, output_buf, output_row, num_rows); in jsimd_rgb_gray_convert() 275 sse2fct(cinfo->image_width, input_buf, output_buf, output_row, num_rows); in jsimd_rgb_gray_convert() 277 mmxfct(cinfo->image_width, input_buf, output_buf, output_row, num_rows); in jsimd_rgb_gray_convert() 393 jsimd_h2v2_downsample_avx2(cinfo->image_width, cinfo->max_v_samp_factor, in jsimd_h2v2_downsample() 398 jsimd_h2v2_downsample_sse2(cinfo->image_width, cinfo->max_v_samp_factor, in jsimd_h2v2_downsample() 403 jsimd_h2v2_downsample_mmx(cinfo->image_width, cinfo->max_v_samp_factor, in jsimd_h2v2_downsample() 413 jsimd_h2v1_downsample_avx2(cinfo->image_width, cinfo->max_v_samp_factor, in jsimd_h2v1_downsample() [all …]
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
D | jsimd.c | 191 avx2fct(cinfo->image_width, input_buf, output_buf, output_row, num_rows); in jsimd_rgb_ycc_convert() 193 sse2fct(cinfo->image_width, input_buf, output_buf, output_row, num_rows); in jsimd_rgb_ycc_convert() 240 avx2fct(cinfo->image_width, input_buf, output_buf, output_row, num_rows); in jsimd_rgb_gray_convert() 242 sse2fct(cinfo->image_width, input_buf, output_buf, output_row, num_rows); in jsimd_rgb_gray_convert() 344 jsimd_h2v2_downsample_avx2(cinfo->image_width, cinfo->max_v_samp_factor, in jsimd_h2v2_downsample() 349 jsimd_h2v2_downsample_sse2(cinfo->image_width, cinfo->max_v_samp_factor, in jsimd_h2v2_downsample() 360 jsimd_h2v1_downsample_avx2(cinfo->image_width, cinfo->max_v_samp_factor, in jsimd_h2v1_downsample() 365 jsimd_h2v1_downsample_sse2(cinfo->image_width, cinfo->max_v_samp_factor, in jsimd_h2v1_downsample()
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | webp_dec.c | 287 int image_width = 0; in ParseHeadersInternal() local 329 image_width = canvas_width; in ParseHeadersInternal() 373 &image_width, &image_height)) { in ParseHeadersInternal() 382 if (!VP8LGetInfo(data, data_size, &image_width, &image_height, has_alpha)) { in ParseHeadersInternal() 388 if (canvas_width != image_width || canvas_height != image_height) { in ParseHeadersInternal() 406 if (width != NULL) *width = image_width; in ParseHeadersInternal() 788 int WebPCheckCropDimensions(int image_width, int image_height, in WebPCheckCropDimensions() argument 791 x >= image_width || w > image_width || w > image_width - x || in WebPCheckCropDimensions()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstgloverlay.c | 502 gfloat x, y, image_width, image_height; in gst_gl_overlay_callback() local 521 0 ? overlay->overlay_width : overlay->image_width; in gst_gl_overlay_callback() 525 image_width = in gst_gl_overlay_callback() 531 vertices[5] = vertices[10] = x + image_width; in gst_gl_overlay_callback() 687 overlay->image_width = cinfo.image_width; in gst_gl_overlay_load_jpeg() 692 overlay->image_width, overlay->image_height); in gst_gl_overlay_load_jpeg() 695 overlay->image_width, overlay->image_height); in gst_gl_overlay_load_jpeg() 812 overlay->image_width = width; in gst_gl_overlay_load_png()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | CLDevice.cpp | 378 return desc.image_width <= mInfo.image2D_MaxWidth; in supportsNativeImageDimensions() 380 return desc.image_width <= mInfo.image2D_MaxWidth && in supportsNativeImageDimensions() 383 return desc.image_width <= mInfo.image3D_MaxWidth && in supportsNativeImageDimensions() 387 return desc.image_width <= mInfo.image2D_MaxWidth && in supportsNativeImageDimensions() 390 return desc.image_width <= mInfo.image2D_MaxWidth && in supportsNativeImageDimensions() 394 return desc.image_width <= mInfo.imageMaxBufferSize; in supportsNativeImageDimensions()
|
/third_party/gstreamer/gstplugins_base/ext/pango/ |
D | gsttextrender.c | 315 render->image_width = width; in gst_text_render_render_pangocairo() 370 if (width >= render->image_width && height >= render->image_height) { in gst_text_render_src_setcaps() 393 gst_structure_fixate_field_nearest_int (s, "width", MAX (render->image_width, in gst_text_render_fixate_caps() 418 width = render->image_width; in gst_text_renderer_image_to_ayuv() 454 width = render->image_width; in gst_text_renderer_image_to_argb() 573 xpos = (render->width - render->image_width) / 2; in gst_text_render_chain() 576 xpos = render->width - render->image_width - render->xpad; in gst_text_render_chain()
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstceaccoverlay.c | 1203 width = window->image_width; in gst_cea_cc_overlay_image_to_argb() 1234 width = window->image_width; in gst_cea_cc_overlay_image_to_ayuv() 1288 gst_buffer_new_and_alloc (window->image_width * in gst_cea_cc_overlay_create_and_push_buffer() 1294 window->image_width * window->image_height * 4); in gst_cea_cc_overlay_create_and_push_buffer() 1296 GST_VIDEO_OVERLAY_COMPOSITION_FORMAT_RGB, window->image_width, in gst_cea_cc_overlay_create_and_push_buffer() 1299 for (n = 0; n < window->image_width * window->image_height; n++) { in gst_cea_cc_overlay_create_and_push_buffer() 1304 GST_VIDEO_OVERLAY_COMPOSITION_FORMAT_YUV, window->image_width, in gst_cea_cc_overlay_create_and_push_buffer() 1314 window->h_offset = (overlay->width - window->image_width) / 2; in gst_cea_cc_overlay_create_and_push_buffer() 1317 window->h_offset = overlay->width - window->image_width; in gst_cea_cc_overlay_create_and_push_buffer() 1331 window->h_offset = h_anchor - window->image_width / 2; in gst_cea_cc_overlay_create_and_push_buffer() [all …]
|
/third_party/ffmpeg/libavdevice/ |
D | xv.c | 58 int image_width, image_height; member 135 xv->image_width = par->width; in xv_write_header() 198 xv->image_width = par->width; in xv_write_header() 201 xv->image_width, xv->image_height, &xv->yuv_shminfo); in xv_write_header() 286 xv->yuv_image, 0, 0, xv->image_width, xv->image_height, in xv_repaint()
|