/third_party/mesa3d/src/egl/wayland/wayland-drm/ |
D | wayland-drm.c | 64 int32_t offset1, int32_t stride1, in create_buffer() 140 int32_t offset1, int32_t stride1, in drm_create_planar_buffer() 169 int32_t offset1, int32_t stride1, in drm_create_prime_buffer()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | transpose_fp32.c | 22 const int stride1 = strides[perm[1]]; in TransposeDim2Fp32() local 37 const int stride1 = strides[perm[1]]; in TransposeDim3Fp32() local 60 const int stride1 = strides[perm[1]]; in TransposeDim4Fp32() local 92 const int stride1 = strides[perm[1]]; in TransposeDim5Fp32() local 131 const int stride1 = strides[perm[1]]; in TransposeDim6Fp32() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/ |
D | transpose_fp16.c | 24 const int stride1 = strides[perm[1]]; in Fp16TransposeDim2() local 39 const int stride1 = strides[perm[1]]; in Fp16TransposeDim3() local 62 const int stride1 = strides[perm[1]]; in Fp16TransposeDim4() local 94 const int stride1 = strides[perm[1]]; in Fp16TransposeDim5() local 133 const int stride1 = strides[perm[1]]; in Fp16TransposeDim6() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/ |
D | transpose_int8.c | 21 const int stride1 = strides[perm[1]]; in TransposeDim2Int8() local 37 const int stride1 = strides[perm[1]]; in TransposeDim3Int8() local 60 const int stride1 = strides[perm[1]]; in TransposeDim4Int8() local 92 const int stride1 = strides[perm[1]]; in TransposeDim5Int8() local 131 const int stride1 = strides[perm[1]]; in TransposeDim6Int8() local
|
/third_party/ffmpeg/libavutil/ |
D | pixelutils.c | 28 static av_always_inline int sad_wxh(const uint8_t *src1, ptrdiff_t stride1, in sad_wxh()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | ssim.c | 63 static double SSIMGetClipped_C(const uint8_t* src1, int stride1, in SSIMGetClipped_C() 93 static double SSIMGet_C(const uint8_t* src1, int stride1, in SSIMGet_C()
|
D | ssim_sse2.c | 125 static double SSIMGet_SSE2(const uint8_t* src1, int stride1, in SSIMGet_SSE2()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | ssim.c | 63 static double SSIMGetClipped_C(const uint8_t* src1, int stride1, in SSIMGetClipped_C() 93 static double SSIMGet_C(const uint8_t* src1, int stride1, in SSIMGet_C()
|
D | ssim_sse2.c | 125 static double SSIMGet_SSE2(const uint8_t* src1, int stride1, in SSIMGet_SSE2()
|
/third_party/boost/boost/numeric/ublas/detail/ |
D | raw.hpp | 435 int stride1( const M &m ) { in stride1() function 448 int stride1( const matrix_reference<M> &m ) { in stride1() function 459 int stride1( const c_matrix<T, M, N> &m ) { in stride1() function 470 int stride1( const matrix_range<M> &m ) { in stride1() function 475 int stride1( const matrix_slice<M> &m ) { in stride1() function
|
/third_party/flutter/skia/third_party/externals/libwebp/extras/ |
D | get_disto.c | 73 static int DiffScaleChannel(uint8_t* src1, int stride1, in DiffScaleChannel() 134 static double SSIMGetClipped(const uint8_t* src1, int stride1, in SSIMGetClipped() 163 static int SSIMScaleChannel(uint8_t* src1, int stride1, in SSIMScaleChannel()
|
/third_party/skia/third_party/externals/libwebp/extras/ |
D | get_disto.c | 73 static int DiffScaleChannel(uint8_t* src1, int stride1, in DiffScaleChannel() 134 static double SSIMGetClipped(const uint8_t* src1, int stride1, in SSIMGetClipped() 163 static int SSIMScaleChannel(uint8_t* src1, int stride1, in SSIMScaleChannel()
|
/third_party/ffmpeg/tests/ |
D | tiny_ssim.c | 47 static void ssim_4x4x2_core( const pixel *pix1, intptr_t stride1, in ssim_4x4x2_core() 114 pixel *pix1, intptr_t stride1, in ssim_plane()
|
/third_party/ffmpeg/libavutil/tests/ |
D | pixelutils.c | 27 const uint8_t *block1, ptrdiff_t stride1, in run_single_test()
|
/third_party/mindspore/mindspore/lite/micro/coder/wrapper/fp32/ |
D | arithmetic_fp32_wrapper.c | 54 int stride1 = wrapper_info->stride1_; in BatchScalarCalc() local
|
/third_party/weston/wcap/ |
D | main.c | 106 int i, u_accum, v_accum, stride0, stride1; in convert_to_yv12() local
|
/third_party/ffmpeg/libavcodec/ |
D | snow.c | 293 int stride1 = MC_STRIDE(dxy); in mc_block() local 313 int stride1 = MC_STRIDE(l); in mc_block() local
|
D | dxv.c | 112 uint8_t *plane1, ptrdiff_t stride1, in cocg_block() 175 uint8_t *plane3, ptrdiff_t stride1, in yao_block()
|
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/nnacl/fp32/ |
D | arithmetic_fp32_coder.cc | 366 int stride1 = arithmetic_parameter_->in_strides1_[break_pos_ - 1] * data_type_len_; in BatchScalarCalc() local
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/ |
D | arithmetic_fp32.cc | 319 int stride1 = param_->in_strides1_[break_pos_ - 1] * data_type_len_; in BatchScalarCalc() local
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | picture_psnr_enc.c | 204 const size_t stride1 = 4 * (size_t)p1.argb_stride; in WebPPictureDistortion() local
|
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | picture_psnr_enc.c | 204 const size_t stride1 = 4 * (size_t)p1.argb_stride; in WebPPictureDistortion() local
|
/third_party/ffmpeg/libswscale/tests/ |
D | swscale.c | 59 int stride1, int stride2, int w, int h) in getSSD()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample.c | 1309 LLVMValueRef indexes[2], stride, stride1; in lp_build_get_level_stride_vec() local 1318 LLVMValueRef stride1; in lp_build_get_level_stride_vec() local 1333 LLVMValueRef stride1; in lp_build_get_level_stride_vec() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_vp3_video_vp.c | 114 uint32_t stride1, stride2; // 04 08 member
|