| /third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
| D | matrix_combine_impl.cu | 26 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/ |
| D | decode.py | 297 dst_h = sys.argv[4] variable
|
| /third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/base/ |
| D | conv1x1_base.c | 23 for (int dst_h = 0; dst_h < conv_param->output_h_; dst_h++) { 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 | vf_owdenoise.c | 104 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()
|
| 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 | 359 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
|
| D | vf_histogram.c | 300 const int dst_h = AV_CEIL_RSHIFT(outlink->h, (is_chroma ? s->odesc->log2_chroma_h : 0)); in filter_frame() local
|
| D | vf_waveform.c | 392 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/ |
| 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 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/ |
| 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 | 6 int dst_h; member 21 int dst_h; 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 | 117 int dst_h, 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 | 120 float *dst_h = dst; in ConvDwFp32Center() local 242 float *dst_h = dst; 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 | 489 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/ |
| D | conv_depthwise_int8.c | 540 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/ |
| 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/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 …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/ |
| D | st_cb_copyimage.c | 562 unsigned dst_h = src_h; in fallback_copy_image() local
|
| /third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
| D | conv_depthwise_fp32.c | 213 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/ |
| D | SDL_surface.c | 665 int dst_w, dst_h; in SDL_UpperBlitScaled() local
|
| D | SDL_blit.h | 62 int dst_w, dst_h; member
|