/third_party/ffmpeg/libavresample/x86/ |
D | audio_mix_init.c | 27 int out_ch, int in_ch); 29 int out_ch, int in_ch); 32 int out_ch, int in_ch); 34 int out_ch, int in_ch); 37 int len, int out_ch, int in_ch); 40 int out_ch, int in_ch); 42 int out_ch, int in_ch); 45 int out_ch, int in_ch); 47 int out_ch, int in_ch); 49 int out_ch, int in_ch); [all …]
|
D | audio_mix.asm | 29 ; int out_ch, int in_ch); 65 ; int out_ch, int in_ch); 109 ; int out_ch, int in_ch); 150 ; int out_ch, int in_ch); 184 ; int out_ch, int in_ch); 231 ; int len, int out_ch, int in_ch);
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16_grad/ |
D | convolution_grad_filter.c | 33 int out_ch = conv_param->output_channel_; in FilterGrad32Arm() local 40 int y_size = out_ch * out_h * out_w; in FilterGrad32Arm() 44 for (; i_c < (out_ch & ~31); i_c += 32) { in FilterGrad32Arm() 64 int offset_x = (input_row * in_w + input_col) * out_ch + i_c; in FilterGrad32Arm() 65 int offset_dy = idx * out_ch + i_c; in FilterGrad32Arm() 111 int out_ch = conv_param->output_channel_; in FilterGrad16Arm() local 118 int y_size = out_ch * out_h * out_w; in FilterGrad16Arm() 122 for (; i_c < (out_ch & ~15); i_c += 16) { in FilterGrad16Arm() 137 int offset_x = (input_row * in_w + input_col) * out_ch + i_c; in FilterGrad16Arm() 138 int offset_dy = idx * out_ch + i_c; in FilterGrad16Arm() [all …]
|
D | convolution_grad_input.c | 29 int out_ch = conv_param->output_channel_; in ConvDwInputGrad16() local 37 int out_size = out_h * out_w * out_ch; in ConvDwInputGrad16() 47 const float16_t *a = dy + j + si * out_ch; in ConvDwInputGrad16() 134 int out_ch = conv_param->output_channel_; in ConvDwInputGrad8() local 142 int out_size = out_h * out_w * out_ch; in ConvDwInputGrad8() 153 const float16_t *a = dy + j + si * out_ch; in ConvDwInputGrad8() 217 int out_ch = conv_param->output_channel_; in ConvDwInputGrad4() local 225 int out_size = out_h * out_w * out_ch; in ConvDwInputGrad4() 236 const float16_t *a = dy + j + si * out_ch; in ConvDwInputGrad4() 293 int out_ch = conv_param->output_channel_; in ConvDwInputGradFp16() local [all …]
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32_grad/ |
D | convolution_grad_filter.c | 31 int out_ch = conv_param->output_channel_; in FilterGrad16Arm() local 38 int y_size = out_ch * out_h * out_w; in FilterGrad16Arm() 42 for (; i_c < (out_ch & ~15); i_c += 16) { in FilterGrad16Arm() 57 int offset_x = (input_row * in_w + input_col) * out_ch + i_c; in FilterGrad16Arm() 58 int offset_dy = idx * out_ch + i_c; in FilterGrad16Arm() 108 int out_ch = conv_param->output_channel_; in FilterGrad12Arm() local 115 int y_size = out_ch * out_h * out_w; in FilterGrad12Arm() 119 if ((out_ch - i_c) >= 12) { in FilterGrad12Arm() 134 int offset_x = (input_row * in_w + input_col) * out_ch + i_c; in FilterGrad12Arm() 135 int offset_dy = idx * out_ch + i_c; in FilterGrad12Arm() [all …]
|
D | convolution_grad_input.c | 27 int out_ch = conv_param->output_channel_; in ConvDwInputGrad() local 44 const float *a = dy + j + si * out_ch; in ConvDwInputGrad() 81 const float *a = dy + j + si * out_ch; in ConvDwInputGrad()
|
/third_party/ffmpeg/libavcodec/ |
D | ac3dsp.c | 216 int out_ch, int in_ch, int len) in ac3_downmix_c() argument 221 if (out_ch == 2) { in ac3_downmix_c() 231 } else if (out_ch == 1) { in ac3_downmix_c() 285 int out_ch, int in_ch, int len) in ac3_downmix_c_fixed() argument 289 if (out_ch == 2) { in ac3_downmix_c_fixed() 299 } else if (out_ch == 1) { in ac3_downmix_c_fixed() 310 int out_ch, int in_ch, int len) in ff_ac3dsp_downmix_fixed() argument 312 if (c->in_channels != in_ch || c->out_channels != out_ch) { in ff_ac3dsp_downmix_fixed() 314 c->out_channels = out_ch; in ff_ac3dsp_downmix_fixed() 317 if (in_ch == 5 && out_ch == 2 && in ff_ac3dsp_downmix_fixed() [all …]
|
D | mlpdsp.c | 109 unsigned int i, out_ch = 0; in ff_mlp_pack_output() local 114 for (out_ch = 0; out_ch <= max_matrix_channel; out_ch++) { in ff_mlp_pack_output() 115 int mat_ch = ch_assign[out_ch]; in ff_mlp_pack_output()
|
D | ac3dsp.h | 114 int out_ch, int in_ch, int len); 116 int out_ch, int in_ch, int len);
|
D | ac3dec_fixed.c | 130 int out_ch, int in_ch, int len) in ac3_downmix_c_fixed16() argument 134 if (out_ch == 2) { in ac3_downmix_c_fixed16() 144 } else if (out_ch == 1) { in ac3_downmix_c_fixed16()
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32_grad/ |
D | convolution.cc | 96 const int out_ch = conv_param_->output_channel_; in Execute() local 101 const int n = out_ch / groups; in Execute() 120 mat_c = y_addr + (i * groups) * n * m + j * (out_ch / groups) + ci * out_ch; in Execute() 121 …ul(0, 1, real_chunk, n, k, 1, mat_a + (j * kernel_spatial), k * groups, mat_b, k, 0, mat_c, out_ch, in Execute() 133 mat_c = y_addr + (i * groups) * n * m + j * (out_ch / groups) + ci * out_ch; in Execute() 136 … GemmMatmul(0, 1, real_chunk, n, k, 1, mat_a, k, mat_b, k, 0, mat_c, out_ch, mat_workspace); in Execute() 147 mat_c = y_addr + i * n * m + ci * out_ch; in Execute() 151 … GemmMatmul(0, 1, real_chunk, n, k, 1, im + offset, k, mat_b, k, 0, mat_c, out_ch, mat_workspace); in Execute()
|
D | convolution_grad_filter.cc | 103 int out_ch = conv_param->output_channel_; in Execute() local 110 int k = out_ch / groups; in Execute() 146 mat_a = dy_addr + (i * groups) * m * k + j * (out_ch / groups) + ci * out_ch; in Execute() 148 …GemmMatmul(1, 0, k, n, real_chunk, 1, mat_a, out_ch, mat_b + (j * kernel_spatial), n * groups, 1, … in Execute() 159 mat_a = dy_addr + (i * groups) * m * k + j * (out_ch / groups) + ci * out_ch; in Execute() 164 … GemmMatmul(1, 0, k, n, real_chunk, 1, mat_a, out_ch, mat_b, n, 0, mat_tmp, n, mat_workspace); in Execute() 178 mat_a = dy_addr + i * m * k + ci * out_ch; in Execute() 183 …GemmMatmul(1, 0, k, n, real_chunk, 1, mat_a, out_ch, im + offset, n, 0, mat_tmp, n, mat_workspace); in Execute()
|
D | convolution_grad_input.cc | 97 int out_ch = conv_param->output_channel_; in Execute() local 104 int k = out_ch / groups; in Execute() 141 float *mat_a = dy_addr + (i * groups) * m * k + j * (out_ch / groups) + ci * out_ch; in Execute() 144 …GemmMatmulPlus(0, 0, real_chunk, n, k, 1, mat_a, out_ch, mat_b, n, 0, mat_c, n, mat_workspace, &gc… in Execute() 150 …GemmMatmulPlus(0, 0, real_chunk, n, k, 1, mat_a, out_ch, mat_b, n, 0, mat_c, n, mat_workspace, &gc… in Execute()
|
D | deconvolution_grad_filter.cc | 93 int out_ch = conv_param->output_channel_; in Execute() local 100 const int n = k_h * k_w * out_ch / groups; in Execute() 114 float *im = dy_addr + (i * (out_h * out_w * out_ch) + j * (out_ch / groups)); in Execute()
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16_grad/ |
D | convolution_fp16_grad_filter.cc | 100 int out_ch = conv_param->output_channel_; in DoExecute() local 107 int k = out_ch / groups; in DoExecute() 139 float16_t *mat_a = dy_addr + (i * groups) * m * k + j * (out_ch / groups) + ci * out_ch; in DoExecute() 141 …GemmMatmulFp16(1, 0, k, n, real_chunk, 1, mat_a, out_ch, mat_b + (j * kernel_spatial), n * groups,… in DoExecute() 152 float16_t *mat_a = dy_addr + (i * groups) * m * k + j * (out_ch / groups) + ci * out_ch; in DoExecute() 157 … GemmMatmulFp16(1, 0, k, n, real_chunk, 1, mat_a, out_ch, mat_b, n, 0, mat_tmp, n, mat_workspace); in DoExecute() 171 float16_t *mat_a = dy_addr + i * m * k + ci * out_ch; in DoExecute() 176 …GemmMatmulFp16(1, 0, k, n, real_chunk, 1, mat_a, out_ch, im + offset, n, 0, mat_tmp, n, mat_worksp… in DoExecute()
|
D | convolution_fp16_grad_input.cc | 96 int out_ch = conv_param->output_channel_; in DoExecute() local 103 int k = out_ch / groups; in DoExecute() 137 float16_t *mat_a = dy_addr + (i * groups) * m * k + j * (out_ch / groups) + ci * out_ch; in DoExecute() 140 …GemmMatmulPlusFp16(0, 0, real_chunk, n, k, 1, mat_a, out_ch, mat_b, n, 0, mat_c, n, mat_workspace,… in DoExecute() 147 …GemmMatmulPlusFp16(0, 0, real_chunk, n, k, 1, mat_a, out_ch, mat_b, n, 0, mat_c, n, mat_workspace,… in DoExecute()
|
/third_party/ffmpeg/libavfilter/ |
D | af_channelmap.c | 170 uint64_t in_ch = 0, out_ch = 0; in channelmap_init() local 200 get_channel(&mapping, &out_ch, separator) < 0 || in channelmap_init() 201 out_ch & out_ch_mask) { in channelmap_init() 206 s->map[i].out_channel = out_ch; in channelmap_init() 207 out_ch_mask |= out_ch; in channelmap_init() 220 get_channel(&mapping, &out_ch, separator) < 0 || in channelmap_init() 221 out_ch & out_ch_mask) { in channelmap_init() 226 s->map[i].out_channel = out_ch; in channelmap_init() 227 out_ch_mask |= out_ch; in channelmap_init()
|
/third_party/mindspore/tests/ut/python/ops/ |
D | test_ops_reid.py | 32 def __init__(self, in_ch, out_ch): argument 34 self.conv = nn.Conv2d(in_ch, out_ch, 3) 35 self.bn = nn.BatchNorm2d(out_ch)
|
/third_party/mindspore/tests/ut/python/parallel/ |
D | test_auto_parallel_inference.py | 26 def __init__(self, input_ch, out_ch): argument 28 self.dense = nn.Dense(input_ch, out_ch)
|
/third_party/ffmpeg/libavcodec/mips/ |
D | ac3dsp_mips.c | 273 int out_ch, int in_ch, int len) in ac3_downmix_mips() argument 395 [in_ch]"r"(in_ch), [out_ch]"r"(out_ch) in ac3_downmix_mips()
|
/third_party/ffmpeg/libavresample/ |
D | audio_mix.c | 103 int len, int out_ch, int in_ch) \ 108 for (out = 0; out < out_ch; out++) { \ 114 for (out = 0; out < out_ch; out++) \ 127 int out_ch, int in_ch) in MIX_FUNC_GENERIC() 149 int out_ch, int in_ch) in mix_2_to_1_s16p_flt_c() argument 171 int out_ch, int in_ch) in mix_2_to_1_s16p_q8_c() argument 193 int out_ch, int in_ch) in mix_1_to_2_fltp_flt_c() argument 226 int out_ch, int in_ch) in mix_6_to_2_fltp_flt_c() argument 260 int out_ch, int in_ch) in mix_2_to_6_fltp_flt_c() argument
|
D | audio_mix.h | 31 typedef void (mix_func)(uint8_t **src, void **matrix, int len, int out_ch,
|
/third_party/gettext/libtextstyle/gnulib-local/lib/ |
D | term-ostream.oo.c | 1580 int (*out_ch) (int) = (async_safe ? out_char_unchecked : out_char); in out_hyperlink_change() local 1585 tputs ("\033]8;id=", 1, out_ch); in out_hyperlink_change() 1586 tputs (new_hyperlink->real_id, 1, out_ch); in out_hyperlink_change() 1587 tputs (";", 1, out_ch); in out_hyperlink_change() 1588 tputs (new_hyperlink->ref, 1, out_ch); in out_hyperlink_change() 1589 tputs ("\033\\", 1, out_ch); in out_hyperlink_change() 1592 tputs ("\033]8;;\033\\", 1, out_ch); in out_hyperlink_change()
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg_opt.c | 2071 AVChapter *in_ch = is->chapters[i], *out_ch; in copy_chapters() local 2084 out_ch = av_mallocz(sizeof(AVChapter)); in copy_chapters() 2085 if (!out_ch) in copy_chapters() 2088 out_ch->id = in_ch->id; in copy_chapters() 2089 out_ch->time_base = in_ch->time_base; in copy_chapters() 2090 out_ch->start = FFMAX(0, in_ch->start - ts_off); in copy_chapters() 2091 out_ch->end = FFMIN(rt, in_ch->end - ts_off); in copy_chapters() 2094 av_dict_copy(&out_ch->metadata, in_ch->metadata, 0); in copy_chapters() 2096 os->chapters[os->nb_chapters++] = out_ch; in copy_chapters()
|