Home
last modified time | relevance | path

Searched defs:dst_w (Results 1 - 19 of 19) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dlswsutils.c22 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.c356 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_histogram.c421 const int dst_w = AV_CEIL_RSHIFT(outlink->w, (is_chroma ? s->odesc->log2_chroma_w : 0)); in filter_frame() local
H A Dvf_overlay.c358 const int dst_w = dst->width; in blend_slice_packed_rgb() local
661 const int dst_w = dst->width; blend_slice_planar_rgb() local
[all...]
H A Dvf_waveform.c404 const int dst_w = s->display == PARADE ? out->width / s->acomp : out->width; in envelope_instant16() local
451 const int dst_w = s->display == PARADE ? out->width / s->acomp : out->width; in envelope_instant() local
499 const int dst_w = s->display == PARADE ? out->width / s->acomp : out->width; in envelope_peak16() local
568 const int dst_w = s->display == PARADE ? out->width / s->acomp : out->width; in envelope_peak() local
911 const int dst_w = 256; lowpass() local
[all...]
/third_party/ffmpeg/doc/examples/
H A Dscaling_video.c56 int src_w = 320, src_h = 240, dst_w, dst_h; in main() local
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_yuv.c109 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_renderer.c505 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/main/
H A Dcopyimage.c616 GLuint src_w, src_h, dst_w, dst_h; in _mesa_CopyImageSubData() local
775 GLuint src_w, src_h, dst_w, dst_h; in _mesa_CopyImageSubDataNV() local
/third_party/libdrm/exynos/
H A Dexynos_fimg2d.c506 unsigned int src_w, src_h, dst_w, dst_h; in g2d_copy() local
590 unsigned int src_w, src_h, dst_w, dst_h; in g2d_move() local
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...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_copyimage.c572 unsigned dst_w = src_w; in fallback_copy_image() local
/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
/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
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c2965 unsigned src_w, dst_w; in r600_dma_copy() local
H A Devergreen_state.c3897 unsigned src_w, dst_w; in evergreen_dma_copy() local
/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
/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
1242 Register dst_w = dst.W(); in emit_i32_rems() local
1259 Register dst_w = dst.W(); in emit_i32_remu() local
/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
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c7144 struct tgsi_full_dst_register dst_w = in emit_dst() local
7305 struct tgsi_full_dst_register dst_w = in emit_exp() local
7485 struct tgsi_full_dst_register dst_w = in emit_lit() local
7680 struct tgsi_full_dst_register dst_w = in emit_log() local

Completed in 77 milliseconds