Home
last modified time | relevance | path

Searched refs:out_tmp (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dopusdec.c243 float *out_tmp[2] = { s->cur_out[0], s->cur_out[1] }; in opus_decode_frame() local
245 out_tmp : s->celt_output; in opus_decode_frame()
254 s->fdsp->vector_fmac_scalar(out_tmp[i], s->celt_output[i], 1.0, in opus_decode_frame()
256 out_tmp[i] += delay_samples; in opus_decode_frame()
284 s->fdsp->vector_fmac_scalar(out_tmp[i], in opus_decode_frame()
/third_party/mindspore/patches/
D0002-generate-nnacl-simd-headers-manually.patch1190 + SIMD_F32 out_tmp = SIMD_SUB_F32(in0_tmp, SIMD_MUL_F32(floor_tmp, in1_tmp));
1191 + SIMD_ST_F32(out + index, out_tmp);
1201 + SIMD_F32 out_tmp = SIMD_SUB_F32(in0_tmp, SIMD_MUL_F32(floor_tmp, in1_tmp));
1202 + SIMD_ST_F32(out + index, out_tmp);
1212 + SIMD_F32 out_tmp = SIMD_SUB_F32(in0_tmp, SIMD_MUL_F32(floor_tmp, in1_tmp));
1213 + SIMD_ST_F32(out + index, out_tmp);
1232 + SIMD_F32 out_tmp = SIMD_FLOOR_F32(SIMD_DIV_F32(in0_tmp, in1_tmp));
1233 + SIMD_ST_F32(out + index, out_tmp);
1242 + SIMD_F32 out_tmp = SIMD_FLOOR_F32(SIMD_DIV_F32(in0_tmp, in1_tmp));
1243 + SIMD_ST_F32(out + index, out_tmp);
[all …]
/third_party/ffmpeg/fftools/
Dffmpeg.h271 AVFilterInOut *out_tmp; member
Dffmpeg_filter.c346 fg->outputs[fg->nb_outputs - 1]->out_tmp = cur; in init_complex_filtergraph()
351 fg->outputs[fg->nb_outputs - 1]->out_tmp->next = NULL; in init_complex_filtergraph()
Dffmpeg_opt.c2140 avfilter_inout_free(&ofilter->out_tmp); in init_output_filter()
2225 if (!ofilter->out_tmp || ofilter->out_tmp->name) in open_output_file()
2343 AVFilterInOut *out = fg->outputs[k]->out_tmp; in open_output_file()
Dffmpeg.c555 avfilter_inout_free(&ofilter->out_tmp); in ffmpeg_cleanup()