Home
last modified time | relevance | path

Searched defs:src_h (Results 1 – 25 of 26) sorted by relevance

12

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dmatrix_combine_impl.cu24 size_t src_h = (pointIdx - batchIdx * src_height * src_width) / src_width; in MatrixCombineKernel() local
39 size_t src_h = (pointIdx - batchIdx * src_height * src_width) / src_width; in MatrixCombineKernel() local
45 size_t src_h = (pointIdx - (batch - 1) * src_height * src_width) / res_width; in MatrixCombineKernel() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/base/
Dconv1x1_base.c24 int src_h = dst_h * conv_param->stride_h_ - conv_param->pad_u_; in Conv1x1InputPack() local
/third_party/ffmpeg/libavfilter/
Dlswsutils.c25 int src_w, int src_h, enum AVPixelFormat src_pix_fmt, in ff_scale_image()
Dvf_owdenoise.c128 static inline void compose(float *dst, const float *src_l, const float *src_h, in compose()
159 static inline void compose2D(float *dst, const float *src_l, const float *src_h, in compose2D()
Dvf_waveform.c702 const int src_h = AV_CEIL_RSHIFT(in->height, shift_h); in lowpass16() local
839 const int src_h = AV_CEIL_RSHIFT(in->height, shift_h); in lowpass() local
983 const int src_h = in->height; in flat16() local
1120 const int src_h = in->height; in flat() local
1547 const int src_h = in->height; in chroma16() local
1643 const int src_h = in->height; in chroma() local
1748 const int src_h = in->height; in color16() local
1880 const int src_h = in->height; in color() local
2014 const int src_h = in->height; in acolor16() local
2146 const int src_h = in->height; in acolor() local
Dvf_removelogo.c249 int src_w, int src_h, in generate_half_size_image()
Dvf_tinterlace.c310 enum AVPixelFormat format, int w, int src_h, in copy_picture_field()
Dvf_overlay.c357 const int src_h = src->height; in blend_slice_packed_rgb() local
660 const int src_h = src->height; in blend_slice_planar_rgb() 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
683 unsigned int src_h, unsigned int dst_x, in g2d_copy_with_scale()
798 unsigned int src_w, src_h, dst_w, dst_h; in g2d_blend() local
908 unsigned int src_w, unsigned int src_h, unsigned int dst_x, 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.c113 int src_h, in xa_yuv_planar_blit()
Dxa_renderer.c509 float src_h, in renderer_draw_yuv()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/intrinsics/sse/
DDepthwiseFp32_Sse.c121 const float *src_h = src; in ConvDwFp32Center() local
243 const float *src_h = src; in DeconvDwFp32Center() local
/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/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp16/
Dconv_depthwise_fp16.c498 const float16_t *src_h = src + ih * sliding->in_h_step_; in DepthwiseBorderFp16() local
528 const float16_t *src_h = src; in DepthwiseCenterFp16() local
653 const float16_t *src_h = src + top * sliding->out_h_step_; in DeconvDepthwiseBorderFp16() local
688 const float16_t *src_h = src; in DeconvDepthwiseCenterFp16() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/int8/
Dconv_depthwise_int8.c546 const int8_t *src_h = src + ih * sliding->in_h_step_; in ConvDwInt8Border() local
576 const int8_t *src_h = src; in ConvDwInt8Center() local
693 const int16_t *src_h = src + top * sliding->out_h_step_; in DeconvDwInt8Border() local
723 const int16_t *src_h = src; in DeconvDwInt8Center() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32/
Dconv_depthwise_fp32.c296 const float *src_h = src + ih * sliding->in_h_step_; in ConvDwBorder() local
344 const float *src_h = src; in ConvDwCenter() local
976 const float *src_h = src + top * sliding->out_h_step_; in DeconvDwBorder() local
1011 const float *src_h = src; in DeconvDwCenter() local
1111 const float *src_h = src + ih * sw_param->in_h_step_; in DepthwiseBorderAvxFp32() local
1172 const float *src_h = input_data + in_start + (oh - out_top) * in_sh_step; in DepthwiseSWAvxFp32() local
/third_party/ffmpeg/libavcodec/
Dvc1dec.c183 uint8_t* src_h[2][2]; in vc1_draw_sprites() local
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_copyimage.c556 int src_w, int src_h) in fallback_copy_image()
/third_party/ffmpeg/libpostproc/
Dpostprocess_altivec_template.c26 #define ALTIVEC_TRANSPOSE_8x8_SHORT(src_a,src_b,src_c,src_d,src_e,src_f,src_g,src_h) \ argument
/third_party/libdrm/
Dxf86drmMode.c1135 uint32_t src_w, uint32_t src_h) in drmModeSetPlane()
/third_party/mesa3d/include/drm-uapi/
Ddrm_mode.h311 __u32 src_h; member
/third_party/libdrm/include/drm/
Ddrm_mode.h311 __u32 src_h; member
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_meta_copy.c3896 uint32_t src_x, src_y, src_w, src_h; in blit_shader() local

12