Home
last modified time | relevance | path

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

/third_party/libdrm/exynos/
H A Dexynos_fimg2d.c506 unsigned int src_w, src_h, dst_w, dst_h; in g2d_copy() local
515 dst_w = w; in g2d_copy()
518 dst_w = dst->width - dst_x; in g2d_copy()
522 w = MIN(src_w, dst_w); in g2d_copy()
590 unsigned int src_w, src_h, dst_w, dst_h; in g2d_move() local
599 dst_w = w; in g2d_move()
602 dst_w = img->width - dst_x; in g2d_move()
606 w = MIN(src_w, dst_w); in g2d_move()
674 * @dst_w: width value to destination buffer.
684 unsigned int dst_y, unsigned int dst_w, in g2d_copy_with_scale()
680 g2d_copy_with_scale(struct g2d_context *ctx, struct g2d_image *src, struct g2d_image *dst, unsigned int src_x, unsigned int src_y, unsigned int src_w, unsigned int src_h, unsigned int dst_x, unsigned int dst_y, unsigned int dst_w, unsigned int dst_h, unsigned int negative) g2d_copy_with_scale() argument
798 unsigned int src_w, src_h, dst_w, dst_h; g2d_blend() local
906 g2d_scale_and_blend(struct g2d_context *ctx, struct g2d_image *src, struct g2d_image *dst, unsigned int src_x, unsigned int src_y, unsigned int src_w, unsigned int src_h, unsigned int dst_x, unsigned int dst_y, unsigned int dst_w, unsigned int dst_h, enum e_g2d_op op) g2d_scale_and_blend() argument
[all...]
H A Dexynos_fimg2d.h322 unsigned int dst_y, unsigned int dst_w,
331 unsigned int dst_y, unsigned int dst_w, unsigned int dst_h,
/third_party/ffmpeg/doc/examples/
H A Dscaling_video.c56 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/
H A Dlswsutils.c23 int dst_w, int dst_h, enum AVPixelFormat dst_pix_fmt, in ff_scale_image()
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()
22 ff_scale_image(uint8_t *dst_data[4], int dst_linesize[4], int dst_w, int dst_h, enum AVPixelFormat dst_pix_fmt, uint8_t * const src_data[4], int src_linesize[4], int src_w, int src_h, enum AVPixelFormat src_pix_fmt, void *log_ctx) ff_scale_image() argument
H A Ddrawutils.h121 int dst_w, int dst_h,
131 * @param dst_w width of the destination image
143 uint8_t *dst[], int dst_linesize[], int dst_w, int dst_h,
H A Dvf_overlay.c358 const int dst_w = dst->width; in blend_slice_packed_rgb() local
388 for (jmax = FFMIN(-x + dst_w, src_w); j < jmax; j++) { in blend_slice_packed_rgb()
440 int dst_w, int dst_h, \
455 int dst_wp = AV_CEIL_RSHIFT(dst_w, hsub); \
567 int dst_w, int dst_h, \
592 for (jmax = FFMIN(-x + dst_w, src_w); j < jmax; j++) { \
629 const int dst_w = dst->width; \
632 blend_plane_##depth##_##nbits##bits(ctx, dst, src, src_w, src_h, dst_w, dst_h, 0, 0, 0, \
635 blend_plane_##depth##_##nbits##bits(ctx, dst, src, src_w, src_h, dst_w, dst_h, 1, hsub, vsub, \
638 blend_plane_##depth##_##nbits##bits(ctx, dst, src, src_w, src_h, dst_w, dst_
661 const int dst_w = dst->width; blend_slice_planar_rgb() local
[all...]
H A Dlswsutils.h33 int dst_w, int dst_h, enum AVPixelFormat dst_pix_fmt,
H A Ddrawutils.c358 int dst_w, int dst_h, in ff_blend_rectangle()
369 clip_interval(dst_w, &x0, &w, NULL); in ff_blend_rectangle()
538 uint8_t *dst[], int dst_linesize[], int dst_w, int dst_h, in ff_blend_mask()
550 clip_interval(dst_w, &x0, &mask_w, &xm0); in ff_blend_mask()
356 ff_blend_rectangle(FFDrawContext *draw, FFDrawColor *color, uint8_t *dst[], int dst_linesize[], int dst_w, int dst_h, int x0, int y0, int w, int h) ff_blend_rectangle() argument
537 ff_blend_mask(FFDrawContext *draw, FFDrawColor *color, uint8_t *dst[], int dst_linesize[], int dst_w, int dst_h, const uint8_t *mask, int mask_linesize, int mask_w, int mask_h, int l2depth, unsigned endianness, int x0, int y0) ff_blend_mask() argument
H A Dvf_waveform.c404 const int dst_w = s->display == PARADE ? out->width / s->acomp : out->width; in envelope_instant16() local
411 for (x = offset; x < offset + dst_w; x++) { in envelope_instant16()
451 const int dst_w = s->display == PARADE ? out->width / s->acomp : out->width; in envelope_instant() local
458 for (x = offset; x < offset + dst_w; x++) { in envelope_instant()
499 const int dst_w = s->display == PARADE ? out->width / s->acomp : out->width; in envelope_peak16() local
508 for (x = offset; x < offset + dst_w; x++) { in envelope_peak16()
528 for (x = offset; x < offset + dst_w; x++) { in envelope_peak16()
568 const int dst_w = s->display == PARADE ? out->width / s->acomp : out->width; in envelope_peak() local
577 for (x = offset; x < offset + dst_w; x++) { in envelope_peak()
597 for (x = offset; x < offset + dst_w; in envelope_peak()
911 const int dst_w = 256; lowpass() local
[all...]
H A Dvf_histogram.c421 const int dst_w = AV_CEIL_RSHIFT(outlink->w, (is_chroma ? s->odesc->log2_chroma_w : 0)); in filter_frame() local
427 s->bg_color[0][k], dst_w); in filter_frame()
432 for (j = 0; j < dst_w; j++) in filter_frame()
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_yuv.c116 int dst_w, in xa_yuv_planar_blit()
127 if (dst_w == 0 || dst_h == 0) in xa_yuv_planar_blit()
140 scale_x = (float)src_w / (float)dst_w; in xa_yuv_planar_blit()
109 xa_yuv_planar_blit(struct xa_context *r, int src_x, int src_y, int src_w, int src_h, int dst_x, int dst_y, int dst_w, int dst_h, struct xa_box *box, unsigned int num_boxes, const float conversion_matrix[], struct xa_surface *dst, struct xa_surface *yuv[]) xa_yuv_planar_blit() argument
H A Dxa_context.h60 int dst_w,
H A Dxa_priv.h255 int dst_y, int dst_w, int dst_h,
H A Dxa_renderer.c511 int dst_y, int dst_w, int dst_h, struct xa_surface *srf[]) in renderer_draw_yuv()
517 dst_x, dst_y, dst_w, dst_h, srf); in renderer_draw_yuv()
505 renderer_draw_yuv(struct xa_context *r, float src_x, float src_y, float src_w, float src_h, int dst_x, int dst_y, int dst_w, int dst_h, struct xa_surface *srf[]) renderer_draw_yuv() argument
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_copyimage.c572 unsigned dst_w = src_w; in fallback_copy_image() local
577 dst_w = DIV_ROUND_UP(dst_w, src_blk_w); in fallback_copy_image()
580 dst_w *= dst_blk_w; in fallback_copy_image()
590 line_bytes = _mesa_format_row_stride(dst_image->TexFormat, dst_w); 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/
H A Dvideodsp.c50 #define check_emu_edge_size(type, src_w, src_h, dst_w, dst_h) \
54 int bw = dst_w, bh = dst_h; \
/third_party/mesa3d/src/mesa/main/
H A Dcopyimage.c616 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()
/third_party/node/deps/v8/src/wasm/baseline/arm64/
H A Dliftoff-assembler-arm64.h1212 Register dst_w = dst.W(); in emit_i32_divs() local
1215 bool can_use_dst = !dst_w.Aliases(lhs_w) && !dst_w.Aliases(rhs_w); in emit_i32_divs()
1218 Sdiv(dst_w, lhs_w, rhs_w); in emit_i32_divs()
1228 Sdiv(dst_w, lhs_w, rhs_w); in emit_i32_divs()
1242 Register dst_w = dst.W(); in emit_i32_rems() local
1254 Msub(dst_w, scratch, rhs_w, lhs_w); in emit_i32_rems()
1259 Register dst_w = dst.W(); in emit_i32_remu() local
1269 Msub(dst_w, scratch, rhs_w, lhs_w); in emit_i32_remu()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_meta_copy.c3889 uint32_t dst_x, dst_y, dst_w, dst_h; in blit_shader() local
3893 &dst_x, &dst_y, &dst_w, &dst_h, in blit_shader()
4017 .width = dst_w, in blit_shader()
4026 .extent = { dst_w, dst_h } in blit_shader()
4033 .extent = { dst_w, dst_h }, in blit_shader()
4067 .width = dst_x + dst_w, in blit_shader()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_generator.cpp1729 struct brw_reg dst_w = spread(retype(dst, t), 2); in generate_pack_half_2x16_split() local
1741 brw_F32TO16(p, dst_w, y); in generate_pack_half_2x16_split()
1753 brw_F32TO16(p, dst_w, x); in generate_pack_half_2x16_split()
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blitter.c1509 unsigned dst_w = u_minify(info->dst.planes[0].image->layout.width, info->dst.level); in pan_blit_ctx_init() local
1511 unsigned maxx = MIN2(MAX2(info->dst.start.x, info->dst.end.x), dst_w - 1); in pan_blit_ctx_init()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c2965 unsigned src_w, dst_w; in r600_dma_copy() local
2995 dst_w = u_minify(rdst->resource.b.b.width0, dst_level); in r600_dma_copy()
3001 if (src_pitch != dst_pitch || src_box->x || dst_x || src_w != dst_w) { in r600_dma_copy()
H A Devergreen_state.c3897 unsigned src_w, dst_w; in evergreen_dma_copy() local
3929 dst_w = u_minify(rdst->resource.b.b.width0, dst_level); in evergreen_dma_copy()
3935 if (src_pitch != dst_pitch || src_box->x || dst_x || src_w != dst_w) { in evergreen_dma_copy()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c2013 uint32_t dst_w = u_minify(dst->vk.extent.width, dst_subres->mipLevel); in dzn_cmd_buffer_blit_set_2d_region() local
2019 (2 * (float)dst_offsets[0].x / (float)dst_w) - 1.0f, -((2 * (float)dst_offsets[0].y / (float)dst_h) - 1.0f), in dzn_cmd_buffer_blit_set_2d_region()
2020 (2 * (float)dst_offsets[1].x / (float)dst_w) - 1.0f, -((2 * (float)dst_offsets[1].y / (float)dst_h) - 1.0f), in dzn_cmd_buffer_blit_set_2d_region()
2047 .Width = (float)dst_w, in dzn_cmd_buffer_blit_set_2d_region()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c7144 struct tgsi_full_dst_register dst_w = in emit_dst() local
7148 &dst_w, &s1_wwww, NULL, NULL, in emit_dst()
7305 struct tgsi_full_dst_register dst_w = in emit_exp() local
7309 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &dst_w, &one); in emit_exp()
7485 struct tgsi_full_dst_register dst_w = in emit_lit() local
7487 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &dst_w, &one); in emit_lit()
7680 struct tgsi_full_dst_register dst_w = in emit_log() local
7685 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &dst_w, &one); in emit_log()

Completed in 65 milliseconds