/third_party/ffmpeg/libavcodec/mips/ |
D | hevcdsp_mmi.c | 26 #define PUT_HEVC_QPEL_H(w, x_step, src_step, dst_step) \ argument 123 #define PUT_HEVC_QPEL_HV(w, x_step, src_step, dst_step) \ argument 317 #define PUT_HEVC_QPEL_BI_H(w, x_step, src_step, src2_step, dst_step) \ argument 449 #define PUT_HEVC_QPEL_BI_HV(w, x_step, src_step, src2_step, dst_step) \ argument 678 #define PUT_HEVC_EPEL_BI_HV(w, x_step, src_step, src2_step, dst_step) \ argument 864 #define PUT_HEVC_PEL_BI_PIXELS(w, x_step, src_step, dst_step, src2_step) \ argument 975 #define PUT_HEVC_QPEL_UNI_HV(w, x_step, src_step, dst_step, tmp_step) \ argument
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_dmix_generic.c | 52 volatile signed int *sum, size_t dst_step, in mix_areas_16() 83 volatile signed int *sum, size_t dst_step, in mix_areas_32() 133 size_t dst_step, in generic_mix_areas_16_native() 165 size_t dst_step, in generic_remix_areas_16_native() 196 size_t dst_step, in generic_mix_areas_32_native() 230 size_t dst_step, in generic_remix_areas_32_native() 263 size_t dst_step, in generic_mix_areas_16_swap() 295 size_t dst_step, in generic_remix_areas_16_swap() 326 size_t dst_step, in generic_mix_areas_32_swap() 360 size_t dst_step, in generic_remix_areas_32_swap() [all …]
|
D | pcm_dmix_i386.h | 38 volatile signed int *sum, size_t dst_step, in MIX_AREAS_16() 171 volatile signed int *sum, size_t dst_step, in MIX_AREAS_16_MMX() 276 volatile signed int *sum, size_t dst_step, in MIX_AREAS_32() 398 volatile signed int *sum, size_t dst_step, in MIX_AREAS_24() 513 volatile signed int *sum, size_t dst_step, in MIX_AREAS_24_CMOV()
|
D | pcm_dmix_x86_64.h | 39 volatile signed int *sum, size_t dst_step, in MIX_AREAS_16() 161 volatile signed int *sum, size_t dst_step, in MIX_AREAS_32() 297 volatile signed int *sum, size_t dst_step, in MIX_AREAS_24()
|
D | pcm_rate_linear.c | 93 int src_step, dst_step; in linear_expand() local 156 int src_step, dst_step; in linear_expand_s16() local 215 int src_step, dst_step; in linear_shrink() local 277 int src_step, dst_step; in linear_shrink_s16() local
|
D | pcm_alaw.c | 159 int src_step, dst_step; in snd_pcm_alaw_decode() local 197 int src_step, dst_step; in snd_pcm_alaw_encode() local
|
D | pcm_mulaw.c | 176 int src_step, dst_step; in snd_pcm_mulaw_decode() local 214 int src_step, dst_step; in snd_pcm_mulaw_encode() local
|
D | pcm_linear.c | 160 int src_step, dst_step; in snd_pcm_linear_convert() local 196 int src_step, dst_step; in snd_pcm_linear_getput() local
|
D | pcm_lfloat.c | 112 int src_step, dst_step; in snd_pcm_lfloat_convert_integer_float() local 157 int src_step, dst_step; in snd_pcm_lfloat_convert_float_integer() local
|
D | pcm_adpcm.c | 233 int src_step, srcbit_step, dst_step; in snd_pcm_adpcm_decode() local 287 int src_step, dst_step, dstbit_step; in snd_pcm_adpcm_encode() local
|
D | pcm_iec958.c | 161 int src_step, dst_step; in snd_pcm_iec958_decode() local 204 int src_step, dst_step; in snd_pcm_iec958_encode() local
|
D | pcm_dmix.c | 161 unsigned int src_step, dst_step; in mix_areas() local 229 unsigned int src_step, dst_step; in remix_areas() local
|
D | pcm_softvol.c | 326 unsigned int src_step, dst_step; in softvol_convert_stereo_vol() local 387 unsigned int src_step, dst_step; in softvol_convert_mono_vol() local
|
D | pcm_route.c | 143 int src_step, dst_step; in snd_pcm_route_convert1_one() local 193 int src_step, dst_step; in snd_pcm_route_convert1_one_getput() local 267 int dst_step; in snd_pcm_route_convert1_many() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | winograd_utils.c | 55 void InputTransform4x4Unit(const float *src_data, float *dst_data, int src_step, int dst_step, int … in InputTransform4x4Unit() 111 void InputTransform6x6Unit(const float *src_data, float *dst_data, int src_step, int dst_step, int … in InputTransform6x6Unit() 191 … InputTransform8x8Unit_block4(const float *src_data, float *dst_data, int src_step, int dst_step) { in InputTransform8x8Unit_block4() 251 void InputTransform8x8Unit(const float *src_data, float *dst_data, int src_step, int dst_step, int … in InputTransform8x8Unit() 327 …4x2Unit(const float *src_data, float *dst_data, const float *bias_data, int src_step, int dst_step, in OutputTransform4x2Unit() 390 int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform4x2ReluUnit() 457 int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform4x2Relu6Unit() 527 …4x3Unit(const float *src_data, float *dst_data, const float *bias_data, int src_step, int dst_step, in OutputTransform4x3Unit() 596 int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform4x3ReluUnit() 670 int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform4x3Relu6Unit() [all …]
|
D | winograd_avx.c | 21 int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform4x2AvxUnit() 53 int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform4x2ReluAvxUnit() 88 int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform4x2Relu6AvxUnit() 126 int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform4x3AvxUnit() 162 int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform4x3ReluAvxUnit() 202 int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform4x3Relu6AvxUnit() 246 int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform6x2AvxUnit() 289 int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform6x2ReluAvxUnit() 335 int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform6x2Relu6AvxUnit() 383 int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform6x3AvxUnit() [all …]
|
D | deconv_winograd_fp32.c | 224 void DeConvWgMergeArm32(const float *src_ptr, float *dst_ptr, size_t src_step, size_t dst_step) { in DeConvWgMergeArm32() 283 void DeConvWgMergeArm32(const float *src_ptr, float *dst_ptr, size_t src_step, size_t dst_step) { in DeConvWgMergeArm32() 352 size_t dst_step = dst_stride * sizeof(float); in DeConvWgMerge() local
|
D | winograd_transform.c | 90 int dst_step = tile_num * in_channel; in WinogradInputTransform() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/ |
D | winograd_utils_fp16.c | 84 …4UnitFp16(const float16_t *src_data, float16_t *dst_data, int src_step, int dst_step, int real_c) { in InputTransform4x4UnitFp16() 163 …6UnitFp16(const float16_t *src_data, float16_t *dst_data, int src_step, int dst_step, int real_c) { in InputTransform6x6UnitFp16() 275 …8UnitFp16(const float16_t *src_data, float16_t *dst_data, int src_step, int dst_step, int real_c) { in InputTransform8x8UnitFp16() 463 int src_step, int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform4x2UnitFp16() 553 … int src_step, int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform4x2ReluUnitFp16() 651 … int src_step, int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform4x2Relu6UnitFp16() 757 int src_step, int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform4x3UnitFp16() 793 … int src_step, int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform4x3ReluUnitFp16() 833 … int src_step, int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform4x3Relu6UnitFp16() 877 int src_step, int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform6x2UnitFp16() [all …]
|
D | deconv_winograd_fp16.c | 45 …WgMergeFp16A32Fun(const float16_t *src_ptr, float16_t *dst_ptr, size_t src_step, size_t dst_step) { in DeconvWgMergeFp16A32Fun() 101 size_t dst_step = dst_stride * sizeof(float16_t); in DeConvWgMergeFp16() local
|
D | winograd_transform_fp16.c | 120 size_t dst_step = in_channel * tile_num; in WinogradInputTransformFp16() local
|
/third_party/alsa-lib/test/ |
D | mixtest.c | 104 unsigned int dst_step, unsigned int sum_step) in saturate() 124 unsigned int dst_step, in mix_areas0() 160 unsigned int dst_step, in mix_areas2()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/intrinsics/avx/ |
D | TiledC4MatMulFp32.c | 31 void TiledC4MatmulFp32(float *dst, const float *src, const float *weight, size_t dst_step, size_t i… in TiledC4MatmulFp32()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_boxblur.c | 160 static inline void blur(uint8_t *dst, int dst_step, const uint8_t *src, int src_step, in blur() 167 static inline void blur_power(uint8_t *dst, int dst_step, const uint8_t *src, int src_step, in blur_power()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/ |
D | conv3x3_int8.c | 191 int dst_step = iC8 * C8NUM * C4NUM; in Conv3x3Int8FilterTransform() local 819 size_t dst_step = (size_t)ic8 * C8NUM * TILE_NUM; in Conv3x3Int8InputTransform() local
|