/third_party/libdrm/exynos/ |
D | exynos_fimg2d.c | 506 unsigned int src_w, src_h, dst_w, dst_h; in g2d_copy() local 516 dst_h = w; in g2d_copy() 520 dst_h = dst->height - dst_y; in g2d_copy() 523 h = MIN(src_h, dst_h); in g2d_copy() 590 unsigned int src_w, src_h, dst_w, dst_h; in g2d_move() local 600 dst_h = w; in g2d_move() 604 dst_h = img->height - dst_y; in g2d_move() 607 h = MIN(src_h, dst_h); in g2d_move() 685 unsigned int dst_h, unsigned int negative) in g2d_copy_with_scale() argument 696 if (src_w == dst_w && src_h == dst_h) in g2d_copy_with_scale() [all …]
|
D | exynos_fimg2d.h | 323 unsigned int dst_h, unsigned int negative); 331 unsigned int dst_y, unsigned int dst_w, unsigned int dst_h,
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_blit_auto.c | 38 incy = (info->src_h << 16) / info->dst_h; in SDL_Blit_RGB888_RGB888_Scale() 41 while (info->dst_h--) { in SDL_Blit_RGB888_RGB888_Scale() 76 while (info->dst_h--) { in SDL_Blit_RGB888_RGB888_Blend() 133 incy = (info->src_h << 16) / info->dst_h; in SDL_Blit_RGB888_RGB888_Blend_Scale() 136 while (info->dst_h--) { in SDL_Blit_RGB888_RGB888_Blend_Scale() 202 while (info->dst_h--) { in SDL_Blit_RGB888_RGB888_Modulate() 238 incy = (info->src_h << 16) / info->dst_h; in SDL_Blit_RGB888_RGB888_Modulate_Scale() 241 while (info->dst_h--) { in SDL_Blit_RGB888_RGB888_Modulate_Scale() 288 while (info->dst_h--) { in SDL_Blit_RGB888_RGB888_Modulate_Blend() 357 incy = (info->src_h << 16) / info->dst_h; in SDL_Blit_RGB888_RGB888_Modulate_Blend_Scale() [all …]
|
D | SDL_blit_1.c | 42 height = info->dst_h; in Blit1to1() 93 height = info->dst_h; in Blit1to2() 200 height = info->dst_h; in Blit1to3() 249 height = info->dst_h; in Blit1to4() 288 int height = info->dst_h; in Blit1to1Key() 335 int height = info->dst_h; in Blit1to2Key() 367 int height = info->dst_h; in Blit1to3Key() 400 int height = info->dst_h; in Blit1to4Key() 432 int height = info->dst_h; in Blit1toNAlpha() 472 int height = info->dst_h; in Blit1toNAlphaKey()
|
D | SDL_blit_0.c | 38 height = info->dst_h; in BlitBto1() 94 height = info->dst_h; in BlitBto2() 130 height = info->dst_h; in BlitBto3() 170 height = info->dst_h; in BlitBto4() 200 int height = info->dst_h; in BlitBto1Key() 253 int height = info->dst_h; in BlitBto2Key() 288 int height = info->dst_h; in BlitBto3Key() 322 int height = info->dst_h; in BlitBto4Key() 357 int height = info->dst_h; in BlitBtoNAlpha() 402 int height = info->dst_h; in BlitBtoNAlphaKey()
|
D | SDL_blit_A.c | 33 int height = info->dst_h; in BlitNto1SurfaceAlpha() 80 int height = info->dst_h; in BlitNto1PixelAlpha() 126 int height = info->dst_h; in BlitNto1SurfaceAlphaKey() 178 int height = info->dst_h; in BlitRGBtoRGBSurfaceAlpha128MMX() 242 int height = info->dst_h; in BlitRGBtoRGBSurfaceAlphaMMX() 331 int height = info->dst_h; in BlitRGBtoRGBPixelAlphaMMX() 397 int height = info->dst_h; in BlitRGBtoRGBSurfaceAlpha128() 426 int height = info->dst_h; in BlitRGBtoRGBSurfaceAlpha() 464 int height = info->dst_h; in BlitRGBtoRGBPixelAlpha() 518 int height = info->dst_h; in BlitRGBtoRGBPixelAlphaMMX3DNOW() [all …]
|
D | SDL_blit_N.c | 159 int height = info->dst_h; in Blit_RGB888_RGB565Altivec() 263 int height = info->dst_h; in Blit_RGB565_32Altivec() 410 int height = info->dst_h; in Blit_RGB555_32Altivec() 558 int height = info->dst_h; in Blit32to32KeyAltivec() 676 int height = info->dst_h; in ConvertAltivec32to32_noprefetch() 759 int height = info->dst_h; in ConvertAltivec32to32_prefetch() 906 height = info->dst_h; in Blit_RGB888_index8() 1016 height = info->dst_h; in Blit_RGB101010_index8() 1133 height = info->dst_h; in Blit_RGB888_RGB555() 1257 height = info->dst_h; in Blit_RGB888_RGB565() [all …]
|
D | SDL_blit_slow.c | 54 incy = (info->src_h << 16) / info->dst_h; in SDL_Blit_Slow() 57 while (info->dst_h--) { in SDL_Blit_Slow()
|
D | SDL_surface.c | 665 int dst_w, dst_h; in SDL_UpperBlitScaled() local 685 dst_h = dst->h; in SDL_UpperBlitScaled() 688 dst_h = dstrect->h; in SDL_UpperBlitScaled() 691 if (dst_w == src_w && dst_h == src_h) { in SDL_UpperBlitScaled() 697 scaling_h = (double)dst_h / src_h; in SDL_UpperBlitScaled() 703 dst_y1 = dst_h - 1; in SDL_UpperBlitScaled() 708 dst_y1 = dst_y0 + dst_h - 1; in SDL_UpperBlitScaled()
|
D | SDL_blit_copy.c | 99 h = info->dst_h; in SDL_BlitCopy()
|
/third_party/ffmpeg/doc/examples/ |
D | scaling_video.c | 56 int src_w = 320, src_h = 240, dst_w, dst_h; in main() local 76 if (av_parse_video_size(&dst_w, &dst_h, dst_size) < 0) { in main() 91 dst_w, dst_h, dst_pix_fmt, in main() 98 av_get_pix_fmt_name(dst_pix_fmt), dst_w, dst_h); in main() 112 dst_w, dst_h, dst_pix_fmt, 1)) < 0) { in main() 132 av_get_pix_fmt_name(dst_pix_fmt), dst_w, dst_h, dst_filename); in main()
|
/third_party/ffmpeg/libavfilter/ |
D | lswsutils.c | 23 int dst_w, int dst_h, enum AVPixelFormat dst_pix_fmt, in ff_scale_image() argument 30 dst_w, dst_h, dst_pix_fmt, in ff_scale_image() 37 av_get_pix_fmt_name(dst_pix_fmt), dst_w, dst_h); in ff_scale_image() 42 if ((ret = av_image_alloc(dst_data, dst_linesize, dst_w, dst_h, dst_pix_fmt, 16)) < 0) in ff_scale_image()
|
D | vf_overlay.c | 359 const int dst_h = dst->height; in blend_slice_packed_rgb() local 375 imax = FFMIN3(-y + dst_h, FFMIN(src_h, dst_h), y + src_h); in blend_slice_packed_rgb() 440 … int dst_w, int dst_h, \ 456 …int dst_hp = AV_CEIL_RSHIFT(dst_h, vsub); … 566 … int dst_w, int dst_h, \ 577 …imax = FFMIN(-y + dst_h, src_h); … 628 …const int dst_h = dst->height; … 630 …blend_plane_##depth##_##nbits##bits(ctx, dst, src, src_w, src_h, dst_w, dst_h, 0, 0, 0, … 633 …blend_plane_##depth##_##nbits##bits(ctx, dst, src, src_w, src_h, dst_w, dst_h, 1, hsub, vsub, … 636 …blend_plane_##depth##_##nbits##bits(ctx, dst, src, src_w, src_h, dst_w, dst_h, 2, hsub, vsub, … [all …]
|
D | drawutils.h | 104 int dst_w, int dst_h, 126 uint8_t *dst[], int dst_linesize[], int dst_w, int dst_h,
|
D | vf_owdenoise.c | 104 static inline void decompose(float *dst_l, float *dst_h, const float *src, in decompose() argument 119 dst_h[x * linesize] = sum_h; in decompose() 141 static inline void decompose2D(float *dst_l, float *dst_h, const float *src, in decompose2D() argument 149 dst_h + ylinesize*y + xlinesize*x, in decompose2D()
|
D | lswsutils.h | 33 int dst_w, int dst_h, enum AVPixelFormat dst_pix_fmt,
|
D | drawutils.c | 353 int dst_w, int dst_h, in ff_blend_rectangle() argument 362 clip_interval(dst_h, &y0, &h, NULL); in ff_blend_rectangle() 529 uint8_t *dst[], int dst_linesize[], int dst_w, int dst_h, in ff_blend_mask() argument 539 clip_interval(dst_h, &y0, &mask_h, &ym0); in ff_blend_mask()
|
D | vf_histogram.c | 300 const int dst_h = AV_CEIL_RSHIFT(outlink->h, (is_chroma ? s->odesc->log2_chroma_h : 0)); in filter_frame() local 304 for (i = 0; i < dst_h ; i++) in filter_frame() 311 for (i = 0; i < dst_h ; i++) in filter_frame()
|
/third_party/mesa3d/src/compiler/isaspec/ |
D | decode.py | 299 dst_h = sys.argv[4] variable 305 f.write(Template(glue).render(guard=guard, isa=os.path.basename(dst_h))) 310 with open(dst_h, 'w') as f: 311 guard = os.path.basename(dst_h).upper().replace("-", "_").replace(".", "_")
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
D | xa_yuv.c | 117 int dst_h, in xa_yuv_planar_blit() argument 127 if (dst_w == 0 || dst_h == 0) in xa_yuv_planar_blit() 141 scale_y = (float)src_h / (float)dst_h; in xa_yuv_planar_blit()
|
D | xa_context.h | 61 int dst_h,
|
D | xa_priv.h | 255 int dst_y, int dst_w, int dst_h,
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_copyimage.c | 573 unsigned dst_h = src_h; in fallback_copy_image() local 578 dst_h = DIV_ROUND_UP(dst_h, src_blk_h); in fallback_copy_image() 581 dst_h *= dst_blk_h; in fallback_copy_image() 595 dst_x, dst_y, dst_w, dst_h, in fallback_copy_image() 600 dst_x, dst_y, dst_w, dst_h, in fallback_copy_image()
|
/third_party/ffmpeg/tests/checkasm/ |
D | videodsp.c | 50 #define check_emu_edge_size(type, src_w, src_h, dst_w, dst_h) \ argument 54 int bw = dst_w, bh = dst_h; \
|
/third_party/mesa3d/src/mesa/main/ |
D | copyimage.c | 616 GLuint src_w, src_h, dst_w, dst_h; in _mesa_CopyImageSubData() local 645 &dstIntFormat, &dst_w, &dst_h, &dst_num_samples, in _mesa_CopyImageSubData() 775 GLuint src_w, src_h, dst_w, dst_h; in _mesa_CopyImageSubDataNV() local 803 &dstIntFormat, &dst_w, &dst_h, &dst_num_samples, in _mesa_CopyImageSubDataNV()
|