Home
last modified time | relevance | path

Searched defs:dst_step (Results 1 – 25 of 32) sorted by relevance

12

/third_party/ffmpeg/libavcodec/mips/
Dhevcdsp_mmi.c26 #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/
Dpcm_dmix_generic.c52 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 …]
Dpcm_dmix_i386.h38 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()
Dpcm_dmix_x86_64.h39 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()
Dpcm_rate_linear.c93 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
Dpcm_alaw.c159 int src_step, dst_step; in snd_pcm_alaw_decode() local
197 int src_step, dst_step; in snd_pcm_alaw_encode() local
Dpcm_mulaw.c176 int src_step, dst_step; in snd_pcm_mulaw_decode() local
214 int src_step, dst_step; in snd_pcm_mulaw_encode() local
Dpcm_linear.c160 int src_step, dst_step; in snd_pcm_linear_convert() local
196 int src_step, dst_step; in snd_pcm_linear_getput() local
Dpcm_lfloat.c112 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
Dpcm_adpcm.c233 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
Dpcm_iec958.c161 int src_step, dst_step; in snd_pcm_iec958_decode() local
204 int src_step, dst_step; in snd_pcm_iec958_encode() local
Dpcm_dmix.c161 unsigned int src_step, dst_step; in mix_areas() local
229 unsigned int src_step, dst_step; in remix_areas() local
Dpcm_softvol.c326 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
Dpcm_route.c143 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/
Dwinograd_utils.c55 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 …]
Dwinograd_avx.c21 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 …]
Ddeconv_winograd_fp32.c224 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
Dwinograd_transform.c90 int dst_step = tile_num * in_channel; in WinogradInputTransform() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dwinograd_utils_fp16.c84 …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 …]
Ddeconv_winograd_fp16.c45 …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
Dwinograd_transform_fp16.c120 size_t dst_step = in_channel * tile_num; in WinogradInputTransformFp16() local
/third_party/alsa-lib/test/
Dmixtest.c104 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/
DTiledC4MatMulFp32.c31 void TiledC4MatmulFp32(float *dst, const float *src, const float *weight, size_t dst_step, size_t i… in TiledC4MatmulFp32()
/third_party/ffmpeg/libavfilter/
Dvf_boxblur.c160 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/
Dconv3x3_int8.c191 int dst_step = iC8 * C8NUM * C4NUM; in Conv3x3Int8FilterTransform() local
819 size_t dst_step = (size_t)ic8 * C8NUM * TILE_NUM; in Conv3x3Int8InputTransform() local

12