Home
last modified time | relevance | path

Searched defs:dst_h (Results 1 – 17 of 17) sorted by relevance

/third_party/mesa3d/src/compiler/isaspec/
Ddecode.py299 dst_h = sys.argv[4] variable
/third_party/ffmpeg/libavfilter/
Dlswsutils.c23 int dst_w, int dst_h, enum AVPixelFormat dst_pix_fmt, in ff_scale_image()
Dvf_owdenoise.c109 static inline void decompose(float *dst_l, float *dst_h, const float *src, in decompose()
146 static inline void decompose2D(float *dst_l, float *dst_h, const float *src, in decompose2D()
Ddrawutils.c358 int dst_w, int dst_h, in ff_blend_rectangle()
538 uint8_t *dst[], int dst_linesize[], int dst_w, int dst_h, in ff_blend_mask()
Dvf_overlay.c359 const int dst_h = dst->height; in blend_slice_packed_rgb() local
662 const int dst_h = dst->height; in blend_slice_planar_rgb() local
Dvf_histogram.c420 const int dst_h = AV_CEIL_RSHIFT(outlink->h, (is_chroma ? s->odesc->log2_chroma_h : 0)); in filter_frame() local
Dvf_waveform.c403 const int dst_h = s->display == PARADE ? out->height / s->acomp : out->height; in envelope_instant16() local
450 const int dst_h = s->display == PARADE ? out->height / s->acomp : out->height; in envelope_instant() local
498 const int dst_h = s->display == PARADE ? out->height / s->acomp : out->height; in envelope_peak16() local
567 const int dst_h = s->display == PARADE ? out->height / s->acomp : out->height; in envelope_peak() local
887 const int dst_h = 256; in lowpass() local
/third_party/libdrm/exynos/
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
685 unsigned int dst_h, unsigned int negative) in g2d_copy_with_scale()
798 unsigned int src_w, src_h, dst_w, dst_h; in g2d_blend() local
909 unsigned int dst_y, unsigned int dst_w, unsigned int dst_h, in g2d_scale_and_blend()
/third_party/ffmpeg/tests/checkasm/
Dvideodsp.c50 #define check_emu_edge_size(type, src_w, src_h, dst_w, dst_h) \ argument
/third_party/ffmpeg/doc/examples/
Dscaling_video.c56 int src_w = 320, src_h = 240, dst_w, dst_h; in main() local
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_yuv.c117 int dst_h, in xa_yuv_planar_blit()
Dxa_renderer.c511 int dst_y, int dst_w, int dst_h, struct xa_surface *srf[]) in renderer_draw_yuv()
/third_party/mesa3d/src/mesa/main/
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/mesa3d/src/mesa/state_tracker/
Dst_cb_copyimage.c573 unsigned dst_h = src_h; in fallback_copy_image() local
/third_party/mesa3d/src/panfrost/lib/
Dpan_blitter.c1510 unsigned dst_h = u_minify(info->dst.planes[0].image->layout.height, info->dst.level); in GENX() local
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_meta_copy.c3889 uint32_t dst_x, dst_y, dst_w, dst_h; in blit_shader() local
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_cmd_buffer.c2014 uint32_t dst_h = u_minify(dst->vk.extent.height, dst_subres->mipLevel); in dzn_cmd_buffer_blit_set_2d_region() local