Home
last modified time | relevance | path

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

12

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dmatrix_combine_impl.cu26 size_t dst_h = src_height * batchIdx + src_h; in MatrixCombineKernel() local
41 size_t dst_h = src_height * batchIdx + src_h; in MatrixCombineKernel() local
48 size_t dst_h = src_height * (batch - 1) + src_h; in MatrixCombineKernel() local
/third_party/mesa3d/src/compiler/isaspec/
Ddecode.py297 dst_h = sys.argv[4] variable
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/base/
Dconv1x1_base.c23 for (int dst_h = 0; dst_h < conv_param->output_h_; dst_h++) { in Conv1x1InputPack() local
/third_party/ffmpeg/libavfilter/
Dlswsutils.c23 int dst_w, int dst_h, enum AVPixelFormat dst_pix_fmt, in ff_scale_image()
Dvf_owdenoise.c104 static inline void decompose(float *dst_l, float *dst_h, const float *src, in decompose()
141 static inline void decompose2D(float *dst_l, float *dst_h, const float *src, in decompose2D()
Ddrawutils.c353 int dst_w, int dst_h, in ff_blend_rectangle()
529 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
660 const int dst_h = dst->height; in blend_slice_planar_rgb() local
Dvf_histogram.c300 const int dst_h = AV_CEIL_RSHIFT(outlink->h, (is_chroma ? s->odesc->log2_chroma_h : 0)); in filter_frame() local
Dvf_waveform.c392 const int dst_h = s->display == PARADE ? out->height / s->acomp : out->height; in envelope_instant16() local
439 const int dst_h = s->display == PARADE ? out->height / s->acomp : out->height; in envelope_instant() local
487 const int dst_h = s->display == PARADE ? out->height / s->acomp : out->height; in envelope_peak16() local
556 const int dst_h = s->display == PARADE ? out->height / s->acomp : out->height; in envelope_peak() local
876 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/wayland-ivi-extension/screen-info/module/
Dscreen-info.h6 int dst_h; member
21 int dst_h; member
/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/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/intrinsics/sse/
DDepthwiseFp32_Sse.c120 float *dst_h = dst; in ConvDwFp32Center() local
242 float *dst_h = dst; in DeconvDwFp32Center() local
/third_party/mesa3d/src/mesa/main/
Dcopyimage.c614 GLuint src_w, src_h, dst_w, dst_h; in _mesa_CopyImageSubData() local
773 GLuint src_w, src_h, dst_w, dst_h; in _mesa_CopyImageSubDataNV() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dconv_depthwise_fp16.c489 float16_t *dst_h = dst + top * sliding->out_h_step_; in DepthwiseBorderFp16() local
523 float16_t *dst_h = dst; in DepthwiseCenterFp16() local
652 float16_t *dst_h = dst + oh * sliding->in_h_step_; in DeconvDepthwiseBorderFp16() local
681 float16_t *dst_h = dst; in DeconvDepthwiseCenterFp16() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dconv_depthwise_int8.c540 int8_t *dst_h = dst + top * sliding->out_h_step_; in ConvDwInt8Border() local
574 int8_t *dst_h = dst; in ConvDwInt8Center() local
697 int32_t *dst_h = dst + oh * sliding->in_h_step_; in DeconvDwInt8Border() local
721 int32_t *dst_h = dst; in DeconvDwInt8Center() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dresize_cubic_op.cc270 bool ResizeCubic(const LiteMat &input, LiteMat &dst, int dst_w, int dst_h) { in ResizeCubic()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/lite_cv/
Dwarp_affine.cc373 bool WarpAffineBilinear(const LiteMat &src, LiteMat &dst, const LiteMat &M, int dst_w, int dst_h, … in WarpAffineBilinear()
491 …ectiveBilinear(const LiteMat &src, LiteMat &dst, const LiteMat &M, int dst_w, int dst_h, // NOLINT in WarpPerspectiveBilinear()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_copyimage.c562 unsigned dst_h = src_h; in fallback_copy_image() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dconv_depthwise_fp32.c213 float *dst_h = dst + top * sliding->out_h_step_; in ConvDwBorder() local
265 float *dst_h = dst; in ConvDwCenter() local
903 float *dst_h = dst + oh * sliding->in_h_step_; in DeconvDwBorder() local
932 float *dst_h = dst; in DeconvDwCenter() local
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_surface.c665 int dst_w, dst_h; in SDL_UpperBlitScaled() local
DSDL_blit.h62 int dst_w, dst_h; member

12