/third_party/skia/third_party/externals/libwebp/src/utils/ |
H A D | rescaler_utils.c | 27 int dst_width, int dst_height, int dst_stride, in WebPRescalerInit() 30 const int y_add = src_height, y_sub = dst_height; in WebPRescalerInit() 35 rescaler->y_expand = (src_height < dst_height); in WebPRescalerInit() 39 rescaler->dst_height = dst_height; in WebPRescalerInit() 57 // This is WEBP_RESCALER_FRAC(dst_height, x_add * y_add) without the cast. in WebPRescalerInit() 58 // Its value is <= WEBP_RESCALER_ONE, because dst_height <= rescaler->y_add in WebPRescalerInit() 60 const uint64_t num = (uint64_t)dst_height * WEBP_RESCALER_ONE; in WebPRescalerInit() 24 WebPRescalerInit(WebPRescaler* const rescaler, int src_width, int src_height, uint8_t* const dst, int dst_width, int dst_height, int dst_stride, int num_channels, rescaler_t* const work) WebPRescalerInit() argument
|
H A D | rescaler_utils.h | 42 int dst_width, dst_height; // destination dimensions member 54 int dst_width, int dst_height, int dst_stride, 87 return (rescaler->dst_y >= rescaler->dst_height); in WebPRescalerOutputDone()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_test_image_copy_region.c | 782 int src_width, src_height, src_depth, dst_width, dst_height, dst_depth; in si_test_blit() local 806 dst_height = (rand() % max_dst_height) + 1; in si_test_blit() 814 dsty = rand() % (u_minify(tdst.height0, dst_level) - dst_height + 1); in si_test_blit() 843 dst_height = align(dst_height, util_format_get_blockheight(tdst.format)); in si_test_blit() 848 if (src_height > dst_height) in si_test_blit() 849 src_height = dst_height; in si_test_blit() 857 if (src_height < dst_height) in si_test_blit() 858 dst_height = src_height; in si_test_blit() 879 u_box_3d(dstx, dsty, dstz, dst_width, dst_height, dst_dept in si_test_blit() [all...] |
H A D | si_blit.c | 1041 unsigned dst_height = u_minify(info->dst.resource->height0, info->dst.level); in si_msaa_resolve_blit_via_CB() local 1071 dst_width == info->src.resource->width0 && dst_height == info->src.resource->height0 && in si_msaa_resolve_blit_via_CB() 1073 info->dst.box.height == dst_height && info->dst.box.depth == 1 && info->src.box.x == 0 && in si_msaa_resolve_blit_via_CB() 1075 info->src.box.height == dst_height && info->src.box.depth == 1 && !dst->surface.is_linear && in si_msaa_resolve_blit_via_CB()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_blit.c | 676 unsigned dst_width, dst_height, src_width0, src_height0, src_widthFL, src_heightFL; in r600_resource_copy_region() local 701 dst_height = u_minify(dst->height0, dst_level); in r600_resource_copy_region() 721 dst_height = util_format_get_nblocksy(dst->format, dst_height); in r600_resource_copy_region() 790 dst_width, dst_height); in r600_resource_copy_region() 822 unsigned dst_height = u_minify(info->dst.resource->height0, info->dst.level); in do_hardware_msaa_resolve() local 845 dst_height == info->src.resource->height0 && in do_hardware_msaa_resolve() 849 info->dst.box.height == dst_height && in do_hardware_msaa_resolve() 854 info->src.box.height == dst_height && in do_hardware_msaa_resolve()
|
/third_party/ffmpeg/libavcodec/ |
H A D | proresenc_anatoliy.c | 478 unsigned dst_width, unsigned dst_height, int is_alpha_plane, in subimage_with_fill_template() 488 box_height = FFMIN(height - y, dst_height); in subimage_with_fill_template() 492 box_height = FFMIN(height/2 - y, dst_height); in subimage_with_fill_template() 516 for (; i < dst_height; i++) { in subimage_with_fill_template() 526 unsigned dst_width, unsigned dst_height, int is_interlaced, int is_top_field) in subimage_with_fill() 528 subimage_with_fill_template(src, x, y, stride, width, height, dst, dst_width, dst_height, 0, is_interlaced, is_top_field); in subimage_with_fill() 534 unsigned dst_width, unsigned dst_height, int is_interlaced, int is_top_field) in subimage_alpha_with_fill() 536 subimage_with_fill_template(src, x, y, stride, width, height, dst, dst_width, dst_height, 1, is_interlaced, is_top_field); in subimage_alpha_with_fill() 476 subimage_with_fill_template(uint16_t *src, unsigned x, unsigned y, unsigned stride, unsigned width, unsigned height, uint16_t *dst, unsigned dst_width, unsigned dst_height, int is_alpha_plane, int is_interlaced, int is_top_field) subimage_with_fill_template() argument 524 subimage_with_fill(uint16_t *src, unsigned x, unsigned y, unsigned stride, unsigned width, unsigned height, uint16_t *dst, unsigned dst_width, unsigned dst_height, int is_interlaced, int is_top_field) subimage_with_fill() argument 532 subimage_alpha_with_fill(uint16_t *src, unsigned x, unsigned y, unsigned stride, unsigned width, unsigned height, uint16_t *dst, unsigned dst_width, unsigned dst_height, int is_interlaced, int is_top_field) subimage_alpha_with_fill() argument
|
H A D | indeo3.c | 1025 * @param[in] dst_height output plane height 1028 ptrdiff_t dst_pitch, int dst_height) in output_plane() 1034 dst_height = FFMIN(dst_height, plane->height); in output_plane() 1035 for (y = 0; y < dst_height; y++) { in output_plane() 1027 output_plane(const Plane *plane, int buf_sel, uint8_t *dst, ptrdiff_t dst_pitch, int dst_height) output_plane() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_yadif_cuda.c | 65 int dst_height, // Height is pixels per channel in call_kernel() 76 &dst_width, &dst_height, &dst_pitch, in call_kernel() 110 DIV_UP(dst_width, BLOCKX), DIV_UP(dst_height, BLOCKY), 1, in call_kernel() 57 call_kernel(AVFilterContext *ctx, CUfunction func, CUdeviceptr prev, CUdeviceptr cur, CUdeviceptr next, CUarray_format format, int channels, int src_width, int src_height, int src_pitch, CUdeviceptr dst, int dst_width, int dst_height, int dst_pitch, int parity, int tff) call_kernel() argument
|
H A D | vf_scale_cuda.c | 406 AVFrame *out_frame, int dst_width, int dst_height, int dst_pitch) in call_resize_kernel() 419 &dst_width, &dst_height, &dst_pitch, in call_resize_kernel() 424 DIV_UP(dst_width, BLOCKX), DIV_UP(dst_height, BLOCKY), 1, in call_resize_kernel() 404 call_resize_kernel(AVFilterContext *ctx, CUfunction func, CUtexObject src_tex[4], int src_width, int src_height, AVFrame *out_frame, int dst_width, int dst_height, int dst_pitch) call_resize_kernel() argument
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_blit.c | 698 unsigned dst_height = u_minify(info->dst.resource->height0, info->dst.level); in r300_is_simple_msaa_resolve() local 708 dst_height == info->src.resource->height0 && in r300_is_simple_msaa_resolve() 712 info->dst.box.height == dst_height && in r300_is_simple_msaa_resolve() 716 info->src.box.height == dst_height && in r300_is_simple_msaa_resolve()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | picture_rescale_enc.c | 170 int dst_width, int dst_height, int dst_stride, in RescalePlane() 176 dst, dst_width, dst_height, dst_stride, in RescalePlane() 167 RescalePlane(const uint8_t* src, int src_width, int src_height, int src_stride, uint8_t* dst, int dst_width, int dst_height, int dst_stride, rescaler_t* const work, int num_channels) RescalePlane() argument
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_blitter.c | 140 unsigned dst_height; member 844 ctx->vertices[0][0][1] = (float)y1 / ctx->dst_height * 2.0f - 1.0f; /*v0.y*/ in blitter_set_rectangle() 847 ctx->vertices[1][0][1] = (float)y1 / ctx->dst_height * 2.0f - 1.0f; /*v1.y*/ in blitter_set_rectangle() 850 ctx->vertices[2][0][1] = (float)y2 / ctx->dst_height * 2.0f - 1.0f; /*v2.y*/ in blitter_set_rectangle() 853 ctx->vertices[3][0][1] = (float)y2 / ctx->dst_height * 2.0f - 1.0f; /*v3.y*/ in blitter_set_rectangle() 861 viewport.scale[1] = 0.5f * ctx->dst_height; in blitter_set_rectangle() 864 viewport.translate[1] = 0.5f * ctx->dst_height; in blitter_set_rectangle() 951 ctx->dst_height = height; in blitter_set_dst_dimensions()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | rescaler.c | 179 assert(wrk->src_height == wrk->dst_height && wrk->x_add == 1); in WebPRescalerExportRow()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_blit.c | 369 int dst_height = u_minify(info->dst.resource->height0, info->dst.level); in v3d_tfu_blit() local 378 info->dst.box.height != dst_height || in v3d_tfu_blit()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_blit.c | 252 uint32_t dst_height = radv_minify(dest_iview->image->info.height, dest_iview->vk.base_mip_level); in meta_emit_blit() local 380 .extent = { dst_width, dst_height }, in meta_emit_blit()
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | i915_drm.h | 1815 __u16 dst_height; member
|
/third_party/libdrm/include/drm/ |
H A D | i915_drm.h | 1383 __u16 dst_height; member
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_meta_copy.c | 814 uint32_t dst_height = u_minify(dst->vk.extent.height, dst_mip_level); in copy_image_tfu() local 815 if (region->extent.width != dst_width || region->extent.height != dst_height) in copy_image_tfu() 2836 const uint32_t dst_height = u_minify(dst->vk.extent.height, dst_mip_level); in blit_tfu() local 2838 region->dstOffsets[1].y < dst_height - 1) { in blit_tfu() 2933 dst_width, dst_height, format); in blit_tfu() local
|
/third_party/mesa3d/src/intel/blorp/ |
H A D | blorp_blit.c | 2994 uint32_t dst_height = src_height; in blorp_copy() local 3005 params.y1 = dst_y + dst_height; in blorp_copy() 3027 .dst1 = dst_y + dst_height, in blorp_copy()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_clear_blit.c | 1801 uint32_t dst_height = info->bufferImageHeight ?: extent.height; in tu_copy_image_to_buffer() local 1803 copy_compressed(src_image->vk.format, &offset, &extent, &dst_width, &dst_height); in tu_copy_image_to_buffer() 1806 uint32_t layer_size = pitch * dst_height; in tu_copy_image_to_buffer()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_texture.c | 2569 unsigned dst_height = height; in fallback_copy_texsubimage() local 2601 dst_width, dst_height, dst_depth, in fallback_copy_texsubimage()
|