Home
last modified time | relevance | path

Searched defs:src_w (Results 1 – 25 of 35) sorted by relevance

12

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dmatrix_combine_impl.cu25 size_t src_w = (pointIdx - batchIdx * src_height * src_width) % src_width; in MatrixCombineKernel() local
40 size_t src_w = (pointIdx - batchIdx * src_height * src_width) % src_width; in MatrixCombineKernel() local
46 size_t src_w = (pointIdx - (batch - 1) * src_height * src_width) % res_width; in MatrixCombineKernel() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/base/
Dconv1x1_base.c31 int src_w = dst_w * conv_param->stride_w_ - conv_param->pad_l_; 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_waveform.c692 const int src_w = AV_CEIL_RSHIFT(in->width, shift_w); in lowpass16() local
829 const int src_w = AV_CEIL_RSHIFT(in->width, shift_w); in lowpass() local
973 const int src_w = in->width; in flat16() local
1110 const int src_w = in->width; in flat() local
1537 const int src_w = in->width; in chroma16() local
1633 const int src_w = in->width; in chroma() local
1738 const int src_w = in->width; in color16() local
1870 const int src_w = in->width; in color() local
2004 const int src_w = in->width; in acolor16() local
2136 const int src_w = in->width; in acolor() local
Dvf_removelogo.c258 int src_w, int src_h, in generate_half_size_image()
Dvf_overlay.c356 const int src_w = src->width; in blend_slice_packed_rgb() local
657 const int src_w = src->width; in blend_slice_planar_rgb() 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()
75 int src_w; in generate_rowbytes() member
DSDL_surface.c664 int src_w, src_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
682 unsigned int src_y, unsigned int src_w, 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/wayland-ivi-extension/screen-info/module/
Dscreen-info.h9 int src_w; member
24 int src_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.c112 int src_w, in xa_yuv_planar_blit()
Dxa_renderer.c508 float src_w, in renderer_draw_yuv()
/third_party/ffmpeg/libavformat/
Dos_support.h199 wchar_t *src_w, *dest_w; local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/intrinsics/sse/
DDepthwiseFp32_Sse.c124 const float *src_w = src_h; in ConvDwFp32Center() local
246 const float *src_w = src_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.c501 const float16_t *src_w = src_h + iw * sliding->block_channel_; in DepthwiseBorderFp16() local
527 const float16_t *src_w = src_h; in DepthwiseCenterFp16() local
685 const float16_t *src_w = src_h; in DeconvDepthwiseCenterFp16() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dconv_depthwise_fp32.c225 const float *src_w = src_h + iw * sliding->block_channel_; in ConvDwBorder() local
269 const float *src_w = src_h; in ConvDwCenter() local
936 const float *src_w = src_h; in DeconvDwCenter() local
1039 const float *src_w = src_h + iw * sw_param->block_channel_; in DepthwiseBorderAvxFp32() local
1114 const float *src_w = src_h + oc_step; in DepthwiseSWAvxFp32() local
Dconv_1x1_x86_fp32.c81 const float *src_w = input_data + ic + ohw_start * in_sw_step; in Conv1x1SWFp32() local
Dconv_common_fp32.c319 const float *src_w = src_h + iw * sw_param->ic_align_; in SWBorder() local
410 const float *src_w = src_h + (oh - top) * in_sh_step; in ConvSWFp32() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dconv_depthwise_int8.c552 const int8_t *src_w = src_h + iw * sliding->block_channel_; in ConvDwInt8Border() local
578 const int8_t *src_w = src_h; in ConvDwInt8Center() local
725 const int16_t *src_w = src_h; in DeconvDwInt8Center() local
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_copyimage.c545 int src_w, int src_h) in fallback_copy_image()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_screen.h173 unsigned src_w:3; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.h197 unsigned src_w:3; member

12