/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 | 53 size_t src_step, size_t sum_step) in mix_areas_16() 84 size_t src_step, size_t sum_step) in mix_areas_32() 134 size_t src_step, in generic_mix_areas_16_native() 166 size_t src_step, in generic_remix_areas_16_native() 197 size_t src_step, in generic_mix_areas_32_native() 231 size_t src_step, in generic_remix_areas_32_native() 264 size_t src_step, in generic_mix_areas_16_swap() 296 size_t src_step, in generic_remix_areas_16_swap() 327 size_t src_step, in generic_mix_areas_32_swap() 361 size_t src_step, in generic_remix_areas_32_swap() [all …]
|
D | pcm_dmix_i386.h | 39 size_t src_step, size_t sum_step) in MIX_AREAS_16() 172 size_t src_step, size_t sum_step) in MIX_AREAS_16_MMX() 277 size_t src_step, size_t sum_step) in MIX_AREAS_32() 399 size_t src_step, size_t sum_step) in MIX_AREAS_24() 514 size_t src_step, size_t sum_step) in MIX_AREAS_24_CMOV()
|
D | pcm_dmix_x86_64.h | 40 size_t src_step, size_t sum_step) in MIX_AREAS_16() 162 size_t src_step, size_t sum_step) in MIX_AREAS_32() 298 size_t src_step, size_t sum_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_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_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_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_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_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_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_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_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
|
/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 void InputTransform8x8Unit_block4(const float *src_data, float *dst_data, int src_step, int dst_ste… 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() 389 …tTransform4x2ReluUnit(const float *src_data, float *dst_data, const float *bias_data, int src_step, in OutputTransform4x2ReluUnit() 456 …Transform4x2Relu6Unit(const float *src_data, float *dst_data, const float *bias_data, int src_step, in OutputTransform4x2Relu6Unit() 527 …4x3Unit(const float *src_data, float *dst_data, const float *bias_data, int src_step, int dst_step, in OutputTransform4x3Unit() 595 …tTransform4x3ReluUnit(const float *src_data, float *dst_data, const float *bias_data, int src_step, in OutputTransform4x3ReluUnit() 669 …Transform4x3Relu6Unit(const float *src_data, float *dst_data, const float *bias_data, int src_step, in OutputTransform4x3Relu6Unit() [all …]
|
D | winograd_avx.c | 20 …utTransform4x2AvxUnit(const float *src_data, float *dst_data, const float *bias_data, int src_step, in OutputTransform4x2AvxUnit() 52 …ansform4x2ReluAvxUnit(const float *src_data, float *dst_data, const float *bias_data, int src_step, in OutputTransform4x2ReluAvxUnit() 87 …nsform4x2Relu6AvxUnit(const float *src_data, float *dst_data, const float *bias_data, int src_step, in OutputTransform4x2Relu6AvxUnit() 125 …utTransform4x3AvxUnit(const float *src_data, float *dst_data, const float *bias_data, int src_step, in OutputTransform4x3AvxUnit() 161 …ansform4x3ReluAvxUnit(const float *src_data, float *dst_data, const float *bias_data, int src_step, in OutputTransform4x3ReluAvxUnit() 201 …nsform4x3Relu6AvxUnit(const float *src_data, float *dst_data, const float *bias_data, int src_step, in OutputTransform4x3Relu6AvxUnit() 245 …utTransform6x2AvxUnit(const float *src_data, float *dst_data, const float *bias_data, int src_step, in OutputTransform6x2AvxUnit() 288 …ansform6x2ReluAvxUnit(const float *src_data, float *dst_data, const float *bias_data, int src_step, in OutputTransform6x2ReluAvxUnit() 334 …nsform6x2Relu6AvxUnit(const float *src_data, float *dst_data, const float *bias_data, int src_step, in OutputTransform6x2Relu6AvxUnit() 382 …utTransform6x3AvxUnit(const float *src_data, float *dst_data, const float *bias_data, int src_step, 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() 351 size_t src_step = src_stride * sizeof(float); in DeConvWgMerge() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/lite_cv/ |
D | warp_affine.cc | 132 size_t src_step, const uint8_t *src_ptr, uint8_t *dst_ptr) { in RemapBilinearNotCur1C() 142 size_t src_step, const uint8_t *src_ptr, uint8_t *dst_ptr) { in RemapBilinearNotCur2C() 156 size_t src_step, const uint8_t *src_ptr, uint8_t *dst_ptr) { in RemapBilinearNotCur3C() 173 size_t src_step, const uint8_t *src_ptr, uint8_t *dst_ptr) { in RemapBilinearNotCur4C() 193 … size_t src_step, int cn, const uint8_t *src_ptr, uint8_t *dst_ptr) { in RemapBilinearNotCurMoreC() 206 … size_t src_step, const uint8_t *src_ptr, uint8_t *dst_ptr, PaddBorderType borderType, in RemapBilinearCur1C() 235 size_t src_step, int cn, const uint8_t *src_ptr, uint8_t *dst_ptr, in RemapBilinearCurMoreC() 271 size_t src_step = _src.steps_[0]; in RemapBilinear() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/ |
D | winograd_utils_fp16.c | 84 void InputTransform4x4UnitFp16(const float16_t *src_data, float16_t *dst_data, int src_step, int ds… in InputTransform4x4UnitFp16() 163 void InputTransform6x6UnitFp16(const float16_t *src_data, float16_t *dst_data, int src_step, int ds… in InputTransform6x6UnitFp16() 275 void InputTransform8x8UnitFp16(const float16_t *src_data, float16_t *dst_data, int src_step, int ds… 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 void DeconvWgMergeFp16A32Fun(const float16_t *src_ptr, float16_t *dst_ptr, size_t src_step, size_t … in DeconvWgMergeFp16A32Fun() 100 size_t src_step = src_stride * sizeof(float16_t); in DeConvWgMergeFp16() local
|
/third_party/alsa-lib/test/ |
D | mixtest.c | 91 unsigned int src_step, unsigned int sum_step) in mix_areas_srv() 125 unsigned int src_step, in mix_areas0() 161 unsigned int src_step) in mix_areas2()
|
/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/ffmpeg/libavcodec/ |
D | snow_dwt.c | 116 int dst_step, int src_step, int ref_step, in lift() 146 int dst_step, int src_step, int ref_step, in liftS()
|
/third_party/skia/third_party/externals/libwebp/src/mux/ |
D | anim_encode.c | 350 static WEBP_INLINE int ComparePixelsLossless(const uint32_t* src, int src_step, in ComparePixelsLossless() 386 static WEBP_INLINE int ComparePixelsLossy(const uint32_t* src, int src_step, in ComparePixelsLossy()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/mux/ |
D | anim_encode.c | 353 static WEBP_INLINE int ComparePixelsLossless(const uint32_t* src, int src_step, in ComparePixelsLossless() 389 static WEBP_INLINE int ComparePixelsLossy(const uint32_t* src, int src_step, in ComparePixelsLossy()
|