Home
last modified time | relevance | path

Searched defs:stride1 (Results 1 – 25 of 30) sorted by relevance

12

/third_party/mesa3d/src/egl/wayland/wayland-drm/
Dwayland-drm.c64 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/
Dtranspose_fp32.c22 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/
Dtranspose_fp16.c24 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/
Dtranspose_int8.c21 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/
Dpixelutils.c28 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/
Dssim.c63 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()
Dssim_sse2.c125 static double SSIMGet_SSE2(const uint8_t* src1, int stride1, in SSIMGet_SSE2()
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dssim.c63 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()
Dssim_sse2.c125 static double SSIMGet_SSE2(const uint8_t* src1, int stride1, in SSIMGet_SSE2()
/third_party/boost/boost/numeric/ublas/detail/
Draw.hpp435 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/
Dget_disto.c73 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/
Dget_disto.c73 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/
Dtiny_ssim.c47 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/
Dpixelutils.c27 const uint8_t *block1, ptrdiff_t stride1, in run_single_test()
/third_party/mindspore/mindspore/lite/micro/coder/wrapper/fp32/
Darithmetic_fp32_wrapper.c54 int stride1 = wrapper_info->stride1_; in BatchScalarCalc() local
/third_party/weston/wcap/
Dmain.c106 int i, u_accum, v_accum, stride0, stride1; in convert_to_yv12() local
/third_party/ffmpeg/libavcodec/
Dsnow.c293 int stride1 = MC_STRIDE(dxy); in mc_block() local
313 int stride1 = MC_STRIDE(l); in mc_block() local
Ddxv.c112 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/
Darithmetic_fp32_coder.cc366 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/
Darithmetic_fp32.cc319 int stride1 = param_->in_strides1_[break_pos_ - 1] * data_type_len_; in BatchScalarCalc() local
/third_party/skia/third_party/externals/libwebp/src/enc/
Dpicture_psnr_enc.c204 const size_t stride1 = 4 * (size_t)p1.argb_stride; in WebPPictureDistortion() local
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dpicture_psnr_enc.c204 const size_t stride1 = 4 * (size_t)p1.argb_stride; in WebPPictureDistortion() local
/third_party/ffmpeg/libswscale/tests/
Dswscale.c59 int stride1, int stride2, int w, int h) in getSSD()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.c1309 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/
Dnouveau_vp3_video_vp.c114 uint32_t stride1, stride2; // 04 08 member

12