Home
last modified time | relevance | path

Searched defs:dst_w (Results 1 – 25 of 34) sorted by relevance

12

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dmatrix_combine_impl.cu27 size_t dst_w = src_width * batchIdx + src_w; in MatrixCombineKernel() local
42 size_t dst_w = src_width * batchIdx + src_w; in MatrixCombineKernel() local
49 size_t dst_w = src_width * (batch - 1) + src_w; in MatrixCombineKernel() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/base/
Dconv1x1_base.c30 for (int dst_w = 0; dst_w < conv_param->output_w_; dst_w++) { in Conv1x1InputPack() local
/third_party/ffmpeg/libavfilter/
Dlswsutils.c23 int dst_w, int dst_h, enum AVPixelFormat dst_pix_fmt, in ff_scale_image()
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.c358 const int dst_w = dst->width; in blend_slice_packed_rgb() local
659 const int dst_w = dst->width; in blend_slice_planar_rgb() local
Dvf_histogram.c301 const int dst_w = AV_CEIL_RSHIFT(outlink->w, (is_chroma ? s->odesc->log2_chroma_w : 0)); in filter_frame() local
Dvf_waveform.c393 const int dst_w = s->display == PARADE ? out->width / s->acomp : out->width; in envelope_instant16() local
440 const int dst_w = s->display == PARADE ? out->width / s->acomp : out->width; in envelope_instant() local
488 const int dst_w = s->display == PARADE ? out->width / s->acomp : out->width; in envelope_peak16() local
557 const int dst_w = s->display == PARADE ? out->width / s->acomp : out->width; in envelope_peak() local
900 const int dst_w = 256; in lowpass() local
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_stretch.c70 generate_rowbytes(int src_w, int dst_w, int bpp) in generate_rowbytes()
76 int dst_w; in generate_rowbytes() member
DSDL_surface.c665 int dst_w, dst_h; in SDL_UpperBlitScaled() 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
684 unsigned int dst_y, unsigned int dst_w, 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.h5 int dst_w; member
20 int dst_w; 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.c116 int dst_w, 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.c123 float *dst_w = dst_h; in ConvDwFp32Center() local
245 float *dst_w = dst_h; 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.c433 float16_t *dst_w = dst_data + out_w_start * conv_param->output_channel_; in ConvDwFp16() local
526 float16_t *dst_w = dst_h; in DepthwiseCenterFp16() local
659 float16_t *dst_w = dst_h + ow * sliding->block_channel_; in DeconvDepthwiseBorderFp16() local
684 float16_t *dst_w = dst_h; in DeconvDepthwiseCenterFp16() 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/backend/kernel_compiler/cpu/nnacl/fp32/
Dconv_depthwise_fp32.c73 float *dst_w = dst_data + out_w_start * conv_param->output_channel_; in ConvDw() local
268 float *dst_w = dst_h; in ConvDwCenter() local
910 float *dst_w = dst_h + ow * sliding->block_channel_; in DeconvDwBorder() local
935 float *dst_w = dst_h; in DeconvDwCenter() local
1104 float *dst_w = dst_oh + oc_step; in DepthwiseSWAvxFp32() local
Dconv_1x1_x86_fp32.c88 float *dst_w = dst_oc + hw * oc_align; in Conv1x1SWFp32() local
Dresize_fp32.c313 float *dst_w = dst + w * channel; in BicubicInterpRow() local
367 float *dst_w = dst + w * channel; in BicubicInterpCol() local
/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 bool WarpPerspectiveBilinear(const LiteMat &src, LiteMat &dst, const LiteMat &M, int dst_w, int dst… in WarpPerspectiveBilinear()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dconv_depthwise_int8.c577 int8_t *dst_w = dst_h; in ConvDwInt8Center() local
704 int32_t *dst_w = dst_h + ow * C4NUM; in DeconvDwInt8Border() local
724 int32_t *dst_w = dst_h; in DeconvDwInt8Center() local
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_copyimage.c561 unsigned dst_w = src_w; in fallback_copy_image() local

12