/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | matrix_combine_impl.cu | 27 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/ |
D | conv1x1_base.c | 30 for (int dst_w = 0; dst_w < conv_param->output_w_; dst_w++) { in Conv1x1InputPack() local
|
/third_party/ffmpeg/libavfilter/ |
D | lswsutils.c | 23 int dst_w, int dst_h, enum AVPixelFormat dst_pix_fmt, in ff_scale_image()
|
D | drawutils.c | 353 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()
|
D | vf_overlay.c | 358 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
|
D | vf_histogram.c | 301 const int dst_w = AV_CEIL_RSHIFT(outlink->w, (is_chroma ? s->odesc->log2_chroma_w : 0)); in filter_frame() local
|
D | vf_waveform.c | 393 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/ |
D | SDL_stretch.c | 70 generate_rowbytes(int src_w, int dst_w, int bpp) in generate_rowbytes() 76 int dst_w; in generate_rowbytes() member
|
D | SDL_surface.c | 665 int dst_w, dst_h; in SDL_UpperBlitScaled() local
|
/third_party/libdrm/exynos/ |
D | exynos_fimg2d.c | 506 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/ |
D | videodsp.c | 50 #define check_emu_edge_size(type, src_w, src_h, dst_w, dst_h) \ argument
|
/third_party/wayland-ivi-extension/screen-info/module/ |
D | screen-info.h | 5 int dst_w; member 20 int dst_w; member
|
/third_party/ffmpeg/doc/examples/ |
D | scaling_video.c | 56 int src_w = 320, src_h = 240, dst_w, dst_h; in main() local
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
D | xa_yuv.c | 116 int dst_w, in xa_yuv_planar_blit()
|
D | xa_renderer.c | 511 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/ |
D | DepthwiseFp32_Sse.c | 123 float *dst_w = dst_h; in ConvDwFp32Center() local 245 float *dst_w = dst_h; in DeconvDwFp32Center() local
|
/third_party/mesa3d/src/mesa/main/ |
D | copyimage.c | 614 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/ |
D | conv_depthwise_fp16.c | 433 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/ |
D | resize_cubic_op.cc | 270 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/ |
D | conv_depthwise_fp32.c | 73 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
|
D | conv_1x1_x86_fp32.c | 88 float *dst_w = dst_oc + hw * oc_align; in Conv1x1SWFp32() local
|
D | resize_fp32.c | 313 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/ |
D | warp_affine.cc | 373 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/ |
D | conv_depthwise_int8.c | 577 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/ |
D | st_cb_copyimage.c | 561 unsigned dst_w = src_w; in fallback_copy_image() local
|